So far, I'm linking videos as a regular link (no target="_blank" either so that visitors can choose for themselves how they open the links), but I remember that you can also embed videos in a way that they... open as a pop-up in the same tab (like lightbox/fancybox gallery images). My questions are:
- How do I do that? Is there some convenient code snippet for that, or do I have to combine stuff (like, grab the YT iframe embed code, or use the video tag, and then somehow mix that with fancybox)? You don't have to explain the entirety of it to me if you don't feel like it, but I'm at a loss as to what I have to google in the first place to find a tutorial. Just give me the keywords? XD
- Is that a good way to include videos on your sites in the first place, or would it be better to just leave them as conventional links? The reason I want to do it this way is because I think it's more convenient for the visitor, not having to open and close a tab or hit the back button, and that the visitor gets less distracted if they stay on my site when briefly checking out a video. But I don't know much in terms of browser support, required plug-ins, accessibility, etc. so I thought I'd ask.