• Hi,
    thanks for this plugin, is awesome, but have some bugs. Iframe dialog popup is always displaying everytime I refresh website and shows without click on FB button bellow. Tested in multiple browser, in Chrome is showing, in Mozilla not…

    How to fix that?

    Thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • I want to know as well…

    It’s annoying! ><

    Go to the Customer Chat option in the admin menu where you can copy the code snippet. Add this line under theme_color=’#FFFFFF’ (But before the >

    greeting_dialog_display=’hide’

    I used this to just completely hide it, but there are other options you can try.

    show: The greeting dialog will always be shown when the plugin loads.
    fade: The greeting dialog of the plugin will be shown, then fade away and stay hidden afterwards.
    hide: The greeting dialog of the plugin will always be hidden until a user clicks on the plugin.

    So it should look like this:

    theme_color=’#FFFFFF’
    greeting_dialog_display=’hide’
    >

    Hey guys not working for me…There is no theme_color in my settings
    The facebook plugin chat settings look like this:

    <div id=’fb-root’></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    js = d.createElement(s); js.id = id;
    js.src = ‘https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js#xfbml=1&version=v2.12&autoLogAppEvents=1&#8217;;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>
    <div class=’fb-customerchat’
    attribution=”wordpress”
    page_id=’653337278084507′
    logged_in_greeting=’Hi!’
    logged_out_greeting=’Hi!’
    >
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dialog iframe popup always displaying without clicck’ is closed to new replies.