Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/07/2018, 13:58
Avatar de petit89
petit89
 
Fecha de Ingreso: marzo-2011
Mensajes: 1.135
Antigüedad: 13 años, 1 mes
Puntos: 170
Respuesta: Insertar video de youtube a mi página

El codigo que te da youtube para insertar en HTML es:
Código HTML:
Ver original
  1. <iframe width="560" height="315" src="https://www.youtube.com/embed/ID_video_youtube" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

asi que lo unico que necesitas reemplazar es la URL, quedaria asi con php:
Código PHP:
Ver original
  1. <iframe width="560" height="315" src="<?php echo $url_guardada; ?>" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
__________________
█ WebHosting / Reseller a bajo costo | Uptime Garantizado | Soporte en Español e Ingles
¿Te sirvió la respuesta? Deja un +1 (Triangulo negro al lado derecho)