Web Widgetのポップアップを遅らせることはできますか?



編集日時:2025年4月17日


0

0

4件のコメント

Hi James, 

Yes, if you want to add time to load the Messaging Widget in your Guide or Help Center portal, you can use the API script below: 

<script type="text/javascript">
  window.setTimeout(function() {
     zE(function(){
        zE('messenger', 'open');
    });
    //You can add more APIs on this line
  }, 10000); //time’s in milliseconds - 10 seconds = 100000
</script>

You can also refer to this API documentation for reference: Web Widget API
 
We hope this helps! Thank you!

0


Is there a way in achieving this  in help center if we are using messaging?

0


Hi Mark Winkler | HPE Parts Specialist | Global One Technology

 

Try adding the code under 

<script type="text/javascript">

so it needs to be before the actual widget code. Let me know if you have any follow-up questions!

0


Hello Luiz,

Thank you for the article and the code. Where does this go?

We use BigCommerce and the script looks like this:

0


サインインしてコメントを残してください。