An open API service indexing awesome lists of open source software.

https://github.com/wisembly/widget-doc

Wisembly Widget Documentation
https://github.com/wisembly/widget-doc

Last synced: about 2 months ago
JSON representation

Wisembly Widget Documentation

Awesome Lists containing this project

README

          

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](https://app.wisembly.com/api/doc/).

## iframe / webview integration

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

### Code needed and example

```html

```

Where:

- https://app.wisembly.com/w/keyword#widget must be updated accordingly whith **your own Wiz keyword**
_eg: if your keyword is kickoff2014, then your url would be https://app.wisembly.com/w/kickoff2014#widget_
- width is in pixel the desired iframe width (you could also use percents, like `width="100%"`)
- height is in pixel the desired iframe height

## API integration

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