MyBB Community Forums

Full Version: BandCamp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Name
BandCamp

Short Description
Embeds an BandCamp player.

Regular Expression
\[bandcamp\](.*?)\[/bandcamp\]

Replacement
<iframe style="border: 0; width: 50%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=$1/size=small/bgcol=000000/linkcol=0687f5/transparent=true/" seamless><a </a></iframe>

how to post just add the episode number

[bandcamp]4027103351[/bandcamp]

In BandCamp select Share / Embed and click Embed this album select a player copy the code

<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=4027103351/size=small/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://nashtheslash.bandcamp.com/album/bedside-companion">Bedside Companion by Nash The Slash</a></iframe>

Look for --- album=4027103351
Copy just --- 4027103351
And past it in between like so [bandcamp]4027103351[/bandcamp]

Name
BandCamp big player

Short Description
Embeds an BandCamp big player.

Regular Expression
\[bandcampbig\](.*?)\[/bandcampbig\]

Replacement
<iframe style="border: 0; width: 350px; height: 470px;" src="https://bandcamp.com/EmbeddedPlayer/album=$1size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/"seamless><a </a></iframe>

how to post just add the episode number

[bandcampbig]4027103351[/bandcampbig]

best I can do

can someone test, and let me know