[GH-ISSUE #71] Project Uses Unsupported Tweet URL Format #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EthanC on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/TheLovinator1/discord-twitter-webhooks/issues/71
Hi there, I've recently migrated from another project - I appreciate the active development!
One issue I've run into is that the Discord and/or Twitter client on Android doesn't support the
/i/web/status/Tweet URLs that this project uses. When attempting to open these links (via embed author or message content), I'm kicked back to Discord (see video below.) I'm unsure if this issue is present on iOS.Question is: Can a config variable be added to utilize a working Tweet URL format?
Examples:
Video:
https://user-images.githubusercontent.com/16727756/226424475-a707e3d9-c4b7-46b7-9dc2-310ada8475f0.mp4
@TheLovinator1 commented on GitHub (Mar 20, 2023):
Hi!
Thanks for the issue, I removed the /web/ part from the URL. That seems to work on every device.
Do you want me to add the username to the URL? I can't remember why I went with https://twitter.com/i/ instead of https://twitter.com/charlieINTEL/ but I can probably add it without a problem. ¯_(ツ)_/¯
A lot of people have asked how to make the URL more visible so I modified the embed so the tweeter name is blue. One disadvantage with that is that the small avatar to the left of the name had to go, but I changed the bot so that it modifies the webhook avatar instead.
Is this better or should I revert the change? (Or make it customizable)
Should I add @charlieINTEL to the username? Right now it is only the CharlieIntel part
Is there anything else I should add or fix?
@EthanC commented on GitHub (Mar 20, 2023):
Username in the URL would be ideal.
/i/status/works because both the web and mobile clients will resolve the username regardless of what you replaceiwith, but it looks weird if you share that link with someone since that's not the normal format.Personally, this would be the most appealing solution to the author and Tweet URL issue you've mentioned: