Diferencia entre revisiones de «Widget:SoundCloud»

De Casiopea
Sin resumen de edición
Línea 3: Línea 3:


=== Instrucciones ===
=== Instrucciones ===
# Ir a la URL de la canción o audio (no album ni colección)
# Ir a la URL de la canción o audio (no album ni playlist)
# Seleccionar compartir
# Seleccionar compartir
# En la segunda pestaña "Integrar" copiar el código HTML del ''iframe'':<code><nowiki><iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/777077062&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe></nowiki></code> donde '''777077062''' corresponde al id.
# En la segunda pestaña "Integrar" copiar el código HTML del ''iframe'':<code><nowiki><iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/90461912&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe></nowiki></code> donde '''90461912''' corresponde al id.
# Embeber el audio de la siguiente manera:
# Embeber el audio de la siguiente manera:


<pre>
<pre>
{{#widget:SoundCloud
{{#widget:SoundCloud
  |id=777077062
  |id=90461912
}}
}}
</pre>
</pre>


{{#widget:SoundCloud
{{#widget:SoundCloud
|id=777077062
|id=90461912
}}
}}
</noinclude>
</noinclude>

Revisión del 11:07 25 mar 2020

Este Widget permite embeber objetos de SoundCloud en esta Wiki.

Instrucciones

  1. Ir a la URL de la canción o audio (no album ni playlist)
  2. Seleccionar compartir
  3. En la segunda pestaña "Integrar" copiar el código HTML del iframe:<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/90461912&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe> donde 90461912 corresponde al id.
  4. Embeber el audio de la siguiente manera:
{{#widget:SoundCloud
 |id=90461912
}}