The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using the “FancyBox” jQuery popout feature to display your Videos
08-13-2014, 09:43 PM
Post: #1
Using the “FancyBox” jQuery popout feature to display your Videos
Localbiz Vortex incorporates the use of “FancyBox” jQuery popout lightbox to display Youtube and Vimeo videos.

This is done automatically whenever you insert a link to a Youtube or Vimeo video then that video will popout into the lightbox when the video link is clicked. This means you can place any simple link such as “Click to Play Video” anywhere on your site pages or sidebar and have a video popout via lightbox over the page being viewed.
The correct way to write the link is as a standard html anchor text link in the html mode (see examples below).

example 1)
Code:
<a href="http://www.youtube.com/watch?v=UXzMPd9pib0">Click To Watch Demo Video</a>
example 2)
Code:
<a href="http://vimeo.com/24062009">Click to watch video</a>

Alternatively, you can make any video pop out via the lightbox by using the code class="fancyvideo" prior to the "href" part of the video link.

For example:
Code:
<a class="fancyvideo" href="http://www.youtube.com/watch?v=HJQ8MsJuZUw>Watch Video</a>

This will work with all videos whether or not they are Youtube or Vimeo.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Using the “FancyBox” jQuery popout feature to display your Videos - Russell H. - 08-13-2014 09:43 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)