Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Why can't I play a YouTube video embedded on a website, in YouTube itself?

+4
−1

I usually see the Youtube logo in the embedded video, but not the fully functional video clip near the bottom at http://ceritacinta407.blogspot.com/2017/09/stella-kim-on-make-it-last-article.html. Thus I struck Ctrl + I on my keyboard to see where the video was uploaded.

Youtube playback in Google Chrome and Developer Tools

The highlighted blue code contains https://www.youtube.com/embed/?autohide=1&enablecastapi=0&html5=1&ps=blogger&widget_referrer=http%3A%2F%2Fceritacinta407.blogspot.com%2F&enablejsapi=1&origin=https%3A%2F%2Fwww.blogger.com&widgetid=1. Then I pasted this in my browser, and got this error. Why? How do I play this video on YouTube?

An error occurred. Please try again later error

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

x-post https://webapps.stackexchange.com/q/159182/192282 (2 comments)
GoogleVideo (1 comment)

1 answer

+7
−0

That video is not uploaded to YouTube. It is uploaded to Blogger, another service provided by Google. Although Google uses the YouTube player for both, you can't access Blogger videos from YouTube.

If you want to view the video alone, you can either copy the outer https://www.blogger.com/video.g iframe URL from the source code or copy the video URL (possible by shift-right-clicking in all major browsers). However, the video URL says it will expire in 8 hours, and I assume the iframe token will as well.

Likely, your only legal way to link to the video is to link to the article. You can full-screen it in the player at least.

Also, you can deep link to that video specifically, by copying the ID of the iframe. In this case, that would give: https://ceritacinta407.blogspot.com/2017/09/stella-kim-on-make-it-last-article.html#BLOGGER-video-456f6a5312033163-8574

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »