Hello,
I use the twitter share button on my site, but if there is a semicolon in the link, it cuts the text in half and does not take it after the semicolon, how can I prevent this?
Example: “/intent/tweet?text=here appears;but not here”
1 Like
percent-encode the semicolon to %3B and spaces to %20 eg:
https://twitter.com/intent/tweet?text=here%20appears%3Bbut%20not%20here
1 Like
system
closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.