MyBB Community Forums

Full Version: add embedd button to a thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, 

is there any way I can add embed button to a mybb thread ? 

here is a sample code for embed button

<div class="xxxxxx-embed-page" data-key="xxxx">...</div><script type="text/javascript" src="https://xxxxxx.com/embed-page.js"></script>

and I also want to add embed page to a mybb thread too

here is a sample code for embed page

<div class="xxxxxx-embed-page" data-key="xxxx">...</div><script type="text/javascript" src="https://xxxxxx.com/embed-page.js"></script>


please how can I insert these codes to my mybb threads ? really appreciate any help..