logo

Functions

youtube(string video_id, string element_class (optional), bool autoplay (optional),bool allowfullscreen (optional))

function youtube generates a youtube video via string video_id.

... To be filled out ..


Usage example

	
	<?php 
	youtube("dj4VoPO-2pE"); //you can have your video here if you support this project, for example on patreon which is listed on the homepage.
	?> 

Showtime!