• Hi guys, is there a way to have the popup expand only once per a users visit? As it becomes a little annoying whilst viewing the site on a phone. Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Following…

    Following

    • This reply was modified 5 years, 5 months ago by andreahansson.

    Following ..

    Following

    Thread Starter devsrocks

    (@devsrocks)

    Plenty of followers… any support help?

    Hi! I don’t know if you can use it, but in this way the dialog box doesn’t appear until you click on the Messenger icon: add this piece of code at the end, before the closing of the div:
    greeting_dialog_display=’hide’

    The code will thus be in the final part:

    <div class=’fb-customerchat’
    attribution=”wordpress”
    page_id=’XXXXX’
    theme_color=’#DD0000′
    logged_in_greeting=’Ciao! Come posso aiutarti?’
    logged_out_greeting=’Ciao! Come posso aiutarti?’
    greeting_dialog_display=’hide’
    >
    </div>

    • This reply was modified 5 years, 4 months ago by lfk74.
    • This reply was modified 5 years, 4 months ago by lfk74.

    Following…

    According to the docs if the visitor close the dialog it shouldn’t be opened again in the upcoming requests, but this is not happening ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to stop the popup message?’ is closed to new replies.