Guide disable link on the title of youtube

Alu06

New member
Guide disable link on the title of youtube ,Hide Info When Youtube Video Post

Demo Online : http://cafesv.vn/threads/miley-cyrus-wrecking-ball.5743/

Demo Picture : cafesv.vn.webp

"Disable link on the title of youtube"
* For XenMedio. The changes go into the Services and content of the HTML Embed YouTube with the following code:
Code:
<iframe id="ytplayer" type="text/html" width="{w}" height="{h}" src="http://www.youtube.com/embed/{serviceVAL}?theme=light&amp;feature=oembed&amp;version=3&amp;ps=docs&amp;nologo=1&amp;autoplay=1&amp;fs=1&amp;rel=0&amp;showinfo=0&amp;modestbranding=1&amp;allownetworking=internal&amp;iv_load_policy=3enablejsapi=1&amp;domain=http://cafesv.vn" frameborder="0"></iframe>

Save!

* For BBCodes Youtube. Are you in AdminCP -> BB Code Media Site -> YouTube and replacement with the following code:


Code:
<div style="text-align:center;">
<p><b><font color=blue>Tips : Zoom In HD Quality Video And Choose To See Video Of Over</font></b></p>
<center>
<iframe type="text/html" width="720" height="480" src="http://www.youtube.com/embed/{$id}?theme=light&amp;feature=oembed&amp;version=3&amp;ps=docs&amp;nologo=1&amp;autoplay=0&amp;fs=1&amp;rel=0&amp;showinfo=0&amp;modestbranding=1&amp;allownetworking=internal&amp;iv_load_policy=3enablejsapi=1&amp;domain=http://cafesv.vn" frameborder="0"></iframe>
</center>
</div>

Save!

Goodluck!
 
Top Bottom