Twitter plugin - Tweet This: Status query strings disabled

Creating and modifying plugins.
Post Reply
Matthias2
Regular
Posts: 71
Joined: Sun Sep 17, 2006 2:22 pm

Twitter plugin - Tweet This: Status query strings disabled

Post 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/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post by garvinhicking »

Hi!

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

REgards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Matthias2
Regular
Posts: 71
Joined: Sun Sep 17, 2006 2:22 pm

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

Post by Matthias2 »

Danke.
Post Reply