CrossLead / angular-zendesk-widget

Angular wrapper for the Zendesk Web Widget
Apache License 2.0
18 stars 11 forks source link

How to show the "Help" floating button #12

Closed luanfonceca closed 7 years ago

luanfonceca commented 7 years ago

Hi folks, i just installed this package to use in my angular app. I followed the README to setup the angular-zendesk-widget and its working just fine. But i need to show that zendesk "Help" button, i created a link on my html to call the ZendeskWidget.activate() function on my controller and its working.

There are any configuration that i miss in order to show up that floating button with the layout of zendesk.

Thanks in advance.

yangchristian commented 7 years ago

@luanfonceca can you show how you're instantiating and configuring the widget? By default, you should get the floating version of the widget unless you're, say, calling zE.hide() in the beforePageLoad callback. If you're verbatim following the instructions under Settings in the README, you should remove the callback.

yangchristian commented 7 years ago

Closing due to inaction.