Poll quick help

Let's get started

 

Smiling girlThank you for using Poll application!
It's a 3rd party application created by Kremsa Digital, a preferred Facebook developer. Poll is the most popular polling app on Facebook with tens of millions of users.

You can create a poll for free. A free poll will contains some banner ads and won't have any premium features. If you create a paid poll ($19), the ads will be disabled and you'll have access to premium features.

Poll needs access to some user data in order to work. We only gather the data which are actually necessary or which are required by Facebook. If you wish to create a poll on your page, we also need a list of pages you administer so you can pick the right page when creating a poll.

In case you need help, you can find extensive help and support at our Facebook fanpage:

- How to use Poll - tutorials for basic features and tricks

- Frequently Asked Questions - chances are you will find answer to your question here

In case you need helpdesk assistance, you can email us at pollsupport@bykd.com .

How to add images?

You can add images to each of the options of a poll with the so-called <img> tag. Just add the following text to the options: <img src="http://example.com/image.jpg" /> where "http://example.com/image.jpg" is the address of the image. The image needs to be uploaded or located on a web site first. You'll get the address of the image by right-clicking it and selecting 'copy image address', or selecting 'properties' and copying the address.
 
EXAMPLE:
 
Question:
 
Pepsi Or Coke?
 
Options:
 
Pepsi <img src="http://pulse2.com/wp-content/uploads/2009/12/Pepsi-Logo.jpg" />
 
Coke <img src="http://www.marketingshift.com/resources/coke-logo.jpg" />

How to add videos?

Pretty much the same way as you can add images as options in your poll, you can add videos.

Let's say you will want to embed youtube video - simply go to video, find embed code, copy and paste it to poll options. That's it!

So, embed code will look like this:
<iframe width="560" height="315" src="//www.youtube.com/embed/9bZkp7q19f0?rel=0" frameborder="0" allowfullscreen></iframe>

How to style votes?

If you know some HTML and CSS, you can style your poll's answers. Basic HTML elements, like <p>, <div>, <span> are allowed.

Let's say with
<span style="font-size:26px; font-weight:strong; color:green;">Yes</span>
<span style="font-size:26px; font-weight:strong; color:red;">No</span>
<span style="font-size:26px; font-weight:strong; color:orange;">Maybe</span>

the output will look like this:
options styling