Same problem here… it generates url with your message, but the text doesn’t appear in the “What’s happening” textfield…
same here… does anyone have a solution?
I found out that none of those links are working anymore… Not just the Sociable links…
Twitter puts “#!/” in front of the url… If you remove that, and refresh, the text appears in the status bar… But now with “+” between words. So the + needs to be replaced by %20 i guess…
But how to do this all automatically??
You must replace this line into sociable.php:
‘url’ => ‘http://twitter.com/home?status=TITLE%20-%20PERMALINK’,
with this one:
‘url’ => ‘http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK’,
Twitter doesn’t support anymore the status query method… this was replaced by intent plataform.
yes that the trick (only you need to change it in service.php).
Thanks!
Adam
(@apuchalskiamiamedicalcom)
How about in the My – Social Networks Widget?