Opening the Messenger message window by default? | Community
Skip to main content
Answered

Opening the Messenger message window by default?

  • October 22, 2020
  • 2 replies
  • 2182 views

If we want the Messenger Launcher to open by default when a page loads, is there an easy fix we can add to the JS snippet?

Best answer by Eric Fitz

Hey @carolina j​, there sure is!

 

You can use the command Intercom('show'); to open the Messenger by default.

 

You can read more about this, and other commands you can use, in our guide to using our Javascript API.

2 replies

Eric Fitz
Employee
Forum|alt.badge.img+5
  • Employee
  • Answer
  • October 22, 2020

Hey @carolina j​, there sure is!

 

You can use the command Intercom('show'); to open the Messenger by default.

 

You can read more about this, and other commands you can use, in our guide to using our Javascript API.


  • Author
  • New Participant
  • October 23, 2020

Hey Eric,

 

Awesome, thanks for the response, I really appreciate it.