Quote:
Originally Posted by faisaly.com
That means the video is copyrighted and you can't embedd it!
|
Embed a video:
In the forum post - no problem
In vbtube - no problem
There is only a problem in Media Library
ApiBlog.Youtube:
Quote:
yt:accessControl
Videos that are available for embedding on third-party applications will have the following:
Code:
<yt:accesscontrol action='embed' permission='allowed' />
If you’d like to only search for videos that are embeddable, add format=5 to your query.
Just as a video can be embeddable or not, it can also be syndicatable or not:
Code:
<yt:accesscontrol action='syndicate' permission='allowed' />
|