Youtube on site for users without JavaScript

by nobull
1 replies
  • WEB DESIGN
  • |
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?
#javascript #site #users #youtube
  • Profile picture of the author XeBii
    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>
    {{ DiscussionBoard.errors[7218908].message }}

Trending Topics