To add a hyperlink in the welcome message (before the live) and end message (after the live is over) you can paste this snippet of code in your text:
<a href="https://www.yourwebsite.com" target="_blank">YOUR TEXT</a>
- Your link goes after href= and needs to be in quotation marks.
- The target="_blank" will open the link in a new tab (if removed, it will open on the same tab).
- The text that will contain the link goes in between > and <
Your hyperlink should look like this in the welcome message:
To obtain this result we typed the following:
- Hello welcome to our Live Event, <a href="https://www.livescale.tv/" target="_blank">Visit Livescale.tv</a> for more information
Comments
0 comments
Please sign in to leave a comment.