Twitter media site

Created it from scratch?
Yes, I just follow this:

Media Site ID: twitter
Site Title: Twitter
Site URL: https://twitter.com/

Match URLs: https://twitter.com/*/status/{$id}
http://twitter.com/*/status/{$id}

Embed HTML: <blockquote class="twitter-tweet"><p>Tweet</p>&mdash; Twitter API (@user) <a href="https://twitter.com/{$id}/status/{$id}" data-datetime="date">date</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </blockquote><script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
 
Yes, I just follow this:
Looks like this?

AnRlXfU.png


I've given the exact same to another 3 people with Xenforo and it works...
 
Yes. The Media output supplies the javascript file in order to load the tweet. For some reason yours won't. You seem to have a stray end tag - (</blockquote>) in the source.

Try disabling twitter login and see if that does it?
 
Yes. The Media output supplies the javascript file in order to load the tweet. For some reason yours won't. You seem to have a stray end tag - (</blockquote>) in the source.

Try disabling twitter login and see if that does it?
Nvm, I will not install another addon for this to work.
 
Nvm, I will not install another addon for this to work.

It is only an addon in the sense that it uses Xenforo's addon system to install the bbcode mediasite so you don't have to manually create it, once installed you can remove it's association with an addon by enabling debug mode and going into the mediasite definition and deselecting the addon in the dropdown. If you want to manually create it yourself that is your prerogative but this is the only way to do it because mediasites cannot be imported/exported at this point.
 
  • Like
Reactions: rdn
Top Bottom