When I wrote an SNS link in my profile of Splice, it appeared as just a string and didn’t work as a valid link.
Normally, we cannot click even if you write links that start with “https://” like the image below.
Solution
If you want to use a valid link, you need to use the HTML <a> tag when writing “BIO”.
The code below is my BIO sample.
(You don’t need target=”_blabk”. It’s an option of the <a> tag needed to open the link in a separate tab.)
I'm a Japanese college student.
follow me, please♪
Twitter: <a href= "https://twitter.com/KanoeTweet"
target="_blank">https://twitter.com/KanoeTweet </a>
Youtube: <a href= "https://www.youtube.com/c/Kanoe"
target="_blank">https://www.youtube.com/c/Kanoe </a>
If you write as above, the link will be valid as shown in the image below, and when clicked, the linked page will open. (Underbar is displayed in the linked part)
This will give visitors easy access to your SNS and homepage, and so on♪
コメント