Embed
Have questions about how to embed your Zigpoll? Look no further.
Last updated
Have questions about how to embed your Zigpoll? Look no further.
Last updated
At the core of any Zigpoll implementation is the embed code. Your embed code can be found at the bottom of your accounts page. If you copy and paste that code into the <head> tag of your website, you are all set.
The embed code looks something like this:
If you have a single page webapp you can still use Zigpoll. All you need to do is run the following code immediately after you change a page within your app.
If you want to load a specific poll on a particular page, you can do so by adding a parameter called pollId to the Zigpoll object. For example:
Will load the poll with id = YOUR_POLL_ID. This will override any display rules which are already set for the page.