All Collections
Installation & Developers
Installing - Additional Information
How do I add a custom link in the Userback Widget?
How do I add a custom link in the Userback Widget?
Link to any web page or destination right from the Userback Widget
Daniel Rae avatar
Written by Daniel Rae
Updated over a week ago

So you want to add a custom link to the Userback Widget Pop-up?

Simple! Add a URL or even JavaScript code directly into the widget to open a specific page or trigger a command (like opening an Intercom Chat window).


Add a link to a custom page or destination

  1. Navigate to Projects > Widget Settings.

  2. Expand Feedback Type.

  3. Enable the "Contact us link" option.

  4. Add your URL or custom destination to the text field provided.


  5. Click Save changes πŸ₯³


FAQ πŸ’¬

How do I open my link in a New Tab or Window?

Simply copy and paste the code below into the URL section and replace the URL https://example.com/contact-us with the link, you'd like users direct to.

javascript:window.open("https://example.com/contact-us", "_blank");

Can I use other Javascript code snippets like the above?

Yes, you can! As an example, check out this article on how to open Intercom Messenger Windows from the Userback Widget Pop-up.


πŸ” Who is this article for?

Plans

Solo βœ”

Startup βœ”

Company βœ”

Premium βœ”

User type

Client

Collaborator

Admin βœ”

Owner βœ”

Did this answer your question?