How to open a Forum and a Knowledgebase widget

Avatar
  • updated
  • Answered

Hi,


I have a page in an Angular2 app that I need to launch a widget to the FAQ KB and a widget to the Forum. The code in my index page specifies that the widget should open 1,2 or 3. I need to be able to specify which widget to open in the UE.Popin.preload() code. How can I do this?


How would you rate the customer service you received?

Satisfaction mark by Rodney 7 years ago

Thanks for the quick response. Do I also need to put the ID in the preload method?onmouseover="UE.Popin.preload(3);" href="#" onclick="UE.Popin.show(3)

Add a comment about quality of support you received (optional):

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Hello, you can use following javascript call to open specified Forum/KB/Helpdesk


UE.Popin.show(ID)

Find out more details in documentation

http://feedback.userecho.com/topics/7885-userecho-widgets/

Avatar
Vladimir Mullagaliyev co-founder

Unfortunately, "preload" doesn't work with this method. If you post some specific ID in the "show" method it will reload window anyway. So, just ignore this parameter.

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

Hello, you can use following javascript call to open specified Forum/KB/Helpdesk


UE.Popin.show(ID)

Find out more details in documentation

http://feedback.userecho.com/topics/7885-userecho-widgets/