• Welcome to ForumKorner!
    Join today and become a part of the community.

YouTube [full screen]

RuleBreaker

Member
Reputation
0
This is tutorials how to get link to video on youtube in full screen

First find some video, i will use this one
<a class="postlink" href="http://www.youtube.com/watch?v=mQeg6cT7V3o">http://www.youtube.com/watch?v=mQeg6cT7V3o</a>

Now we need to delete "watch?" and replace "=" with "/"
<a class="postlink" href="http://www.youtube.com/">http://www.youtube.com/</a> watch?v=mQeg6cT7V3o
So we will get
<a class="postlink" href="http://www.youtube.com/v">http://www.youtube.com/v</a> /mQeg6cT7V3o

And it`s done, here is example
Normal link
<a class="postlink" href="http://www.youtube.com/watch?v=mQeg6cT7V3o">http://www.youtube.com/watch?v=mQeg6cT7V3o</a>
Full screen video
<a class="postlink" href="http://www.youtube.com/v/mQeg6cT7V3o">http://www.youtube.com/v/mQeg6cT7V3o</a>

If you need any help feel free to ask

This tutorials is made by me, if you decide to share it on other forums you MUST add "Made by RuleBreaker"
 

CrossFires

Active Member
Reputation
0
WOW, I always thinked how fullscreen like this is made, thanks .
 
Top