$embed = $GLOBALS['wp_embed']->run_shortcode('[embed]'.$vid['vidlib_url'].'[/embed]');
if ($vid['embedded']) {
echo $vid['embed'];
} else {
echo "".get_the_post_thumbnail($post->ID,'large')."";
}
the_content();
$linkclass = ($vid['embedded'])?'':' nwrbms-video-viewlink-large';
echo "
View on {$vid['platform']}";
?>