What fresh hell is THIS now? - Patrick Lauke
[sareh] Hello,
I was wondering if there is a recommended way to deal with share tool pop-ups. For example: if you have a Twitter icon that's a link, is it best to open it in a new window, continue the journey with tweeting, then assume that the user will know to close that window to get back to the original site?
I'm particularly interested in the best way to communicate this via markup to screenreader users.
[sareh] There's an interest that our Product team have to enable it to be easier to return to our site, after completing that "share on social media" task.
So UX are discussing whether it's best to open in the same window (so the return journey will just be going back a few times) or opening a new window (where the return journey would be to close the window).
Different sites seem to take different approaches. So, I was wondering whether one way is better than the other.
[sareh] Thanks, @caesar! Great point about cognitive disabilities, too.
Yes, elsewhere on the site we have an "open in new window icon" that we use. However, to add that next to each of the Twitter, Facebook, Pinterest links that are in a row seems very repetitive and visually confusing, too - it won't necessarily be clear in that context why the apparent "doubling" of icons mean. (Also, since most other sites don't have these 'open in a new link' icons next to their share icons, the UX team suggest it's more useful to be in keeping with what's familiar to users. :/ ) I'm not quite convinced.
[jpdevries] So I just noticed today that twitter.com redirects to mobile.twitter.com if you have JavaScript disabled and I had no idea that was possible. You can detect if JS is enabled on the server side? (thinking face emoji)
It is like the opposite of progressive enhancement and not a very good pattern, but I’m curious how they are achieving this.
<noscript>
<noscript><meta http-equiv="refresh" content="0; URL=https://mobile.twitter.com/i/nojs_router?path=%2F"></noscript>