You have to go through the following steps:
- Go into the ACP of your forum
- Click on configuration
- Click on the left side on MyCode
- Click on Add a new MyCode
- For example you can use “SoundCloud” for the title and “Integrate SoundCloud in postings” for the description
- By Regular expression you have to fill in:
Code:
\[soundcloud\](.*?)\[/soundcloud\]
- And by substitution you have to fill in:
Code:
<iframe width="100%" height="140" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=$1&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
- At the point Activation you have to choose Yes
- By the ID you have to fill in the next ID (for example 1, 2, 3, …)
- Then you have to press the button Save