Twitter MediaSite BBcode [Deleted]

not really....i would have to think about that....(i mean i just clicked the request link above and it output results...)
https://api.twitter.com/1/statuses/...9457&omit_script=true&align=left&maxwidth=400

and it outputs:

Code:
{"provider_name":"Twitter","type":"rich","provider_url":"http:\/\/twitter.com","author_name":"Spurs Community","version":"1.0","cache_age":"31536000000","width":400,"height":null,"url":"https:\/\/twitter.com\/SCITK\/status\/295845809029779457","html":"\u003Cblockquote class=\"twitter-tweet\" align=\"left\" width=\"400\"\u003E\u003Cp\u003E\u003Ca href=\"https:\/\/twitter.com\/search\/%23SCITK\"\u003E#SCITK\u003C\/a\u003E \u003Ca href=\"https:\/\/twitter.com\/search\/%23COYS\"\u003E#COYS\u003C\/a\u003E [Update 80] The Goat on Willian:\u003Ca href=\"http:\/\/t.co\/CnfymYt3\" title=\"http:\/\/bit.ly\/VgyziF\"\u003Ebit.ly\/VgyziF\u003C\/a\u003E\u003C\/p\u003E— Spurs Community (@SCITK) \u003Ca href=\"https:\/\/twitter.com\/SCITK\/status\/295845809029779457\"\u003EJanuary 28, 2013\u003C\/a\u003E\u003C\/blockquote\u003E","author_url":"https:\/\/twitter.com\/SCITK"}

i wonder.....hmmm....i need to ask someone's or someones' input on this...
 
This worked fine on my test install but gave the error above on my live site. There shouldn't be a difference between them.

I'll test it again when our site is less busy :-)
 
yes you are correct...but that should fix it...i played around with it switching it back and forth and didn't have to refresh anything except the page...

I need a link or I probably can not help you anymore with this.
Could this empty-div issue get resolved?
Facing the same here.
Already tried to edit the twitter.php - didn't change anything.
 
I'm having the same issue as Case and tom2tom, and I've made the code replacement you suggested however this hasn't fixed it. Did you get to the bottom of the issue?
 
Current working solution;

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>
 
I think this might be due to private accounts where somewhere posts a tweet that's not public.

Is there any way to check first to see if a tweet can be viewed?
 
I think this might be due to private accounts where somewhere posts a tweet that's not public.

Is there any way to check first to see if a tweet can be viewed?

Have you tried unistalling this addon and using the solution Swifty550 posted above? That is working for me at the moment.

It won't show protected tweets, obviously. You won't get the error though.
 
Have you tried unistalling this addon and using the solution Swifty550 posted above? That is working for me at the moment.

It won't show protected tweets, obviously. You won't get the error though.

The protected tweets seem to break the layout, pushing the post outside of the container.

Have you tried posting a protected tweet and does it work ok for you?
 
When someone posts a protected tweet I just seem to see...

Tweet
— Twitter API (@user) date

I have seen the issue with the layout breaking. It seems to happen when there are a few embedded tweets on a page and possibly when people quote them.

EDIT: I see you just beat me to it.
 
Having just tested it more thoroughly it still break with just 1 one a page if that 1 is a quote from a previous page.

Anyone found a way to fix this?
 
I uninstalled this long ago. Just recently installed the latest version. Mine also looks untwittery.

Uploaded this resource with Chris Deeming's Addon Installer.

Screen Shot 2013-06-09 at 10.07.31 AM.webp
 
That's what it always looks like to the person posting it until they refresh that page...it is because of twitter.js and because I find it useless to reload the script only for the person posting it the one time that they post it. This also makes it look somewhat usable for someone with js disabled.

If I didn't do that styling you wouldn't even know it was a tweet when you were posting it because it would just be a block of text.
 
Thanks for all your help getting the tweets working on my site. Really appreciate that. Great add-on, much appreciated.
 
Top Bottom