How can I remove the youtube branding completely from embedded video?

Ram

I have tried to embed videos without youtube branding because it sends my traffic to youtube. I set modestbranding=1 and showinfo=0 but I still see a youtube branding in bottom of the player when I hover the cursor on player.

When I got this I thought, I can't remove that from embedded video but when I came through a site yesterday, I found that their embedding doesn't have youtube branding. They removed that entirely.

If you want that site link here it is http://vitaminl.tv/video/1072?ref=rcm

Can anyone please help me how can I do that? I know we can remove youtube branding using jwplayer but I like to have my own code and design for my site. Help me to solve this.

PS - I am using wordpress.

benka

UPDATE:
Since this is quite an old post and i'm getting downvotes on it as the solution doesn't work anymore, the simple answer is (as of early 2017):
You can NOT completely remove the youtube branding.

You can play around with setting:
modestbranding=1 - to remove the youtube logo and
showinfo=0 to remove the title and uploader info

Although with modestbranding set to 1 you will still get a small youtube text label.

For more info check out Google developers' site:
https://developers.google.com/youtube/player_parameters


Old answer from 2013:

As you can see they use:

showinfo=0
iv_load_policy=3
modestbranding=1
nologo=1

The last one seems interesting :)

iv_load_policy=3 means the use of HTML5 if I'm correct

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I remove the youtube branding completely from embedded video?

From Dev

How to remove youtube branding after embedding video in web page?

From Dev

How can I align YouTube embedded video in the center in bootstrap

From Dev

How can I check if a YouTube video allows embedded play

From Dev

How Can I Remove the SurveyMonkey Branding with the API on a paid account?

From Dev

How to completely remove audio channels from video

From Dev

How can I remove jenkins completely from linux

From Dev

How can I remove an element from an array completely?

From Dev

How can I query wikidata with a freebase id from a youtube video?

From Dev

How can I extract audio from a YouTube video?

From Dev

How do I stop a YouTube embedded video from playing without hitting pause in the web view?

From Dev

How can I remove "ImageMagick" completely?

From Dev

How can I remove a package completely?

From Dev

How can I completely remove NetworkManager?

From Dev

Remove Play/Pause on embedded youtube video

From Dev

Remove Play/Pause on embedded youtube video

From Dev

How Can i Get Youtube Video Story Board from get_video_info URL in PHP Json

From Dev

How can I remove multiple segments from a video using FFmpeg?

From Dev

If I build a package from source how can I uninstall or remove completely?

From Dev

If I build a package from source how can I uninstall or remove completely?

From Java

How do I get a YouTube video thumbnail from the YouTube API?

From Dev

How can I completely remove any logging from requests module in Python

From Dev

How can I completely remove Serviio DLNA Server from Windows 7?

From Dev

How can I completely remove any logging from requests module in Python

From Dev

How can I completely remove ecryptfs from my system and delete .Private?

From Dev

How can I completely remove the KDE 5.6 Plasma desktop from Ubuntu 16.04 and restore Unity?

From Dev

How can I remove an updated hplip completely and replace it with the version from Ubuntu repos in 18.04?

From Dev

how can i completely remove gnome3 from ubuntu 20.04 without affecting KDE Plasma

From Dev

How can I download the video description of a YouTube video without downloading the video with youtube-dl?

Related Related

  1. 1

    How can I remove the youtube branding completely from embedded video?

  2. 2

    How to remove youtube branding after embedding video in web page?

  3. 3

    How can I align YouTube embedded video in the center in bootstrap

  4. 4

    How can I check if a YouTube video allows embedded play

  5. 5

    How Can I Remove the SurveyMonkey Branding with the API on a paid account?

  6. 6

    How to completely remove audio channels from video

  7. 7

    How can I remove jenkins completely from linux

  8. 8

    How can I remove an element from an array completely?

  9. 9

    How can I query wikidata with a freebase id from a youtube video?

  10. 10

    How can I extract audio from a YouTube video?

  11. 11

    How do I stop a YouTube embedded video from playing without hitting pause in the web view?

  12. 12

    How can I remove "ImageMagick" completely?

  13. 13

    How can I remove a package completely?

  14. 14

    How can I completely remove NetworkManager?

  15. 15

    Remove Play/Pause on embedded youtube video

  16. 16

    Remove Play/Pause on embedded youtube video

  17. 17

    How Can i Get Youtube Video Story Board from get_video_info URL in PHP Json

  18. 18

    How can I remove multiple segments from a video using FFmpeg?

  19. 19

    If I build a package from source how can I uninstall or remove completely?

  20. 20

    If I build a package from source how can I uninstall or remove completely?

  21. 21

    How do I get a YouTube video thumbnail from the YouTube API?

  22. 22

    How can I completely remove any logging from requests module in Python

  23. 23

    How can I completely remove Serviio DLNA Server from Windows 7?

  24. 24

    How can I completely remove any logging from requests module in Python

  25. 25

    How can I completely remove ecryptfs from my system and delete .Private?

  26. 26

    How can I completely remove the KDE 5.6 Plasma desktop from Ubuntu 16.04 and restore Unity?

  27. 27

    How can I remove an updated hplip completely and replace it with the version from Ubuntu repos in 18.04?

  28. 28

    how can i completely remove gnome3 from ubuntu 20.04 without affecting KDE Plasma

  29. 29

    How can I download the video description of a YouTube video without downloading the video with youtube-dl?

HotTag

Archive