The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

How add class youtube and type/html to oembed code?

How can i add : class="youtube-player" type="text/html" to iframe like : function Oembed_youtube_no_title($html,$url,$args){ $url_string = parse_url($url, PHP_URL_QUERY); ...
1
vote
1answer
20 views

Viddler oEmbed not working with specified width

I'm working on a widget that embeds videos using oEmbed and I'm testing it out using the default providers in WordPress. So far, they are all working fine, except Viddler. The video is displayed, but ...
0
votes
1answer
85 views

Displaying cf post formats with oembed

Currently using CF Post Formats ( http://alexking.org/blog/2011/10/25/wordpress-post-formats-admin-ui ) and using the following code to automatically embed a URL that has been input into the 'Audio' ...
0
votes
1answer
134 views

Echo do shortcode with custom field not working

I'm using WP YouTube Lyte to show YouTube videos. I'm combining it with Advanced Custom Fields so that the user can just add the YouTube id to show the video. I'm using the WP YouTube Lyte short code ...
0
votes
1answer
104 views

Practical Solutions to HTML5 Video on WordPress

I was directed here from Stack Overflow -- We work with clients who have WordPress sites and one thing we keep struggling with is implementing HTML5 video across all browsers and devices in the ...
0
votes
1answer
179 views

Preferred Wordpress video format?

I'm developing a Wordpress blog for a client who needs to embed their own video files. Flash video was our format of choice until recently, but is there a preferred format for Wordpress? One that ...
1
vote
0answers
123 views

Upload iPhone video clips to blog via native WP app

I'm using the WordPress iPhone app, and when I upload video clips to a blog they show up in some browsers and in others not. I'm using a HTML5 video markup as a container for the clips. While mpeg-4 ...
1
vote
1answer
248 views

Adding Videos as post-thumbnails (no stills, just the player in a smaller size)

I’m using Excerpts with post-thumbnails on my startsite. Adding Images is working pretty fine. But how can I embed a video from vimeo or youtube as a post-thumbnail? Just the video in a smaller size, ...
-1
votes
1answer
154 views

How do I protect my videos without uploading them to Amazon s3? [closed]

I do not want to upload content to amazonS3 yet. I know how great it is because every tutorial I read on protecting video uses it. However, is there a plugin that includes a video player that can do ...
0
votes
1answer
45 views

Building custom pages with a video player

Hey i am trying to learn wordpress developement on my own, I'm building a celebrity gossip blog and i need help. I want to build a video page. Does anyone know of a plugin or anything that i can ...
2
votes
2answers
2k views

Plugin to embed local video into Wordpress?

What's the best way to achieve this: I have local videos on my server, but if I use the WP add media button I just get a link to a video, rather than it embedded. Are there any good plugins which ...
0
votes
1answer
454 views

How to show SWF, where Flash is available, and gracefully fallback to MP4 video for iOS devices?

I have a SWF, which uses a MP4 file for the video part (the SWF also has a Table of Contents, which is important for me to have). But when viewing the website on iOS devices, (or where there is no ...
1
vote
3answers
1k views

embed video and display in pop up [closed]

I have installed lightbox plus plugin. I want to display my video in a popup. Or you can suggest me any alternate plugin that can display my video in a pop up. video source is from my own local ...
1
vote
1answer
3k views

Problem with JWplayer. Video is missing?

Firstly, I am new at using video with wordpress. I have installed the jwplayer plugin and using this bit of code to show the video player on the page. $video_array = explode("\r\n", ...