Page 1 of 1

Twitter plugin - Tweet This: Status query strings disabled

Posted: Sat Jun 11, 2011 1:59 pm
by Matthias2
Hi,

Twitter disabled Status query strings. "Tweet This" links like "https://twitter.com/#!/?status=..." do not work anymore.

In serendipity_event_twitter.php I changed the line

Code: Select all

$url_tweetthis = 'http://twitter.com/home/?status=' . urlencode($update) ;
in

Code: Select all

"$url_tweetthis = 'http://twitter.com/intent/tweet?text=' . urlencode($update) ;"
I donĀ“t know if further changes are required.

http://dev.twitter.com/pages/intents
http://thenextweb.com/twitter/2011/05/1 ... -to-break/

Re: Twitter plugin - Tweet This: Status query strings disabl

Posted: Sun Jun 12, 2011 12:38 pm
by garvinhicking
Hi!

Thanks a lot! Just fixed&committed for twitter and findmore plugins!

REgards,
Garvin

Re: Twitter plugin - Tweet This: Status query strings disabl

Posted: Mon Jun 20, 2011 6:27 pm
by Matthias2
Danke.