Here's a 100$ question
Is there any way to "hide" the YouTube video under a button, like a spoiler tag for instance? Here's an example of what I mean:
http://forum.computergames.ro/11-rpg...l#post36649080
The Spoiler tag code looks like this:
<div class="spoiler" style="display:inline"><input type="button" class="button" onClick="showSpoiler(this);" value="Show spoiler: {option}"> <span class="content" style="display:none">{param}</span></div>
And the example:
[spoiler=My movie Title]My neat spoiler[/spoiler]
Any help would be greatly appreciated