The videos tag has no wiki summary.
0
votes
3answers
421 views
Displaying a video on the homepage via a custom field inside a php widget
I'm trying to get a video to display inside a widget which is called from a custom field inside a post. The code I am using is here:
<?php ...
0
votes
3answers
7k views
How to embed .mp4 videos in a WordPress post?
I want to embed a video that was converted to mp4 from wmv, using ffmpeg. The video of course plays fine in VLC. However, it's being quite a pain to embed it in a WP post.
I've tried using a variety ...
0
votes
1answer
402 views
Allow users to upload flash videos?
I would like to allow users to upload videos to their profiles. I'm using the couponpress theme for wordpress, which is a coupon listing theme. It lets users upload images for their coupons or ...
0
votes
3answers
555 views
Escaping Quotes
For some reason when i try to put like a embeded video my video has slashes inside the code, but if I add it in the template itself then the code is fine i was told its "escaping quotes" anyhow this ...
0
votes
2answers
1k views
How to embed local video in a wordpress post
How can I embed videos (wmv, mp4, mpg, flv) to my post from the local server. I am using WordPress 3.1.1 version. I have searched for wordpress plugins which supports this kind of feature but couldn't ...
2
votes
4answers
712 views
Managing and Playing Large videos
I am implementing a blog to share courses, lectures, tutorials or talks.
The video sizes might be bit a bit big - so i was wondering what is a good quality plugin for wordpress that would allow to ...
5
votes
3answers
763 views
Replace audio/video enclosure with player?
Current state: I'm parsing XML feeds into the front end and/or the back end (Admin UI), but not into the DB.
Inside those feeds i place mp3- and video content, currently only as plain text (no link, ...
0
votes
2answers
790 views
Different size video display for category page (smaller) & detail page (larger)
I have a 'media' category page that pumps in videos / image galleries. I'm looking to have a smaller size video display (vimeo / youtube) on the category page, and the full size video on the single ...
0
votes
3answers
290 views
getting video dimensions
when attaching videos (eg. .flv) to a post - is it possible to query its dimensions?
the problem is - i've got videos in 4:3 and 16:9 format and i need to get this information.
any ideas?
thanks
1
vote
2answers
379 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
votes
1answer
200 views
How to insert a column (part of theme) in the middle of the content body?
Was asked to simplify the question. Here we go:
As you know, the "content" part of a WordPress posts all appears together. What I'm trying to recreate is how on several news sites, they'll have the ...
0
votes
1answer
99 views
videos not showing on my tag pages
i am using the Smart Youtube plugin for wordpress to show youtube videos. This works fine on my main site. But when i click on a view by a certain tags, none of the video show up in the blog ...
1
vote
3answers
504 views
How to allow <video> html5 tag in Wordpress
Currently I am running a Wordpress MU blog using the Unfiltered MU plugin. However, when I try to insert an HTML5 tag, it gets stripped away. I believe it may be the WYSIWYG editor cleaning the ...
1
vote
1answer
4k views
Linking an image to open a youtube video in lightbox/fancybox in wordpress
Here is what i'm having problems with... I want to link a youtube video to start playing in a lightbox/fancybox when a person clicks an image. Kind of like this site has - http://www.adroll.com/ - if ...
1
vote
1answer
249 views
Is there a built in function to see if a URLis oEmbed Compatible?
I want to be able to take a url and see if the domain is one of the ones Wordpress supports to add embeds via oEmbed. Is there a built in function that does this in WordPress or would I need to ...
0
votes
2answers
337 views
VideoJS in a Widget?
I'm trying to get VideoJS plugin to work in a Widget.
I tried to add a PHP widget and write, as it said in the manual:
[video mp4="http://video-js.zencoder.com/oceans-clip.mp4"]
But it just shows ...
0
votes
1answer
160 views
Wordpress 3.1: Videoplayer implemented?
when using "insert video" from the post-editor - i'm only getting a normal hyperlink to the video - is it possible to display a flash-videoplayer instead?
is there a default videoplayer in wordpress ...
0
votes
2answers
522 views
displaying flv-video attachment in post
i've attached a local .flv video to my post (it was uploaded and is inside my mediapool).
my question: how can i display it inside my post? (the video player)
thanks
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: ...
-1
votes
1answer
295 views
feed url problem
hey hii everyone,
i have a function to fetch the videos from the rss feed of youtube, so that i can display selected videos to my blog
for that i am using this youtube-search-feed url
...
0
votes
2answers
344 views
fetch images and videos
Is it possible to fetch videos and images of a particular website and put it into post?
i mean i am thinking of writing a function, where i will just write the website name, and then with the help of ...
3
votes
2answers
480 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 ...