We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Just updated this and releasing new version today. Thanks very much for reporting this! :)
Sorry, something went wrong.
qodo
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: