Twitter media site

Looks like this?

AnRlXfU.png


I've given the exact same to another 3 people with Xenforo and it works...


I've installed this on a flexile skin but whenever anyone quotes an embedded tweet it breaks up the formatting
 
Hi guys

Think I've found a quick fix for this.

Seems you can't use a wildcard for the username in the URL match any more. That needs to be an $id

So...

Match URL's:
https://twitter.com/{$id}/status/{$id}
http://twitter.com/{$id}/status/{$id}

Embed HTML:
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>

Seems to work for me.

Worked for me too... thanks!
 
I installed this today and it worked great. The only problem is if someone replies and has the embedded tweet in the reply things get ugly and the reply doesn't show properly. Did anyone else experience this?
 
Top Bottom