Viewing File: /home/fshjisk/voguearth/wp-content/plugins/fusion-builder/front-end/templates/fusion-soundcloud.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>
Back to Directory
File Manager