Twitter media site

Twitter integration is killing me.
I installed the plugin, changed the embed-html to the one which should work and all i get trying to post a twitter-link is:
Delimiter must not be alphanumeric or backslash

Screenshot:
twitter_xenforo_bbcode.webp
 
Looks like this?

AnRlXfU.png


I've given the exact same to another 3 people with Xenforo and it works...
Its exactly like in your example.
Maybe it just should not be :/
 
Make sure the Emded HTML is this;

<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>

I can replicate your problem by replacing 'https://twitter.com/{$id}/status/{$id}' with 'https://twitter.com/*/status/{$id}'
 
That did the job!
Thank you very much Swifty550!
But i thought it would be necassary to have this plugin running?

Next stop: Soundcloud :)
 
Top Bottom