Auto Load Facebox Iframe

Discussion in 'jQuery' started by greatlogix, May 13, 2015.

  1. #1
    I can get iframe in facebox using following code
    jQuery(document).ready(function($) {
    $('a[rel*=facebox]').facebox()
    })
    <a href="remote.html" rel="facebox[.bolder]">text</a>

    but i am not able to find a way to auto load iframe in facebox on page load. Can you please help me in doing this?
     
    greatlogix, May 13, 2015 IP
  2. Alexstorm

    Alexstorm Greenhorn

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    I am guessing there may be code at Facebook to stop you. They have a plugin embed for iframes.
    https://developers.facebook.com/docs/plugins/page-plugin
     
    Alexstorm, May 14, 2015 IP