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='https://podomatic.com/embed/html5/episode/$1?' height='208' width='100%'frameborder='0' marginheight='0' autoplay='0' marginwidth='0' scrolling='no' allowfullscreen></iframe>

how to post just add the episode

[POD2]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