This add-on adds support to XenForo for embedding an iframe Sound Cloud player in XenForo.
It creates a new BB Code Media Site allowing users to paste a Sound Cloud URL into the media embed form and have it replaced by a Sound Cloud iframe player.
Install in the usual XenForo way:
-
Go to your
Admin Control Panel
->Add-ons
->Install New Add-on
->Install from uploaded file
. Click the Browse button, locateaddon-sidaneSoundCloudIframe.xml
on your computer and press theInstall Add On
button. -
Once installed, a new
SoundCloud
entry will be available inAdmin Control Panel
->BB Code Media Sites
.
That's it, you're done.
This add-on was inspired by the SoundCloud BBcode Media Site add-on. I created a separate iFrame based BB Code Media Site as the existing add-on uses PHP's file_get_contents
function which is often not allowed on servers with a more strict security policy.