Adding links to tweets
Closed this issue · 2 comments
Adam-78 commented
Hi,
How do you add links inside tweet when using TwitterStatusUpdate
The following renders as escaped html on twitter:
return new TwitterStatusUpdate( '<a href="http://example.com">http://example.com</a>');
Adam-78 commented
Figured it out...no need to include html markup.
christophrumpel commented
Sry just saw the issue. Glad it worked out for you 👍