Tagged Questions
1
vote
2answers
1k views
Do_Shortcode not working for Embed
I'm trying to use Custom Field types to embed Youtube videos in a more organized fashion and using the Do_Shortcode() would seem to work perfectly, however this:
<?php echo ...
1
vote
2answers
372 views
Should I use custom post types for a front page video feature (vimeo)?
I'd like to create a front page video feature that embeds a vimeo video of the users choosing. I'd like the user to only have to input the video code. For instance, for http://vimeo.com/24474320 - ...
1
vote
4answers
1k views
Getting a thumbnail for an external video as the thumbnail for a custom post type?
I saw some other similar threads but they were all for YouTube videos. I was wondering if the same could be done for videos hosted on other servers like blip. Here is an example of a blip video: ...
3
votes
2answers
465 views
Implementing “Video of the Day” Feature?
I'd like to add a new area on a WordPress 3.0 site that contains a new video from YouTube each day. This video would be manually picked, and manually added each day. I'm not sure how to properly set ...