Page 1 of 1

You can sometimes see URL text through TW tags

Posted: Mon Mar 14, 2016 10:15 am
by Whoopsy
I noticed it here: http://friendsofcaptainawkward.com/foru ... 15#p127505 Just thought it might be something the admins would want to try and fix since it really seems like this bug/"feature" cropping up unexpectedly is something that has the potential to really trigger someone

Re: You can sometimes see URL text through TW tags

Posted: Mon Mar 14, 2016 10:27 am
by mooocow
Hey Whoopsy, thanks for the heads-up!

I fixed the issue in the thread you linked using a workaround.

We'll check whether there is a technical solution to prevent this issue in the future, but for now you can always use the url tag like this to avoid problematic urls from showing:

Code: Select all

[url=www.your.url/here]some text[/url]
it will then look like this:
some text

Clicking on the text will lead the user to http://www.your.url/here.

Re: You can sometimes see URL text through TW tags

Posted: Tue Mar 15, 2016 5:30 am
by The_Other_Alice
To add: for accessibility purposes, we recommend users use the script Mooocow's provided anyway. This way those using screen readers get more useful information. It works best if you use the 'some text' space to provide information about the site you're linking too.

Re: You can sometimes see URL text through TW tags

Posted: Tue Mar 15, 2016 8:06 am
by Whoopsy
Is there a way to use this tag to provide mouse over alt text on a link as well?