Back to vBulletin 4.x Add-ons

Youtube Spoiler Fancy
Mod Version: 1.00, by SharpShotGif

vB Version: 4.2.x Rating: (0 vote - 0 average) Installs: 6
Released: 26 Jan 2016 Last Update: 26 Jan 2016 Downloads: 21
Not Supported Template Edits Re-usable Code  

What this does
This code will turn all of your Youtube embed code into fancy spoiler that users can click to open and close to view the Youtube video.

Screenshots



INSTALL

Please back up your "bbcode_video" code before making any edits so you can restore if mistakes happen.

IMAGES
Upload the images to your images folder

YT_open.jpg
YT_close.jpg

CODE
In admincp » Styles & Templates » Style Manager » Edit Templates » BB Code Layout Templates » bbcode_video

Find: line 8
HTML Code:
<vb:elseif condition="$provider == 'youtube'" />
Find and replace: line 9
HTML Code:
<iframe title="YouTube video player" width="640" height="360" src="//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw wmode}" frameborder="0" allowfullscreen></iframe>
With: line 9
HTML Code:
<div style="padding-top:4px;padding-right:4px;">
	<div>
		<img name="YouTube Spoiler" type="image" src="images/YT_open.jpg" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.src = 'images/YT_close.jpg'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = '';this.src = 'images/YT_open.jpg'; }">
	</div>
	<div style="margin: 0px; padding:0px;">
		<div style="display: none;">
			<iframe title="YouTube video player" width="640" height="360" src="//www.youtube.com/embed/{vb:raw code}?wmode={vb:raw wmode}" frameborder="0" allowfullscreen></iframe>
		</div>
	</div>
</div>
Save and reload - I recommend you tick the "Save in Template History?" so you can undo any changes at a later date or if an mistake has happened.

I have included the code and images in the attachment.

Just to clarify this does not help with page load times.

This is my first post if I have made any mistakes please let me know.

Download

File Type: %1$s YTS.zip (459.7 KB, 23 downloads)

Similar Mods

Fancy iMac vBulletin 3.6 Styles
Fancy Grey - side menu vBulletin 3.5 Styles
Fancy Blue skin vBulletin 3.5 Styles

vblts.ru supports vBulletin®, 2022-2024