Linked Questions
117 questions linked to/from How do I get a YouTube video thumbnail from the YouTube API?
15
votes
2
answers
13k
views
How to get Youtube Thumbnails [duplicate]
I have made an RSS reader app in Xcode, which gets it's information from a YouTube channel. How can I get the thumbails from the videos?
I am able to use this link: http://gdata.youtube.com/feeds/...
4
votes
1
answer
4k
views
how to take sample image frame from youtube video and use it as a background? [duplicate]
I made this project http://tinyurl.com/nowimlisteningto .
This is a website that plays Youtube videos as a playlist. one after the other.
I want to make my site visually nicer and was thinking of ...
1
vote
1
answer
2k
views
How can I show youtube thumbnails on my site instead of the embedded video [duplicate]
I have a CMS and the admin can link to show a video my entering the title and then the embed code which is saved on the database.
When the site is showing a list of the videos it shows all the videos ...
1
vote
1
answer
1k
views
How can I download an YouTube video thumbnail in Javascript [duplicate]
How can I download YouTube video Thumbnail to my machine by creating a blob file from the YouTube API
4
votes
1
answer
386
views
Data migration with PHP [duplicate]
If I were using youtube for an example,
$link = "http://www.youtube.com/watch?v=hYVVCRqTz1Q"
In the source code of http://www.youtube.com/watch?v=hYVVCRqTz1Q we can find
<meta property="og:...
482
votes
19
answers
580k
views
How to embed a video into GitHub README.md?
Is it possible to embed a flash video into README.md on GitHub? It isn't showing up: https://github.com/mattdipasquale/PicSciP
508
votes
11
answers
330k
views
How can I embed a YouTube video on GitHub wiki pages?
I am fairly new to markup (though it's extremely easy to pickup). I am working on a package and am trying to get the wiki pages looking nice as a help manual. I can insert a YouTube video link into ...
286
votes
5
answers
230k
views
Google Chromecast sender error if Chromecast extension is not installed or using incognito
I'm having an error running Chromecast sender in Chrome Incognito or if Chromecast extension is not installed:
Failed to load resource: net::ERR_ADDRESS_UNREACHABLE chrome-extension://...
45
votes
20
answers
126k
views
Get title from YouTube videos
I want to extract the Title of YouTube's videos. How can I do this?
Thanks.
88
votes
5
answers
162k
views
How to get HQ youtube thumbnails?
http://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg
http://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg
http://img.youtube.com/vi/<insert-youtube-video-id-here>/...
70
votes
6
answers
67k
views
Is it possible to embed Youtube/Vimeo videos in Markdown using a C# Markdown library
I'm writing a web app in .NET MVC4 and would like to use Markdown. I understand there are a few open source C# Markdown libraries, but I haven't found one that obviously supports embedding youtube or ...
47
votes
11
answers
196k
views
YouTube embedded video: set different thumbnail
I want to embed a video from YouTube that is not mine (so I can not change it at YouTube). The video has a thumbnail that is not representative for the video (I refer to the initial still that is ...
53
votes
6
answers
171k
views
YouTube maxresdefault thumbnails
I need to use the maxresdefault version of my YouTube video thumbnails for a website, however upon developing the code to achieve this I have found that not all of my videos have these thumbnails ...
22
votes
8
answers
18k
views
How to display thumbnail of YouTube Videos in Android
I writing an app where i want to display a list of YouTube videos. But I want the list to display the video title with some other info but also show a thumbnail of the video like it does when we go ...
26
votes
4
answers
20k
views
How to load Youtube thumbnails in a RecyclerView using Youtube API
I'm trying to load Youtube video thumbnails in a RecyclerView. I'm facing some issues.
Here is what I'm doing in my adapter:
public static class ItemViewHolder extends RecyclerView.ViewHolder {
...