MyBB Community Forums

Full Version: [request] ZippyShare and SoundCloud MyCodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have tried but mybb acp says doesnt work ^^
this is code:

Zippyshare Wrote:\[zs\]http://(.*?).zippyshare.com/v/(.*?)/file.html\[/zs\]

<script type="text/javascript">var zippywww="$1";var zippyfile="$2";var zippydown="ffffff";var zippyfront="000000";var zippyback="ffffff";var zippylight="000000";var zippywidth=680;var zippyauto=false;var zippyvol=80;var zippydwnbtn = 1;</script><script type="text/javascript" src="http://api.zippyshare.com/api/embed.js"></script>

SoundCloud Wrote:\[sc\](.*?)\[/sc\]

<iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=$1&show_artwork=true"></iframe>
For the sound cloud this might work, as it works for me.
http://community.mybb.com/thread-113184-...#pid822612