Embed a standard widget in another website?

Hello all,

Has anyone embedded a standard widget in another website?  For example, the "recent questions" widget might need to be shown in an employee portal website. Clicking on it would lead them to the Verint Community site.  How is this done? How can you generate the embed script?

Parents Reply Children
  • Create a new group to keep things tidy let call it "embedded" 

    Add a custom page in the group so for example https://{yourcommunity}/embedded/p/recent-questions 

    Edit that page and expose the widgets you are interested in (also assuming that anon has permissions to see the questions), you may also need to create a new group theme for the embedded group to remove headers etc 

    Then add an iframe into the employee portal for the custom page url

    You will probably also need to look at the cors and iframe settings in the admin panel to allow access to the site via the iframe, if these are not available in your version you would need to make the changes manually in the web.config or raise a ticket with the saas team

  • I recommend  's approach and utilization of the "Site - Iframe Embedding" widget which handles styling, nesting, resizing logic of the parent IFRAME and provides guidance on embedding.