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
On Twitter's website, when you send a tweet you're able to choose if it should show a preview or not.
In the part of the codebase that sends a tweet it leaves out the possibility to configure whether or not you should send a link preview.
In order to fix this we just need to add a boolean to the method that adds the following variable to the sent tweet: card_uri: "tombstone://card"
card_uri: "tombstone://card"
The text was updated successfully, but these errors were encountered:
Added a PR with the fix #28
Sorry, something went wrong.
No branches or pull requests
On Twitter's website, when you send a tweet you're able to choose if it should show a preview or not.
In the part of the codebase that sends a tweet it leaves out the possibility to configure whether or not you should send a link preview.
In order to fix this we just need to add a boolean to the method that adds the following variable to the sent tweet:
card_uri: "tombstone://card"
The text was updated successfully, but these errors were encountered: