Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as PHP by video ( 4 years ago )
<?php         
              $url = get_field('video_url');
              parse_str( parse_url( $url, PHP_URL_QUERY ), $my_array_of_vars );
              $video_id = $my_array_of_vars['v'];
           ?>
			<iframe width="100%" height="800px" src="https://www.youtube.com/embed/<?=$video_id;?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

 

Revise this Paste

Your Name: Code Language: