The youtube tag has no wiki summary.
0
votes
1answer
19 views
How add class youtbe and type/html to oembed cod?
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);
...
0
votes
1answer
15 views
add youtube thumbnail in index and single.php add video
I crating custom wordpress themes for video related website, client can embed youtube video,
in index.php only show thumbnail image and title of video then when click thumbnail it goes to single.php ...
1
vote
2answers
36 views
Use oEmbed in List Items
I'm aware that WordPress has oEmbed functionality. But the content to be embedded has to be on it's own line like so:
Lorem Ipsum
http://www.youtube.com/link/to/content
More Lorem Ipsum
...
0
votes
0answers
24 views
Embedding Separate YouTube Players for Each Video in a YouTube Playlist?
I've seen a lot of plug-ins and things that make new posts out of each video in a playlist, but I'm trying to figure out a way to grab all videos from a playlist and list them as separate YouTube ...
-2
votes
1answer
55 views
Fetching Video From YouTube Automatically [closed]
I am using WordPress, and a theme called DeTube. Is kind of a YouTube clone, and I use this website to upload mainly videos from YouTube.
Is there anyway to fetch videos and populate all the required ...
0
votes
1answer
38 views
YouTube Sidebar Widget - YouTube service unavailable
I'm using WordPress 3.5 and YouTube Sidebar Widget 1.3.2.
The plugin display service is unavailable. Why have I encountered service unavailable? The YouTube video is set to be public and embeddable.
0
votes
0answers
24 views
Is it possible to enqueue the Youtube API script or does it have to be inline?
The code below is the main part of a function in my functions.php which returns a div and script which ultimately output a youtube API iframe to the template where the code had been called from. At ...
0
votes
0answers
19 views
Auto-centering youtube videos in post
WordPress makes it easy to embed youtube videos into your blog posts by converting video links into embeds, without the need for shortcodes.
I was wondering if there is a way to automatically center ...
-2
votes
1answer
43 views
How do I add a video to a custom field instead of a post body using Automatic Youtube Video Posts plugin?
I'm using the theme called wptube2
and using a plugin with it called Automatic Youtube Video Posts
so it can import every video I upload on youtube.
It does import every video (which is PERFECT for ...
1
vote
1answer
215 views
Embeding YouTube video via a template function throws iframe cross-domain policy error
I'm using Wordpress 3.5 which natively supports embeds into posts and pages from many sites, YouTube included.
When I embed a Youtube video directly onto a post or a page (by simply copying and ...
3
votes
2answers
116 views
Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
When you hover over my drop-down menu using IE8 or IE9, the menu div will display behind the YouTube embedment. It works fine on all other browsers.
Upon research, I found out that many others have ...
1
vote
1answer
215 views
How can i create a function to get youtube video time
Tom J Nowell posted this code to help me retrieve the YouTube video time.
Functions
// function to parse the code from the URL
function parse_youtube_video_id_from_url( $video_url ) {
...
0
votes
2answers
94 views
Custom youtube shortcode that uses $content
I wanna make a simple shortcode that returns the youtube link in a specified size and use the content. Something like:
[yt]http://youtu.be/Nl29v5pfxTw[/yt]
I have this code, but I want to simplify ...
0
votes
1answer
133 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 ...
1
vote
1answer
862 views
How to Replace YouTube Videos with a “Click to Play” Thumbnail?
I use a lot of embedded videos (via oembed) on my blog, and that can slow down page loads.
Is there a way to automatically replace YouTube (and other) videos with a thumbnail (preferably the post's ...
1
vote
2answers
117 views
How can i add all videos from youtube playlist as post?
I want to add 200 videos from YouTube playlist to my WordPress blog. Each video iframe add as each post to particular category. I searched many plugins but that's not meet my requirement.
0
votes
0answers
21 views
How to be notified when a YT video becomes unavailable on my website? [duplicate]
Possible Duplicate:
Being notified when some YouTube video in some post becomes unavailable
I asked this question almost one year ago. Perhaps now somebody has developed some plugin to do ...
0
votes
1answer
184 views
How can I get Youtube viewCount by using fetch_feed? [closed]
I want to show the view count of my Youtube videos in my widget. I fetch Youtube feed by using the built-in Wordpress function fetch_feed. Everything worked OK but I got a problem when tried to get ...
0
votes
2answers
652 views
Youtube parameters within WordPress embed code?
Ok, so I want to embed youtube videos but also remove the annoying annotations. The following code works great from to embed the video
[embed width="599" height="360"]youtube.com/watch?v=mNf0v2WkV0U ...
0
votes
1answer
104 views
Generate a WP post from Youtube Feed
Normally when you get a Youtube feed, it will display the description/title from the YT video. However, I want a post to be generated when a new video is posted on YT so that an admin/editor can go ...
1
vote
0answers
128 views
Feed error: A feed could not be found at youtube.com/… (1 post)
FeedWordPress doesn't work very well with YouTube feeds. The RSS feed clearly exists when I visit the link via web browser, but FeedWordPress can't find it.
YouTube feeds work just fine with other ...
0
votes
1answer
116 views
Forcing WP to embedd a video when using a shortcode
With the following shortcode for YouTube videos, how can I make it such that WordPress still automatically embeds the video for me?
<? /** YouTube shortcode, usage: [youtube align="alignleft" ...
0
votes
1answer
424 views
plugin to upload to youtube via wordpress
before you say it, i know that in most situations it's easier to do this the other way around (i.e. upload via yt site then embed) but i need a plugin to upload/manage yt videos via the wordpress ...
0
votes
1answer
222 views
Choopy Video Playback in a popup using Artiss Youtube Embed [closed]
I'm using Artiss Youtube Embed to embed youtube videos on my site which works great because it allows me to control all the parameters for the video player. My issue is that when the video has choppy ...
0
votes
4answers
171 views
Publishing a video from blog to youtube
Is there any plugin for publishing a video from wordpress blog to youtube?
I have a wordpress blog and user will upload videos from wp admin and these videos should be published to youtube or ...
0
votes
1answer
111 views
Can someone please help me find a solution to my youtube embed problems? [duplicate]
Possible Duplicate:
Any way to use a custom Parameter for youtube embed without using an iframe?
I have been trying to figure out the best way to do this, and I'm wondering if someone can ...
1
vote
3answers
1k views
Any way to use a custom Parameter for youtube embed without using an iframe?
I do not want to display the titles of videos I embed on my wordpress site. The way I've been doing this is using the embed link, inserting the iframe in the wordpress post and adding the custom ...
5
votes
2answers
2k views
How do I embed youtube videos with https instead of http in the URL?
I'm running a site that only communicates over SSL/https so if I embed a youtube video using http I will get an error message saying the site is'nt fully secure. Is it possible to rewrite something so ...
4
votes
1answer
98 views
Being notified when some YouTube video in some post becomes unavailable
Is there a plugin or some PHP code that notifies you whenever a YouTube videos becomes unavailable in some post of a WordPress website ?
0
votes
1answer
199 views
How to make an image of a YouTube video appear as a thumbnail in the list of blog posts
How do I post a YouTube video so that an image of the video also appears as a thumbnail in the list of posts.
Here's the blog in case that helps: http://wordfruit.com/blog
0
votes
1answer
242 views
Right align a youtube video
I'm trying to right align (class="alignright") a YouTube video AND allow my client to edit the surrounding text in the future using the visual editor. I simply added class="alignright" to the tag ...
0
votes
2answers
870 views
How to allow YouTube object embed in Wordpress 3+?
I admin a Wordpress blog with a few dozens of users. Since we upgraded to version 3.1+ my users can't insert the YouTube embed tags into a post ( wordpress or TinyMCE removes them ).
When I'm ...
0
votes
1answer
473 views
how to show all post with its contents
i have "favorite-film-video-songs-super-scene-climax" category and i want to show all of the post with contents(which is youtube video) for every post.
in below link i want to show all post with ...
2
votes
1answer
657 views
Use [embed] filter in template files
WordPress autmatically embeds a youtube video's if I use:
[embed] http://www.youtube.com/watch?v=Xog1T5dUxcw [/embed ]
This is great, but it doesn't work if I use it in an template file. I have a ...
6
votes
2answers
3k views
Setting a post's featured image from an embedded YouTube video
If I create a post that has an embedded YouTube video in it (so all I do is paste the YouTube URL into the post and let Wordpress automatically embed it for me), is there a way to have the thumbnail ...
0
votes
2answers
4k views
how to import my youtube channel into wordpress?
i want to know,how to import my youtube channel into my wordpres website?please help me.
Example:
I have youtube channel with 7 video's(Link).i want to bring all the videos into my wordpress ...
0
votes
1answer
143 views
Rename Smart YouTube's httpv back to http for all posts
I've used the Smart YouTube plugin to embed YouTube videos into my blogs. The way I did it is to replace the http:// of the YouTube url with httpv:// as the plugin describes.
But now I noticed that ...
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 ...
0
votes
1answer
804 views
Importing YouTube Videos As Posts - From Playlists
I've been looking for a way to import videos from YouTube as posts in regular intervals. Preferably daily, weekly is fine too.
For the past hour I've been playing with this plug-in:
...
0
votes
1answer
1k views
vimeo/youtube video embed with thumbnails
Is there a way to get wordpress to embed Vimeo, YouTube videos like tumblr with a thumbnail and then to play without the player buttons?
examples -
http://ascender.tumblr.com/
...
0
votes
1answer
98 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
1answer
388 views
Grab YouTube Thumbnail AFTER Post?
I'm using a feed to receive special YouTube feeds organized via playlists. Unfortunately, the URL is not included in the description field, but I can get the videos to display by including the source ...
0
votes
1answer
1k views
add_filter to youtube embeds?
hey guys,
when posting a youtube video link in the backend (in a post or a page) wordpress is automatically creating the embed code for me.
Is it possible to add a filter to that?
I'd love to change ...
0
votes
1answer
319 views
How do I embed a YouTube video in WordPress 3.0?
I've upgraded to version 3.0. My site is wordswithfriends.net
My administration panel looks like the following
I thought there was supposed to be a special YouTube button which I don't seem to ...
-1
votes
2answers
2k views
Facebook Share button wont recognize embedded video [closed]
I have a facebook share button on my website and it works great on everything else except for embedded videos from youtube. When I click on the share button it only loads the title and whatever the ...
-1
votes
1answer
290 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
...
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 ...

