MyBB Community Forums

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

Short Description
Embeds an Podomatic player in your post.

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

Replacement
<iframe src="$1?style=normal&amp;autoplay=false" allowfullscreen="true" style="width: 504px; height: 208px;" allow="autoplay; fullscreen"></iframe>

how to post just add the episode

[POD2]https://podomatic.com/embed/html5/podcast/5349650[/POD2]

have fun
just updated this it works better this way
Stupid question, but why don't use (https://podomatic.com/embed/html5/podcast/\d{7,}) as regular expression, so you don't have to add tags ?
and how would one do that then