Displaying past polls
In addition to your account's current poll, you can display an automatically generated list of past polls and their results on your site as well.
Simply create a page specifically for displaying past polls. Create the page how you want, and add the following HTML code on a single line wherever you want the past polls list to display:
<script type="text/javascript" language="javascript" src=
"http://www.bu.edu/phpbin/quickpolls/poll/past-polls.php?account_id=XX">
</script>
Where XX is replaced with your QuickPolls account id, displayed each time you log into the CMS.
You do not need to add any required CSS style for past polls. You can add optional customized styles for Past Polls, however. |