MyBB Community Forums

Full Version: [MyCode] For The Badge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone remember For The Badge? Well, I quickly came up with a MyCode to embed those badges.

Regular Expression:
\[forthebadge\](.*?)\[/forthebadge\]

Replacement:
<img src="https://forthebadge.com/images/badges/$1.svg" alt="">

That's it! An example would be:
[forthebadge]built-with-love[/forthebadge]
You need to be more strict about you allow to be inserted between tags.
[forthebadge]built-with-love.svg" alt=""><span style="color: red; font-size: 10em;">Hi!</span>[/forthebadge]
(2019-01-25, 07:18 AM)Omar G. Wrote: [ -> ]You need to be more strict about you allow to be inserted between tags.
[forthebadge]built-with-love.svg" alt=""><span style="color: red; font-size: 10em;">Hi!</span>[/forthebadge]

@Omar G.

Look at the screenshot...

[Image: 231f6fe9988919d75d15b800742cce79.png]
(2019-01-25, 12:16 PM)Serpius Wrote: [ -> ]
(2019-01-25, 07:18 AM)Omar G. Wrote: [ -> ]You need to be more strict about you allow to be inserted between tags.
[forthebadge]built-with-love.svg" alt=""><span style="color: red; font-size: 10em;">Hi!</span>[/forthebadge]

@Omar G.

Look at the screenshot...

[Image: 231f6fe9988919d75d15b800742cce79.png]

@Serpius

Look at the screenshot...

[Image: TOFFPfZ.png]