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
- Host: GitHub
- URL: https://github.com/wisembly/widget-doc
- Owner: Wisembly
- Created: 2013-09-11T16:04:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T15:25:58.000Z (almost 10 years ago)
- Last Synced: 2025-05-31T17:36:15.409Z (10 months ago)
- Homepage: http://wisembly.github.io/widget-doc
- Size: 87.9 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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