MyBB Community Forums

Full Version: 1.8.31 - social media embedding (myCodes) stopped working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since upgrading to 1.8.31 the myCodes we have setup to embed social media posts has stopped working. It now just creates a blank post.
They worked fine prior to the update.

Here is the twitter myCode which now no longer works...

<blockquote class="twitter-tweet"><a href="$1%"></a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>



Any ideas? Fix?
Thanks
Try changing async to async="true":
<blockquote class="twitter-tweet"><a href="$1%"></a></blockquote> <script async="true" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

For more information: https://docs.mybb.com/1.8/faq/errors/#pa...ion-failed
Works.
Brilliant.
Many thanks.
Smile