Adding a Poll Plugin to the Journal?
Adding a Poll Plugin to the Journal?
I was just wondering how hard it would be to add a polling plugin to the journal. We have a major project coming up, part of which requires polling. Plus, might be fun to run some small polls from time to time.
-
- Groundskeeper
- Posts: 504
- Joined: Mon Sep 21, 2009 1:32 pm
- notabot: 42
- notabot2: Human
- Location: London, England
- Contact:
Re: Adding a Poll Plugin to the Journal?
Done! See Journal front page top right. It's recently installed (obviously) and not fully tested. I suspect some browsers will hate it - tested in Chrome only so far. Any problems please report here.
Authors should now have the permissions necessary to manage polls. To embed a poll in a post simply assemble your poll (options bottom left of dashboard) and insert...
... in the body of the post, where 2 is your poll id. The current test poll is posted via a widget, but both methods are possible (simultaneously) - the same poll can be scattered about the Journal wherever you want.
Authors should now have the permissions necessary to manage polls. To embed a poll in a post simply assemble your poll (options bottom left of dashboard) and insert...
Code: Select all
<?php get_poll(2); ?>
Re: Adding a Poll Plugin to the Journal?
Wow... that was fast.