Thank 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 .
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>
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: