Jump to content


Issue information

  • #030422

  • Fixed

  • 3.1.4

  • 3.2.0 Beta 1

  • 0 - None Assigned


Issue Confirmations

  • Yes (0)No (0)
Photo

Twitter share link

Posted by on 19 May 2011 - 07:45 PM

Twitter have updated their share link format;

http://twitter.com/home?status=

is no longer valid, instead we now have;

http://twitter.com/intent/tweet?status=

So any fix for this, my users start reporting this problem 3.1.4
Thanks


Updating status to: Confirmed - General

Not verified.

No, we won't likely release a patch for 3.1.4.


Should just need to change /admin/sources/classes/share/plugins/twitter.php

		$url   = "http://twitter.com/home?status=" . urlencode( $title ) . '%20-%20' . urlencode( $url );

to

		$url   = "http://twitter.com/intent/tweet?status=" . urlencode( $title ) . '%20-%20' . urlencode( $url );

Works for me.


Jason H, on 20 May 2011 - 10:59 AM, said:

Works for me.
Thank you
worked for me too... :)


Updating status to: Fixed
Issue fixed in: 3.2.0 Beta 1






0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users