MyBB Community Forums

Full Version: Media not displaying on embedded post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I made a thread earlier about embedding tweets.  I assumed i was doing something wrong there.  I am pretty sure now after about 16 hours of research that I have something disabled that is keeping me from seeing the media.  I am posting 2 examples below, one on twitter, and another on instagram. 

And yes I have checked to include media when prompted on twitter.

Thanks for anyone that can help, i have legit been driving myself insane trying to figure this out.  Yes I did search for hours before posting, I can't find anything.
Enable "HTML in posts" in the forum you wish to embed in. Add the following lines to ACP --> Templates & Styles --> Template --> Select template set --> Ungrouped templates --> headerinclude

Add the following lines:

<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script async defer src="//www.instagram.com/embed.js"></script>

When embedding you'll need to remove the script line at the bottom of the embed code given to you.
This totally fixed the instagram issue, but the twitter is still the same. It post the tweet but no media is shown, and I have selected to include it from twitter. Thank you so much for your response.
(2018-05-28, 04:12 PM)Yaba Wrote: [ -> ]This totally fixed the instagram issue, but the twitter is still the same. It post the tweet but no media is shown, and I have selected to include it from twitter. Thank you so much for your response.

This worked perfectly for me. Be sure to tick "include media" when embedding from Twitter. Can you provide us with a link to your forum?
https://theyoutubeunderground.com/index.php

maybe you could test it for me ;o)
The following is missing from your headerinclude template:

<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
OMG...I love you. You do not know how long I have been looking for this. Thank you again!