I am trying to create a Magnific Popup (lightbox) to load facebook frameworks. I used to use PrettyPhoto, however I wanted to make a switch. Oddly enough, using the same methodology that I have in the following codef, the iframe cannot properly load (for example, within the player) for Facebook.
I realized that the same thing happened with PrettyPhoto, and I believe that Facebook could make a difference.
<a class="video" href="http:
Js
$('.video').magnificPopup({
type: 'iframe'
});
Does anyone know how to mitigate this problem?
http://codepen.io/afagard/pen/YWyoOP
source
share