I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
Home / Sample Page/player / soundcloud

soundcloud

Soundcloud

13 years agoAudioplayer, soundcloud

This theme supports WordPress embed and is additionally compatible with the SoundCloud Shortcode plugin. Simply paste your Souncloud shortcode or URL in your post and the theme takes care of the...

More info →

11 270
  • Services
  • Artists
  • Music
  • About
  • Contact
© 2026 I AM Music, LLC. All Rights Reserved.
/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);