Return to Snippet

Revision: 50412
at August 19, 2011 23:30 by silentpro


Initial Code
/* CUSTOM POST FOR YOUTUBE VIDEO */
<?php if(get_post_meta($post->ID, 'youtubeVideoID', true)): ?> 
 
<iframe width="480" height="390" src="http://www.youtube.com/embed/<?php echo get_post_meta($post->ID, 'youtubeVideoID', true); ?>?rel=0" frameborder="0" allowfullscreen></iframe>
 
<?php endif; ?>

Initial URL


Initial Description


Initial Title
Wordpress - YouTube Custom Post Meta

Initial Tags
php, textmate, wordpress, video

Initial Language
Other