" . $content; } } add_filter ('the_content',"ae_initfbsdk"); if(!function_exists('ae_fb_start_embed_video')){ function ae_fb_start_embed_video($atts ) { $a = shortcode_atts( array( 'url' => 'https://www.facebook.com/facebook/videos/10153231379946729/', 'width' => 500, 'showtext' => "false", 'autoplay' => "false", 'allowfullscreen' => "false", 'showcaptions' => "false" ), $atts ); /* * Since 1.0 */ $width = $a['width']; $fburl = $a['url']; /* * Since 1.2 */ $showtext = $a['showtext'] === "true" ? 'true' : 'false'; $autoplay = $a['autoplay'] === "true" ? 'true' : 'false'; $allowfullscreen = $a['allowfullscreen'] === "true" ? 'true' : 'false'; $showcaptions = $a['showcaptions'] === "true" ? 'true' : 'false'; return '