Hello guys. I would like to create a link to my Twitter account that is clickable (as a command). How can i do that? I read the nightbot documentation and try to use JavaScript, but is doesn’t work.
If you had read correctly, I have said that the link to the Twitch account should be clickable.
Unfortunately this is not possible with Markdown or HTML.
The following command creates a !Twitter command that contains a clickable link.
!addcom !twitter Follow me on Twitter: https://twitter.com/HANDLE
Now, whether you can actually click the link or not is up to the streaming platform’s chat, Nightbot isn’t responsible for making the link clickable or not, a link is just a string, the platform is free to interpret link strings as they please, and you can’t inject HTML or Markdown in the chat if the chat doesn’t support it.