Ejemplo buscar lista de youtube:
Código:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe allowfullscreen="" | |
height="266px" | |
width="100%" | |
src="https://www.youtube.com/embed?listType=search&list=ejemplo youtube api" > | |
</iframe> |
Ejemplo de cargar una lista con ID específico:
Código:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe | |
allowfullscreen="" | |
height="266px" | |
width="100%" | |
src="https://www.youtube.com/embed?listType=playlist&list=PLOU2XLYxmsIIU0BR8MsTgDlSG0BLi91yu" > | |
</iframe> |
Links:
- https://www.youtube.com/yt/dev/es-419/api-resources.html
- https://developers.google.com/youtube/
- https://developers.google.com/youtube/player_parameters
0.03
No hay comentarios.:
Publicar un comentario