/ Published in: Other
Expand |
Embed | Plain Text
/* 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; ?>
You need to login to post a comment.
