Cita:
Iniciado por petit89 iFrame??
Código HTML:
Ver original<iframe width="560" height="315" src="https://www.youtube.com/embed/YVx3xBusuuQ?rel=0" frameborder="0" allowfullscreen></iframe>
Algo así son mis pruebas también.
Pero el asunto es el siguiente
Si en HTML normal el código es el que bien pones :
<iframe width="560" height="315" src="https://www.youtube.com/embed/YVx3xBusuuQ?rel=0" frameborder="0" allowfullscreen></iframe>
El asunto es cómo meter la variable IFTTT en el conjunto para obtener el mismo resultado y que todo sea reconocido.
Siendo la variable {{EntryUrl}}
el asunto es cómo poner
<iframe width="560" height="315" src="{{EntryUrl}}?rel=0" frameborder="0" allowfullscreen></iframe>