How To Remove YouTube Logo From Embedded Videos


Advertisements





When we embedd a YouTube video to our website, it shows a logo of YouTube in the bottom tool bar of the video. This video is the link to the video on YouTube. You can open the video in YouTube by clicking on this.
But you can remove this braning logo from the video. See at the bottom



<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/xFPP_qCRWNM?version=3&feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/xFPP_qCRWNM?version=3&feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object>
This is the embedd link

Now see this: Add one more query string parameter in the URL modestbranding=1



<object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/xFPP_qCRWNM?version=3&feature=player_detailpage"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/xFPP_qCRWNM?version=3&feature=player_detailpage&modestbranding=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object>


See that the video added later do not have any branding logo.

Subscribe us to receive free updates in your inbox:



{ 1 comments... read them below or add one }

Anonymous said...

i agree with you but title for video still appear at the top video. any suggestion for remove that?

Post a Comment