laravel-notification-channels/twitter

Adding links to tweets

Closed this issue · 2 comments

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>');

Figured it out...no need to include html markup.

Sry just saw the issue. Glad it worked out for you 👍