<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Magp.ie &#187; polldaddy</title>
	<atom:link href="http://magp.ie/tag/polldaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://magp.ie</link>
	<description>A nest for the random, shiny, online tidbits I stumble across...</description>
	<lastBuildDate>Wed, 16 May 2012 09:40:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='magp.ie' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/061e340c5da13b5a41ae8016bee03aa8?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Magp.ie &#187; polldaddy</title>
		<link>http://magp.ie</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://magp.ie/osd.xml" title="Magp.ie" />
	<atom:link rel='hub' href='http://magp.ie/?pushpress=hub'/>
		<item>
		<title>WordPress Polls and Rating Plugin</title>
		<link>http://magp.ie/2010/02/10/wordpress-polls-and-rating-plugin/</link>
		<comments>http://magp.ie/2010/02/10/wordpress-polls-and-rating-plugin/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 14:14:12 +0000</pubDate>
		<dc:creator>Eoin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[polldaddy]]></category>
		<category><![CDATA[polls]]></category>
		<category><![CDATA[ratings]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blogalhost.wordpress.com/?p=47</guid>
		<description><![CDATA[I am developing ( not from scratch, thanks mdawaffe for the leg up! ) a plugin for polls and ratings on WordPress.org, available here. It basically uses the core code used on WordPress.com with a few extra&#8217;s necessary for that &#8230; <a href="http://magp.ie/2010/02/10/wordpress-polls-and-rating-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magp.ie&#038;blog=11708208&#038;post=47&#038;subd=blogalhost&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am developing ( not from scratch, thanks <a href="http://blogwaffe.com/" target="_blank">mdawaffe</a> for the leg up! ) a plugin for polls and ratings on WordPress.org, available <a href="http://wordpress.org/extend/plugins/polldaddy/" target="_blank">here</a>. It basically uses the core code used on WordPress.com with a few extra&#8217;s necessary for that platform.</p>
<p>The plugin allows you to create and manage polls and ratings from within your WordPress dashboard. All polls and ratings are fully customizable. I have added the style editor to allow you to create your own custom style for a poll. You can collect unlimited votes and create unlimited polls and ratings. The ratings menu allows you to embed ratings into your pages, comments and posts, including posts on the front page. </p>
<p>I&#8217;ve recently added the &#8216;Top Rated&#8217; widget that will allow you to place the widget in your sidebar. This widget will show you the top rated posts, pages and comments today, this week and this month.</p>
<div id="v-lBDIKIHy-1" class="video-player" style="width:450px;height:252px">
<embed id="v-lBDIKIHy-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=lBDIKIHy&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="450" height="252" title="The Top Rated Widget" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>I have added a <a href="http://codex.wordpress.org/Template_Tags" target="_blank">template tag</a> so you can now add a rating where you like. Just place the following line into your theme where you want the rating to be displayed.<br />
<pre class="brush: plain;">&lt;?php echo polldaddy_get_rating_html(); ?&gt;</pre></p>
<p>You can also use the Polldaddy <a href="http://en.support.wordpress.com/shortcodes/" target="_blank">shortcodes</a> in a text widget, similar to on WordPress.com, to embed a survey, poll and a rating into the sidebar.<br />
<b>Polls short code</b><br />
<img src="http://blogalhost.files.wordpress.com/2010/02/picture-2.png?w=450" alt="" title="Poll Shortcode"   class="alignnone size-full wp-image-55" /><br />
<b>Surveys short code</b><br />
<img src="http://blogalhost.files.wordpress.com/2010/02/picture-3.png?w=450" alt="" title="Survey Shortcode"   class="alignnone size-full wp-image-56" /><br />
<b>Ratings short code</b><br />
<img src="http://blogalhost.files.wordpress.com/2010/02/picture-4.png?w=450" alt="" title="Rating Shortcode"   class="alignnone size-full wp-image-58" /></p>
<p>More blog posts about these latest updates <a href="http://blog.polldaddy.com/2010/02/04/ratings-plugin-front-page/" target="_blank">here</a>  and <a href="http://en.blog.wordpress.com/2010/02/04/improved-polls-ratings/" target="_blank">here</a>.</p>
<br />Filed under: <a href='http://magp.ie/category/code/'>Code</a> Tagged: <a href='http://magp.ie/tag/plugin/'>plugin</a>, <a href='http://magp.ie/tag/polldaddy/'>polldaddy</a>, <a href='http://magp.ie/tag/polls/'>polls</a>, <a href='http://magp.ie/tag/ratings/'>ratings</a>, <a href='http://magp.ie/tag/wordpress/'>wordpress</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blogalhost.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blogalhost.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blogalhost.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magp.ie&#038;blog=11708208&#038;post=47&#038;subd=blogalhost&#038;ref=&#038;feed=1" width="1" height="1" /><div><a href="http://magp.ie/2010/02/10/wordpress-polls-and-rating-plugin/"><img alt="The Top Rated Widget" src="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_std.original.jpg" width="160" height="120" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://magp.ie/2010/02/10/wordpress-polls-and-rating-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_hd.mp4" length="12538880" type="video/mp4" />

		<media:content url="http://1.gravatar.com/avatar/72dd449e5e79e046c1c09ed8712b525a?s=96&#38;d=monsterid&#38;r=PG" medium="image">
			<media:title type="html">eoigal</media:title>
		</media:content>

		<media:content url="http://blogalhost.files.wordpress.com/2010/02/picture-2.png" medium="image">
			<media:title type="html">Poll Shortcode</media:title>
		</media:content>

		<media:content url="http://blogalhost.files.wordpress.com/2010/02/picture-3.png" medium="image">
			<media:title type="html">Survey Shortcode</media:title>
		</media:content>

		<media:content url="http://blogalhost.files.wordpress.com/2010/02/picture-4.png" medium="image">
			<media:title type="html">Rating Shortcode</media:title>
		</media:content>

		<media:group>
			<media:content url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_hd.mp4" fileSize="12538880" type="video/mp4" medium="video" bitrate="3160" isDefault="true" duration="31" width="1280" height="720" />

			<media:content url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_dvd.mp4" fileSize="6063104" type="video/mp4" medium="video" bitrate="1528" isDefault="false" duration="31" width="640" height="360" />

			<media:content url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_std.mp4" fileSize="3158528" type="video/mp4" medium="video" bitrate="796" isDefault="false" duration="31" width="400" height="224" />

			<media:content url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_fmt1.ogv" fileSize="3158528" type="video/ogg" medium="video" bitrate="796" isDefault="false" duration="31" width="400" height="224" />

			<media:rating scheme="urn:mpaa">g</media:rating>
			<media:title type="plain">The Top Rated Widget</media:title>
			<media:thumbnail url="http://videos.videopress.com/lBDIKIHy/top-rated-youtube-sharing_std.original.jpg" width="256" height="144" />
			<media:player url="http://s0.videopress.com/player.swf?v=1.03&#38;guid=lBDIKIHy&#38;isDynamicSeeking=true" width="400" height="225" />
		</media:group>
	</item>
	</channel>
</rss>
