So I wanted the viewing experience on Documentary Fans to be annotation free and I found the way to achieve that goal.By adding a small tag to the embed code annotations are disabled and here is how to do it.
Turn Off Annotations YouTube Embed Videos
So when you grab the embed code from YouTube it will look something like this :
<iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/6Z-UPxuwmN4" width="560"></iframe>
We need to add the following string to the source URL : ?iv_load_policy=3 so the code will now look like this :
<iframe allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/6Z-UPxuwmN4?iv_load_policy=3" width="560"></iframe>
With that all annotations are disabled job done.Let us know what you think in the comments and we rely on word of mouth so it would be great if you could share the post.
No Comment to " Disable Annotations On Embedded YouTube Videos "