Youtube on site for users without JavaScript

by 1 replies
2
Hi,

If I add a Youtube video or similar on my site, what will users without JavaScript see? Are there any code to make it user friendly even if they don't have possibility to stream video?
#website design #javascript #site #users #youtube
  • YouTube uses flash & HTML 5, if users don't have flash they'll see default message by the browser saying that install Flash Player. so you don't have to worry about YouTube or any embedded video.

    For JavaScript you can use <noscript> Tag,

    Example:

    <noscript> your message goes here </noscript>

Next Topics on Trending Feed