Retweet not working right
|
|
Dont know if this was still a problem in the previous version of the script, but just updated after having installed the script a few days ago... The problem is with the RT button. Status updates fine, but the RTs are not 'in reply to' who ever I was retweeting. The RT link seems to be fine, it has '&in_reply_to_status_id=...' and '&in_reply_to=...' ... not quite sure what it is. Anyone else having this issue? FF3.0.10, winXP |
|
|
Yes, I noticed this too. It bothers me as well. I think this is a change in the Twitter API, because like you said it is generating the correct link and popuplating the hidden form fields like it is supposed to. |
|
|
OH, i've noticed that if you take out the 'RT ' before the @username, it properly replys to the status update that you are retweeting ... |
|
|
Yeah, that's because if you remove RT ir becomes a simple reply. Actually I don't see how RT should be a reply. RT is RT period. The author can see your retweet in mentions tab anyway. |
![]() ![]() |
The retweet should be set in the following: @username RT: blah blah ... not RT @username blah ... in order for RTs to be replys. And it might not be about the author, but a reader following a thread of tweets. Maybe I want to find out which status was in reply to which etc. It just feels more logical to have RT's linked. |
![]() ![]() |
Only takes small edits:
var link = $retweet_btn.attr('href');
|
![]() ![]() |
Well the point of a RT is to spread the word, users can't see @replies due to the change in the Twitter system. I agree though the threading is nice. |

