Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retweets snippet code pulling username instead of screen name #13

Closed
pmacswebteam opened this issue Aug 4, 2015 · 1 comment
Closed
Assignees

Comments

@pmacswebteam
Copy link

It seems like the snippet code for retweets is pulling and linking the username:

$toPlaceholderPrefix . 'text' => 'RT @' . $j->retweeted_status->user->name . ': ' . $j->retweeted_status->text

...instead of pulling and linking the screenname:

$toPlaceholderPrefix . 'text' => 'RT @' . $j->retweeted_status->user->screen_name . ': ' . $j->retweeted_status->text

Can this be fixed and released as an update for TwitterX? Right now it is resulting in broken twitter handle link when choosing to display retweets.

@qodo qodo self-assigned this Aug 4, 2015
@qodo
Copy link
Owner

qodo commented Aug 4, 2015

Just updated this and releasing new version today. Thanks very much for reporting this! :)

@qodo qodo closed this as completed Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants