This is the first shortcode I created ??
I try this:
function featured_video($post) {
$content = '<div id="video-single"><p>TOTO IS HERE BUT WHERE IS THE VIDEO?</p>' . dp_video($post->ID, get_option('dp_single_video_autoplay')) . '</div>';
return $content;
}
and the <p> content appears at the right place but still not the video ??
Any idea!