15 lines
660 B
PHP
15 lines
660 B
PHP
<?php
|
|
/**
|
|
* Underscore.js template
|
|
*
|
|
* @package fusion-builder
|
|
* @since 2.0
|
|
*/
|
|
|
|
?>
|
|
<script type="text/html" id="tmpl-fusion_soundcloud-shortcode">
|
|
<div {{{ _.fusionGetAttributes( attr ) }}}>
|
|
<iframe scrolling="no" frameborder="no" width="{{ values.width }}" height="{{ values.height }}" src="https://w.soundcloud.com/player/?url={{{ values.url }}}&auto_play={{ values.autoplay }}&hide_related={{ values.show_related }}&show_comments={{ values.comments }}&show_user={{ values.show_user }}&show_reposts={{ values.show_reposts }}&visual={{ values.visual }}&color={{ values.color }}" title="soundcloud"></iframe>
|
|
</div>
|
|
</script>
|