' . $content; } add_filter ('the_content',"ae_initfbsdk"); function ae_fb_start_embed_video($atts ) { $a = shortcode_atts( array( 'url' => 'https://www.facebook.com/facebook/videos/10153415714906729/', 'width' => 500 ), $atts ); $width = $a['width']; $fburl = $a['url']; return '
'; } add_shortcode( 'ae-fb-embed', 'ae_fb_start_embed_video' );