Hello everyone,
Has anyone figured out how to initiate a tweet from within Glideapp that starts with a new message with prefilled @user and #tag?
Your suggestions are appreciated.
Hello everyone,
Has anyone figured out how to initiate a tweet from within Glideapp that starts with a new message with prefilled @user and #tag?
Your suggestions are appreciated.
https://tech.cymi.org/tweet-intents
Hereβs a tool you can use for generating intents.
Those parameters can be passed to a template column, but beware of the escape characters in the link, %3A as β:β, %2F as β/β and so on.
Thanks so much Thinh!