• We added two links to an iframe on the same page and it works great but there is a slideshow type link that says 1/2 and we’d like to not have that. Is it possible to remove this so they are not linked in this way?

    <a
    href="http://www.apple.com?iframe=true&width=500&height=300
    " rel="wp-video-lightbox[iframes]">Apple.com</a>
    <a
    href="http://www.microsoft.com?iframe=true&width=500&height=300
    " rel="wp-video-lightbox[iframes]">Microsoft.com</a>

    https://wordpress.org/plugins/wp-video-lightbox/

Viewing 1 replies (of 1 total)
  • Plugin Author wptipsntricks

    (@wptipsntricks)

    Hi, try using a unique rel for each link. For example:

    <a href="http://www.apple.com?iframe=true&width=500&height=300" rel="wp-video-lightbox[iframes1]">Apple.com</a>

    <a href="http://www.microsoft.com?iframe=true&width=500&height=300" rel="wp-video-lightbox[iframes2]">Microsoft.com</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple iframes not linked?’ is closed to new replies.