Widget-doc

Wisembly Widget Documentation

View project onGitHub

How to embed Wisembly on your website or your app

There are two ways to embed Wisembly in a webpage or in an application: by simply including our responsive mobile view in an iframe or by developping your own Wisembly implementation on top of our APIs.

iframe / webview integration

  • Pros:
    • no development involved
    • full Wisembly features set for participants
  • Cons:
    • no hand over graphic customization (unless asking us)

Code needed and example

<iframe src="https://app.wisembly.com/d/keyword?e#stream" width="300px" height="400px" border="0" marginheight="0" marginwidth="0" frameborder="0"></iframe>

Where:

API integration

  • Pros:
    • full hand on customization
    • only features you want (and implement)
  • Cons:
    • need developpers to implement it