<?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/"
	>

<channel>
	<title>Tom B.'s Rambles &#187; WordPress</title>
	<atom:link href="http://www.brincefield.net/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brincefield.net/blog</link>
	<description>What is on my mind right now.</description>
	<lastBuildDate>Mon, 26 Oct 2009 14:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"><img src="http://www.brincefield.net/blog/wp-content/plugins/project-honey-pot-spam-trap/images/search.png" height="0" width="0" border="0" style="padding:0;margin:0;" /></a>	<item>
		<title>Dealing with Spam: Plugins and Outside Services</title>
		<link>http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/</link>
		<comments>http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:00:34 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[spam filter]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=831</guid>
		<description><![CDATA[Dealing with Spam: Plugins and Outside Services: Looking at a spam filter plugin for WordPress that works with Akismet.]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-1')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-1"></span></small></div><p>While I have not been writing many posts here, I have been keeping up with the behind the scenes maintenance stuff. Keeping WordPress updated, dealing with spam buildup, updating plugins, dealing with spam buildup, updating themes, dealing with spam buildup, figuring out how to run PHP5 on this blog, and finally, dealing with spam buildup.</p>
<h3><span id="more-831"></span>Spam, Spam, Spam &amp; More Spam</h3>
<p>As hard is it is to believe, most of the time I spent on behind the scenes stuff was dealing with spam. Akismet does a great job filtering it, with only a few pieces getting into the actual comments section, but on occasion, some real comments get sucked into the spam section. Since I get so few real comments here, I hate to just delete those, but that means at least looking at all of the spam that was sorted out. <img src='http://www.brincefield.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>This doesn&#8217;t sound too bad, but if I did not do it for a week, I could easily end up with a couple of hundred messages to look through. There were times I was getting 60+ spam a day in the spam section. Doing searches of obvious spam terms, like certain drug names, and doing a mass delete of the results made it somewhat easier, but still time consuming and not at all fun. (One of the things they do not tell you about when sharing &#8220;The Joys of Blog Writing&#8221;.) So I finally decided to check out the plugins and see what was available to cut down my numbers.</p>
<p>I was not looking for a spam filter. Akismet does a fine job at that. I wanted something that would catch a known spam IP address and prevent it from even reaching Akismet. I had faith that WordPress plugin writers would have something to address the issue. And my faith was rewarded in the best way. I not only found what I was looking for, I was lead to something greater than I knew existed.</p>
<h3>Blocking IPs</h3>
<p>Clicking on the spam link on Add New under Plugins will get you a lot of results. A lot of it is probably quite useful, like the various CAPTCHA plugins for comments and contact forms. But I was looking for something that could filter based on IP addresses and preferably was fairly automatic. Fortunately, one of the first plugins I noticed was <strong><a title="AVH First Defense Against Spam" href="http://blog.avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/" target="_blank">AVH First Defense Against Spam</a></strong> which mentioned that it used 2 outside services for checking IPs. That was much more appealing than the ones that required my building my own blacklist or having to manually update a provided blacklist.</p>
<p>The installation from the WordPress site worked fine, which is always nice, and it added a separate menu under the regular dashboard menu. The new menu includes an Overview, General Options, 3rd Party Options, and a FAQ page.</p>
<p>The Overview page is not very useful at first. It provides information about stopped spam and some of the settings you use. The place to start is the General Options, which has 5 windows that require some kind of decisions from you.</p>
<p>Most of the settings are easy to understand. Do you or don&#8217;t you want to receive and email from the plugin when it runs its daily cron jobs? If you don&#8217;t know or care what that means, leave it unchecked and ignore it. Use IP caching or not? If you have a high traffic site, probably a good idea, but again, a simple check in the box to make it happen or not. Do you want to receive an email if a comment fails the security checks? If you want to see it in action, check the box, if you want to set it &amp; forget it, leave it empty.</p>
<p>The two most important parts of the General Options are the Blacklist and the Whitelist. One of the reasons I picked this plugin was the use of outside sources that didn&#8217;t require me to set up a local blacklist. And the use of both of these lists is entirely optional. You don&#8217;t want to mess with them, uncheck 2 boxes and ignore them. I personally would recommend at least using the Whitelist, to list various search engine IP addresses, but it is not really necessary. I do not know of any search engines that have been blocked from my site by the plugin.</p>
<p>The 3rd Party Options page is where the really important stuff needs to be decided. Under the Stop Forum Spam window, you need to check the top box. That is the minimum requirement for using the plugin successfully. If you don&#8217;t want to bother with anything else, check that box, set the number in the email threshold under it to -1, save the settings and move on to other stuff.</p>
<p>What I would recommend, even if you do not want to get any emails from the plugin, is to go a bit farther. One of the options in that window is using an API key from the <a title="Stop Forum Spam" href="http://www.stopforumspam.com/" target="_blank">Stop Forum Spam website</a>. This requires <a title="Stop Forum Spam Signup" href="http://www.stopforumspam.com/signup" target="_blank">signing up</a> at the website, but that is painless and quick. And doing so give you a way to pay back and improve the service.</p>
<p>When you have an API key, an option is added to anything on the Spam section of your comments. (Yes, you will still get some spam. None of the plugins I looked at say anything about stopping all spam, most say they will not do so. C&#8217;est la vie.) You are able to Report &amp; Delete the message with one click. That is, report the IP address to the Stop Forum Spam database, so that it will show up when others check there. I have also been adding the IP to my local blacklist, so I never have to worry about it showing up again. That is not necessary, but since the local blacklist is checked before the Stop Forum Spam database, it saves me an API call on a known spammer.</p>
<p>The other side of the 3rd Party Options page is for dealing with <a title="Project Honeypot" href="http://www.projecthoneypot.org/home.php" target="_blank">Project Honeypot</a> and their blacklist. In order to use the information from Project Honeypot, you need to join their site and get an API. This is also pretty painless and quick, and they do have a different blacklist, so it works well with the Stop Forum Spam to catch spammers. One of the things that I like about the information you can get from Project Honeypot is it includes things like whether or not an IP address is from a search engine bot. This allows you to easily add them into the Whitelist, making sure they do not get blocked from your site and decreasing the number of API calls you make.</p>
<h3>Final Words</h3>
<p>This is a very nice plugin. It scales easily with user knowledge and desires, allowing you to control everything in the set up, from emails to what databases to check.  You can set it and forget it, or be more proactive with the black and white lists. No matter how active you want to be dealing with spam, this is a good plugin to use. And just to give an idea about its value, according to the Overview page, as of this writing, 2302 spam stopped in the month of October.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-1" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li>Dealing with Spam: Plugins and Outside Services</li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"></a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Review Ratings with WordPress Plugins</title>
		<link>http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/</link>
		<comments>http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:00:30 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[star rating]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=744</guid>
		<description><![CDATA[Adding review ratings to your WordPress blog using plugins: Xavin's Review Ratings, Ratings Shorttags]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-2')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-2"></span></small></div><p>After letting others rate your posts and pages last time, today will be devoted to helping you rate what other people produce. These plugins are mostly for use by people that review something, whether music, TV, or movies. If that is what you do on your blog here are a couple of plugins you may find useful.</p>
<p><span id="more-744"></span></p>
<h2>Rating Others</h2>
<p><strong><a title="Xavin's Review Ratings" href="http://www.jonathanspence.com/software/wordpress-plugins/xavins-review-ratings/">Xavin&#8217;s Review Ratings</a></strong> gives you the ability to place stars (or any other image you want to use) for things you are ratings, like music, books, etc. It uses a shortcode to place the stars in your post, and has a nice selection of options right out of the box for ratings. The defaults for the ratings can be set on the options page, including editing the output templates. Or you can override them using tags on the shortcode when desired.</p>
<p>Using the shortcode is very easy, just place it where you want it, using tags to set the number of stars, how they are displayed, etc. The documentation on the website is nicely laid out, and gives easy to follow examples for most of the tags, including the only one that is close to complicated, multiple ratings for something i.e., Plot, Characters, Art, then add them into an overall score.</p>
<p>I like this plugin. It is simple to install and use, flexible, and has good instructions. The ability to use your own images for ratings means it will fit into any review site easily, and the grouping shortcode is useful for anyone that wants to break down their ratings.</p>
<p><strong><a title="Ratings Shorttags" href="http://noscope.com/journal/2009/02/ratings-shorttags-plugin-for-wordpress">Ratings Shorttags</a></strong> also uses a shortcode to place ratings where you want them in your post. It has the same flexibility of placement as any other shortcode, but it is really flexible in what you can use for ratings.</p>
<p>On the settings page for the plugin, you can input the HTML for the Unicode symbol you want to use, the color of both the filled and unfilled symbols, and the total number of symbols that will show up.  To rate something, you just add the shortcode with the number of symbols you want filled. Using the Unicode symbols means you have a huge variety of symbols available for your reviews, but it is also one of the shortcomings of the plugin.</p>
<p>Because the Unicode symbols are text, they are affected by any settings that affect your text styling. This means they can rather difficult to see sometimes. This can be overcome by some CSS styling, but it is a bit annoying. Another problem with using Unicode is that anyone who visits your page that does not have the proper font installed, will not see what you want them too. The developer does have some CSS on the website that you can use to display images instead of the Unicode symbols, if you are comfortable working with CSS.</p>
<p>A lot of flexibility with this plugin right after installation. There is even more if you are willing to do some additional work with it and your stylesheets. In some ways it is more flexible than Xavin&#8217;s plugin, in others it is less so. You can set it up for rating multiple aspects of something, but it is not as easy as the Xavin plugin and it will not determine the overall rating automatically. But a decent option if it fills a need you have on your site.</p>
<h2>Final Words</h2>
<p>If you are wanting to share your feelings about something on your blog, both of these will do what you want, in slightly different ways. I admit to a preference for the Xavin plugin, but not for any really rational reason. The Ratings Shorttags plugin would function just as well, but I do not think I need the kinds of flexibility it has. It may very well give you exactly what you need.</p>
<p>What neither of these plugins will do is make your reviews entertaining or insightful. If you want to become the next <a title="Rotten Tomatoes" href="http://www.rottentomatoes.com/">Rotten Tomatoes</a>, that will be up to you and your ability to write.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-2" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li>Review Ratings with WordPress Plugins</li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"><!-- trademarks --></a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rating Your Posts with WordPress Plugins</title>
		<link>http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/</link>
		<comments>http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:38:17 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[sharing their opinions]]></category>
		<category><![CDATA[star rating]]></category>
		<category><![CDATA[voting]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=734</guid>
		<description><![CDATA[Rating your posts and comments using WordPress plugins: GD Star Rating, WP-PostRating]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-3')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-3"></span></small></div><p>Everybody is a critic. Really. When you watch a movie, listen to a song, read a blog post, you have an opinion of it. And most people are not that shy about sharing their opinions. Well, sometimes they are. Like when they don&#8217;t want to take the time to comment on a blog. But it is possible for them to share their opinion without actually having to write it. That is where ratings come in.</p>
<p><span id="more-734"></span></p>
<h2>Rating your posts</h2>
<p><strong><a title="GD Star Rating" href="http://www.gdstarrating.com/">GD Star Rating</a></strong> has everything you could want in a rating plugin. In fact, it probably has much more than you want. When you activate the plugin, it automatically places stars at the end of your posts and in any comments on your site. Then your visitors can get started rating all of it, assuming they have javascript enabled.</p>
<p>There are all kinds of options available to choose from, covering both the appearance of the stars and who can and can&#8217;t vote. There is a wide selection of stars to choose from, in several sizes, and you can set the range from 1 to 20 stars for ratings. There are not only several places to add personal CSS tags if you want to make some changes, it gives you the ability to edit some of the plugin&#8217;s CSS from its Admin pages, and create your own templates for almost everything.</p>
<p>There are 3 widgets available to place in your sidebar, each showing a different stat on various ratings, and each with its own settings so you can control what they show. If you already have using a different plugin for ratings, you may be able to import that information if you switch over. Probably the best part is the database management that is included. Instead of just deactivating the plugin, it will do a complete uninstall of itself, including emptying and removing the tables it has added in your database. This is something that more plugins should do.</p>
<p>The biggest downside to this plugin is the huge number of options. There are 10 pages in the menu that the plugin adds to your dashboard, plus options on the 3 widgets and even more on your edit page. It works very well out of the box, but if you really want to get the most possible out of it, you will need to work at it. The developers have a 30 page PDF available on there website, and the website itself is full of information about using the plugin. If you decide to use this plugin, spend the time to check both of these resources thoroughly.</p>
<p><strong><a title="WP-PostRatings" href="http://lesterchan.net/portfolio/programming/php/">WP-PostRatings</a></strong> gives you a variety of ways to let readers rate your posts. There are stars, bars, numbers, hearts, plus and minus signs, and thumbs up/down. Some of the options have a set number, others you can use at any size you want. You can also set who is allowed to vote, and if they are limited to just one vote.</p>
<p>There is a management page, so you can look at what each vote was, what time they voted, and even the IP address of the person that voted. A second plugin is included, which allows you to place 2 widgets on your sidebar to share various voting results with your readers. The documentation is well done, although you have to go to the website to use it.</p>
<p>A limitation to the plugin is the requirement of either editing your theme PHP or adding a shortcode to your posts. The first method adds ratings to all of your posts, old and new, the second is easier but requires editing any old posts you want to have rated. The shortcode does allow you to create posts or pages with ratings of other posts, if you want a summary page or something similar. If you want to allow ratings for any comments, you have to edit PHP and it will be across your entire blog.</p>
<p>You have a choice when you want to remove the plugin. Just deactivate it, or use the included uninstall option which will delete the table and information the plugin added to your database. Another case of a plugin that is well behaved and cleans up after itself, always good to see.</p>
<h2>Final Words</h2>
<p>Here are two examples of very well behaved plugins. They do what they are supposed to, and give you a lot of control over exactly how they do it. And if you decide you no longer want them, they can be removed completely from your database very easily.</p>
<p>While they are usable directly after activation, neither is a model of simplicity if you really want to get everything from them. GD Star Rating because of the sheer number of options, WP-PostRatings because of the necessity of digging into the PHP code. But it is easy enough to start slow with them, adding more of their options as you become comfortable with them and learn more.</p>
<p>So if you want to find out what others are thinking, but they won&#8217;t talk to you, these two plugins are both good choices.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-3" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li>Rating Your Posts with WordPress Plugins</li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><span style="display:none;"><a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow">home</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ads on Your WordPress Blog: 3 Plugins</title>
		<link>http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/</link>
		<comments>http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 14:00:16 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[image ads]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=710</guid>
		<description><![CDATA[3 plugins that make placing ads on your WordPress blog easy. WP125, MyAdManager, and Author Advertising]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-4')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-4"></span></small></div><p>One of my most popular posts in this series, at least according to WordPress Stats, has been the first one that really focused on one type of plugin, <a title="8 WordPress Plugins for Ads" href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a>. The reason for this is fairly obvious, even the most casual blogger hopes to make at least a little money from his writing. And after all, everyone knows how easy it is to write and sell stuff. Just ask the professionals.</p>
<p>Back in reality, most people won&#8217;t be able to make a living at blogging, but it is possible to have some money coming in. It has been just over 2 months since that first post on ads, so I thought it was time to take another look at what is out there right now.</p>
<p><span id="more-710"></span></p>
<p><strong><a title="WP125" href="http://www.webmaster-source.com/wp125-ad-plugin-wordpress/">WP125</a></strong> allows you to easily place the popular 125&#215;125 image ads in your sidebar. It gives you another entry on your Dashboard menu after Settings, where all the options and information for the ads is entered. It also creates a widget that controls where in the sidebar the ads appear, but that is all it does.</p>
<p>Setting up the ads is remarkably easy, you have the choice between 1 or 2 columns of ads, how many ad slots will appear, the order the ads appear in, and any title you want to appear on the ad widget. There is also a place for a link to a sales page, where you can put things like ad rates, and you can set it to email you so many days before an ad expires.</p>
<p>Actually adding the information for an ad is also easy. You need who it is for, which is use for the title of the link and the alt tag of the ad image, which slot you want it in, the URLs of the advertiser and the ad image, and the expiration date. The ad can be set to never expire, or to expire automatically after 30, 60, 90, or 120 days, or on a specific date in the future. A very nice piece of flexibility. You can also toggle the plugin tracking how many times the ad is clicked, useful for setting rates and convincing people they should pay you.</p>
<p>A very nice feature of the plugin is the window it puts on your Dashboard with your QuickPress and Right Now windows. You can easily check the start and end dates and number of clicks the ads have received, and it has buttons right on the window to take you to the Add, Manage, or Settings pages. And for those that want to place ads somewhere besides the sidebar, the author provides 2 pieces of PHP that you can stick in your template where ever you want, if you are comfortable messing with code.</p>
<p>All in all, a very flexible, nicely designed plugin that does what it is supposed to. And makes it pretty easy to do at that. The documentation is pretty good overall, with just one problem on the link from the plugin pages. The file that opens in the lightbox is not formatted, so it is hard to read. But the same information is at the homepage, which is also linked.</p>
<p><strong><a title="MyAdManager" href="http://www.visionmasterdesigns.com/wordpress-plugins/myadmanager/">MyAdManager</a></strong> is designed to give you complete control over 125&#215;125 ads on your blog. It gives you a widget for your sidebar to place ads there, with a flexible size for larger or smaller sidebars. It also divides the ads into two types, Home ads for your own site and Outside ads for ads from other sites.</p>
<p>The set up for the ads is easy, you just need to put in the links to the ad image and the target URL, then set the duration and the type of ad. The choice of duration is limited to either 7 or 30 days, but Home ads do not expire at all.</p>
<p>The best part of the plugin is its integration with PayPal. You can create a page using a shortcode that has a form for visitors to place ads on your site automatically through PayPal. They can choose between the 7 or 30 days paying according the prices you set on the options page. This can make running 125&#215;125 ads almost painless, without having to go through an outside service. You would have to keep an eye on the ads of course, since the images are served from the purchaser&#8217;s site and are live as soon as they are paid for.</p>
<p>A very nice plugin, the biggest limitations being the low number of options for ad duration and the lack of a review for new ads if you use the auto-buy set up. If those 2 things do not bother you, it is a very good option for running 125&#215;125 ads on your own.</p>
<p><strong><a title="Author Advertising" href="http://www.harleyquine.com/php-scripts/author-advertising-plugin/">Author Advertising</a></strong> is most useful for multi-author blogs, where you want to allow each author to get his own income from ads. The set up is actually fairly involved, since first the administrator needs to set up the basic plugin, including determining the  information each author needs to input.</p>
<p>The documentation is very comprehensive, including a PDF manual that is included in the plugin zip file and linked to from the configuration page. The PDF includes some nice examples of setting up Adsense, Amazon.com, and generic affiliate accounts. It also has some useful ideas for using the plugin for guest authors or banner links.</p>
<p>This is not an easy plugin to set up, even following the pretty thorough instructions. It may take an attempt or two to get it going correctly. And the author warns that it will not work correctly on some themes that are out there. But if you have a multi-author blog you want to monetize, this is one option you should check out.</p>
<h2>Final Words</h2>
<p>So here are three ways to put some ads on your blogs, and with some luck, and traffic, make some money from it. But there is more to making money on your blog than just putting up the ads.</p>
<p>Problogger had a couple of good posts in February about using ads well on your blog: <a title="Problogger: 7 Reasons not to have Empty Ad Spots on your Blog" href="http://www.problogger.net/archives/2009/02/15/7-reasons-not-to-have-empty-ad-spots-on-your-blog/">7 Reasons not to have Empty Ad Spots on your Blog</a> and <a title="5 Ways to Make an Empty Ad Slot on Your Blog Work For You" href="http://www.problogger.net/archives/2009/02/16/5-ways-to-make-an-empty-ad-slot-on-your-blog-work-for-you/">5 Ways to Make an Empty Ad Slot on Your Blog Work For You</a>. After reading those, spending some time in the Problogger archives looking at related posts is probably time well spent. There is some good advice there for most blogs.</p>
<p>These plugins make putting the ads on your site easy. The hard part is generating enough quality content to draw and maintain the traffic needed to make the ad sales worthwhile. That takes practice and work.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-4" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li>Ads on Your WordPress Blog: 3 Plugins</li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow" style="display:none;">e-mail</a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Amazon.com to your WordPress Blog</title>
		<link>http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/</link>
		<comments>http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 14:00:36 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[affiliate program]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=707</guid>
		<description><![CDATA[3 plugins for adding Amazon.com affiliate links to your WordPress blog.]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-5')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-5"></span></small></div><p>I was thinking about a topic for this post by going back over my earlier posts and trying to branch off of them in a slightly different direction. I hit upon the idea of looking at plugins that allow you to add affiliate links, when I realized that the biggest affiliate program out there is Amazon.com. A quick check shows quite a few plugins for adding Amazon.com affiliate links, so it seemed like I found my topic. It turns out quite a few of those plugins are very old, but I have found enough to justify a short post on the topic.</p>
<p><span id="more-707"></span></p>
<p><strong><a title="Amazon MP3 Clips widget" href="http://wordpress.org/extend/plugins/wp-amazon-mp3-widget/">Amazon MP3 Clips widge</a></strong> allows you to put a list of MP3s from Amazon.com on a page or post. The MP3s are the clips that Amazon.com uses as samples to entice you into buying songs from them. It uses a shortcode to create an Amazon.com widget that displays albums or mp3s from Amazon. You can add your Amazon.com affiliate number to the shortcode which allows you to get paid by Amazon.com for any purchases anyone makes through the widget. If you do not add your affiliate information, it appears that the plugin developer has his own coded into the plugin so he gets paid.</p>
<p>It is supposed to grab a list of the latest best-selling mp3s if you use the base shortcode, or mp3s from a particular style of music using Amazon.com browse_nodes, but I consistently got a PHP error if I did not provide ASINs for specific albums or mp3s in the shortcode. This may be a shortcoming of using an older version of PHP, or it may be a real problem with the plugin.</p>
<p>This brings up what I consider a major problem with this plugin. Normally, I would go to the page for the plugin and bring it up errors there with the writer, but that is impossible for this plugin. The developer has no support set up at for the plugin at all. The only instructions are what is on the WordPress plugin directory and they are not all that great.</p>
<p>In a lot of ways, it is easier to go get the actual widget from Associates Central. If you want to add a specific work, you still need to go to Amazon.com to get the ASIN. If it works correctly for random clips, you need to find the proper codes for browse_nodes. The only thing it does that really helps is avoiding saving your post in html rather than the visual editor when using the Amazon.com code.</p>
<p><strong><a title="Amazon Reloaded for WordPress" href="http://nickohrn.com/amazon-reloaded-for-wordpress">Amazon Reloaded for WordPress</a></strong> makes it easy to add Amazon affiliate links to your posts. In the option page, you put in your affiliate ID and chose which nations program want to use. The plugin puts a window on your post and page editing page, which contains an input field to search whichever nation&#8217;s site you picked.</p>
<p>The search is through every area of Amazon, e.g. Books, DVDs, etc., so you can get quite a few results.  But it is limited to only 3 results from each area so you will not be overwhelmed. And you need to be exact with your spelling, or nothing will show up.</p>
<p>The search results are presented as a picture with the name of the product below it. If you click on the link, it will place the link into the text area at your cursor&#8217;s location. You can also insert the image from Amazon, choosing between the 3 sizes that Amazon provides, which will also be linked to the product on Amazon. No need to look up the ASIN, copy &amp; paste, or anything else. This does not remove all the hassles of adding Amazon links to your site, it doesn&#8217;t do a thing for widgets or embedded objects, but the most common way of linking is made extremely easy.</p>
<p>There are some limitations to the plugin. You need to be very precise about what you are looking for, or it may not show up in the search result. And if you use the image, you will need to add some styling to it if you want it to fit into the flow of your writing.</p>
<p>But all in all, a very nice plugin. It is not okayed for working with version 2.7.1, so you may have problems with it, but it did work fine on my set up. The author is working on a new version, with more options in it, but in the meantime it has some nice functionality as is.</p>
<p><strong><a title="Amazon Widgets Shortcodes" href="http://case.oncle-tom.net/code/wordpress/">Amazon Widgets Shortcodes</a></strong> uses shortcodes to place pretty much everything that Amazon offers for linking. You start on the configuration page by choosing the country you are using, then placing your affiliate id in the text box there. You can also choose to have documentation for using the plugin placed on your post and page editing pages. This is nice when it comes to using the plugin.</p>
<p>There are also layout options on the configuration page, which can be overridden on specific widgets when you add them. You can decide to show the widgets on your RSS feeds and enforce strict HTML and XHTML compliance. Finally, there are two additional options, enabling context links and product previews for Amazon hyperlinks.</p>
<p>The plugin is easy to use, it places a drop down menu on the Visual section of the text editor, which is how you add the widgets to your post. You do need to create the widgets at your Amazon Affiliate account in order to get the necessary information to put in the drop down menu. You can either follow the directions (a good reason to enable the documentation on the configuration page) to find what to copy and paste in the input fields, or copy the entire html that Amazon provides and place it in the second tab, which will use it to fill in the fields properly.</p>
<p>While there is a good selection of choices available on the menu, including placing a wishlist widget and a single product text link, but it does not include all of the options that Amazon offers. There is no search box option, and you can&#8217;t use it for digital media like MP3s or videos. But being able to use shortcodes rather than worry about messing up html by pasting it in the visual editor is worth a lot.</p>
<h2>Final words</h2>
<p>There are other plugins available for Amazon.com affiliates, some of which look like they have some nice options. But they either did not work on my test blog or required a version of PHP I do not have. I would probably avoid using the MP3 clips plugin, the lack of support and the errors I had are just not worth the trouble.</p>
<p>The other two plugins nicely complement each other. One for adding straight links to your pages, the other for handling widgets of various kinds. They work well and have good support from their authors. If you are an Amazon affiliate, you should check them out and see if they will fill your needs for your blog.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-5" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li>Adding Amazon.com to your WordPress Blog</li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"><span style="display:none;">information</span></a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Opinions: Poll Plugins for WordPress Blogs</title>
		<link>http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/</link>
		<comments>http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:00:09 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Polls]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=703</guid>
		<description><![CDATA[How to get your readers involved in your blog without leaving comments. Setting up polls using plugins on your WordPress blog.]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-6')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-6"></span></small></div><p>While everybody that blogs really likes to get comments to find out what people think of your writing, a look at the statistics you get from the plugins I looked at last time, will tell you most folks do not say much. In fact, most of them do not say anything at all. But there are other ways to find out what they think. One of those ways is to use a poll. There are a lot of polling agencies out there, but if you can&#8217;t afford to hire AC Nielsen or Gallup, you can use one of these plugins to at least get an idea.</p>
<p><span id="more-703"></span></p>
<h2>Getting Opinions</h2>
<p><strong><a title="WP-Polls" href="http://lesterchan.net/portfolio/programming/php/">WP-Polls</a></strong> uses AJAX to add polls to your blog. It actually gives you two plugins, one for a sidebar widget if you want to place polls there, the other to actually make the polls work. The plugin gives you another section on your dashboard menu, where you can create your polls and control how they show up on your site.</p>
<p>Adding polls is pretty straight forward. Type your question into the text field, then the answers you want them to choose from in the answer fields. You have to have 2 answers, but can easily have more than that. And you can allow the reader to pick more than one choice at a time, up to the number of answers in the poll. And you have the choice of having the poll expire at a set time in the future, very handy if you use polls frequently. You can place polls in the sidebar widget, or on any page or post using a shortcode.</p>
<p>On the Options page, you control how the polls are presented, from the color of the and style of the graph bar, to the order in which answers are presented. You also set who exactly can vote, and how the plugin determines if someone has voted before on a poll. It also allows you to set up a page for the results of all of your polls, showing either the finished, open, or both types. The final option you can pick is what will be displayed in the sidebar widget if you use it. If you want multiple polls in the sidebar, you need to choose which ones will appear in the widget itself, otherwise you can control which will be there from either the option page or the widget controls.</p>
<p>Then there is the page of Poll Templates. It has text boxes where you can control the look of the polls, the poll results, and the poll archive page, and includes a very large number of variables that you can use for doing that. This is incredibly handy if you want to make your polls and/or results stand out from the rest of your blog and are comfortable tinkering with html and/or CSS. Or you can completely ignore it if you want to, the supplied styles work fairly well.</p>
<p>Finally, there is the Uninstall page. It goes into your database and removes all the information that the plugin has placed there, including both poll data and tables the plugin needed to work. This is very nice, helping keep your database cleaned up if you decide you do not want the plugin. It would be nice if more plugin developers would do this kind of thing.</p>
<p><a title="PollDaddy Polls" href="http://wordpress.org/extend/plugins/polldaddy/"><strong>PollDaddy Polls</strong></a> has no options at all. At least not on your blog. What it does is allow you to place polls you create on PollDaddy.com (ran by the same folks that own WordPress) on a page of your blog using a shortcode. This means that you must have an account on PollDaddy, but they are free and easy to set up.</p>
<p>Creating polls is also easy, with PollDaddy allowing you to use any number of answers, and even letting you use a variety of media as possible answers. They also give you multiple language choices, let you set it so that the poll takers can add answers, and have a variety of different looks you can use for your poll. Or you can create your own custom styles using their website if you want to make it fit into your site better.</p>
<p>Setting up a poll on PollDaddy is quite easy, with a large number of options available for making it personalized. You only get the percentage of people that answered a question unless you pay for membership at PollDaddy, but that is probably sufficient for most of what you will want to know from your readers. And it has the benefit of not using your server resources.</p>
<p><strong><a title="MicroPoll" href="http://www.chrisabernethy.com/wordpress-plugins/micropoll/">MicroPoll</a></strong> is also an outside polling service that you access through this plugin. You can use the widget that is installed to place a poll in your sidebar, or copy code from the website and place it on a page on your blog. You can either use a particular poll or have the poll change randomly among ones you have created.</p>
<p>The set up for polls is not as easy as on PollDaddy, and the customization is not as versatile, but it does provide much better analytics for your polls on the free account. If you really want to know where you poll takers are coming from , but are short of money for the PollDaddy accounts, this is a decent option to take.</p>
<h2>Final Words</h2>
<p>So there are 3 decent options to find out what your silent readers want. They are not as satisfying as getting actual comments, and the feedback is probably not as detailed. But people will click a button to register their opinion much more often then they will put words in your comment box.</p>
<p>You can use polls as a way of getting your readers more involved and sparking your imagination for posts to write. Darren Rowse (aka ProBlogger) has developed this technique to a very fine degree on his <a title="Digital Photography School" href="http://digital-photography-school.com/">Digital Photography School</a>. He uses his weekly polls as the basis of posts, and uses them to engage his readers on his site. After you vote that you use your camera in a particular way, you naturally want to leave a comment to explain your vote. And once someone has left one comment, they are more likely to keep doing so.</p>
<p>This kind of thing may not work on every blog, but it is something to keep in mind. The worst thing that can happen if you try it is people don&#8217;t vote. Which does not leave you any worse off then you started.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-6" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li>Getting Opinions: Poll Plugins for WordPress Blogs</li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><div style="display:none;"><a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow">careers</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s watching? Statistics Plugins for your WordPress Blog</title>
		<link>http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/</link>
		<comments>http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:35:31 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=692</guid>
		<description><![CDATA[A short look at 3 WordPress plugins for giving you statistics: WordPress.com Stats, StatPress Reloaded, Google Analytics for WordPress]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-7')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-7"></span></small></div><p>Not a good day at all. A late post today, shorter than I was planning, because my ISP went out twice, for hours each time, in less than 15 hours. This will teach me to wait until the last minute to finish writing a post. Well, okay, it probably won&#8217;t teach me. But this one is finally done.</p>
<p>One of the things everyone writing a blog wonders is if anyone is reading. The best way to know that from the huge amount of comments you get when you post your wonderful words of wisdom. Unfortunately, most of the people that visit your blog do not leave any comments. This is true even on busy blogs, a fact is a comfort for those of us that do not get many comments, but it does not really help find out what folks are reading. So let us look at what the prolific plugin producers have given us to find out this information.</p>
<p><span id="more-692"></span></p>
<h2>Keeping Count</h2>
<p><strong><a title="WordPress.com Stats" href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a></strong> is pretty much the default plugin for statistics on WordPress blogs. It is maintained by the WordPress and uses the WordPress.com servers for calculations, so your servers are not having to do the work. It gives a good overview of number of visitors, popular posts, referring links, etc., all the things that a blogger is curious about.</p>
<p>The presentation is not all that great. There is a lot of information available, but it is not always easy to grasp the way things fit together at first. Probably the greatest lack of the statistics provided by this plugin is the inability to download them. Not a problem for most casual bloggers, but handy to have. Other than that, this plugin will probably handle most of what you want to know about your visitors once you get used to the layout.</p>
<p><strong><a title="StatPress Reloaded" href="http://blog.matrixagents.org/wp-plugins/">StatPress Reloaded</a></strong> describes itself as real time stats for your blog. It creates a separate menu item on your dashboard, with an impressive list of available statistics. The Overview page starts off with a small section listing the numbers of Visitors, Page Views, Spiders, and Feeds that hit your site. It also tells you your last hits, last search terms, referrers, agents, pages, and spiders. All of this is cross referenced, and includes the IP address of the visitor. And I almost forgot the graph of your hits.</p>
<p>After that, you can really get into the details. There is the Details page, the Spy page, the Search page, the Export page, and a User Agents page. The amount of information available on these pages is easily more than what you get from the WordPress.com stats. It is not as comprehensive as Google Analytics, but it is easier to understand then either of the two, at least for me.</p>
<p>The ability to export a range of days as a csv file is very nice to for looking at information offline. And knowing what spiders are crawling your site, as well as how well they obey the robots.txt file, is also handy. The major downside to the plugin is the fact is the fact it uses your server and database. For a small site, this is not a big deal, but for a large one, it could be a literal show-stopper, especially if one of your posts makes it to the front page of Digg. So this is a nice plugin for small to medium blogs, if you want to know more than what WordPress.com tells you. But if your site grows larger, you will probably need to move on to something else.</p>
<p><strong><a title="Google Analytics for WordPress" href="http://yoast.com/wordpress/analytics/">Google Analytics for WordPress</a></strong> is the popular choice for integrating your Google Analytics account and your WordPress blog. Looking at the options, it is easy to see why. You just place your Analytics Account ID in the input box, choose where you want the code to appear, and decide if you want Google to keep track of the outbound clicks and downloads. It then starts sending information to your Analytics account.</p>
<p>There is also a section for more advanced options, with advice that you don&#8217;t really want to use them unless you really know your way around Google Analytics. I do not know my way around Analytics that well, so I am really not sure how well it works for most of the options there. But there are some nice things in it that are not to hard to understand, like tracking your Adsense clicks and being able to set tracking for different outbound links.</p>
<p>Very nice plugin, easy to set up for beginners, with a nice expansion of options you can use as you gain experience with Google Analytics. The biggest downside to it, is the wealth of information you find when you go to your Analytics account. It can take some doing to really understand and use that information to the fullest, but for large or growing blog, or one that is really serious about monetizing, it is probably worth the effort. And the plugin writer has some good documentation for helping you so just that, be sure to check it out if you decide on this plugin.</p>
<h2>Final Words</h2>
<p>There are other plugins for tracking statistics on your WordPress blog, some are stand alone like StatPress Reloaded, others use different outside services. And there are other plugins that will integrate Google Analytics into your blog as well, but they will have to wait for another post.</p>
<p>If you are really wondering if anyone is reading, or even just visiting, your blog, adding one of these plugins to your blog will help you find out. That is what they all are for, the only difference is how much detail, and complexity, you want to deal with.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-7" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li>Who's watching? Statistics Plugins for your WordPress Blog</li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><div style="position:absolute;top:-250px;left:-250px;"><a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow">language</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Your WordPress Blog Safer</title>
		<link>http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/</link>
		<comments>http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 15:00:13 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[htaccess file]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=687</guid>
		<description><![CDATA[Some places to get information on making your WordPress blog more secure.]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-8')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-8"></span></small></div><p>After I wrote my post on <a title="Securing your WordPress Blog with Plugins" href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">plugins for increasing your blog&#8217;s security</a> last Thursday, I sent it out on Twitter, shopping for readers. I do that because it is nice to think that someone may get something from the effort I put into writing the posts. Well I got a response on Twitter, from @<a href="http://twitter.com/blondishnet" rel="nofollow" target="_blank" title="View blondishnet's Twitter Profile">blondishnet</a>,  about it being better to use other methods, like <a title="Blondish.net: How to Secure your WordPress Blog" href="http://blondish.net/articles/tutorials/how-to-secure-your-wordpress-blog/">modifying the .htaccess file</a>, to tighten security on your blog, rather then using plugins.</p>
<p>I think I finally managed to convince her that I did agree with her point, but I was not writing these posts for the kind of person that was able or comfortable with doing that kind of thing. I am trying to point out plugins that are easy to use and add functionality for people that are not technically inclined or even tech-phobic. That may seem somewhat strange, given the plugins are for software used on the &#8220;intrawebs&#8221;, but the fact is, the web is so ubiquitous these days, all kinds of people use it.</p>
<p>But since I do agree with her, I decided today to put up a few links to other places where you can find information about making your blog more secure.</p>
<h2>Links for improving your security</h2>
<ul>
<li><a title="Blog Security" href="http://blogsecurity.net/">Blog Security</a> &#8211; This should be your first stop. A lot of articles, covering all levels of security. Including a <a title="Blog Security: WP Security Scanner" href="http://blogsecurity.net/wordpress/tools/wp-scanner">security scanner</a> that can run some basic checks of your blog.</li>
<li><a title="Geek Ramblings: Creating a secure WordPress Install" href="http://dougal.gunters.org/blog/2007/10/30/securing-wordpress">Geek Ramblings</a> &#8211; An article discussing some of the things that Blog Security talks about. The comments are also useful reading.</li>
<li><a title="Webmaster World: How to Secure WordPress Sites" href="http://www.webmasterworld.com/content_management/3709628.htm">Webmaster World</a> &#8211; A very informative thread on the forum there about various ways to secure WordPress. A lot of it is very technical, so it is definitely not for everyone.</li>
<li><a title="Make Tech Easier: 11 Wasy to Secure Your WordPress Blog" href="http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12">Make Tech Easier</a> &#8211; Another post about making your blog more secure. With more good information in the comments.</li>
<li><a title="guvnr: 10 Tips To Make WordPress Hackproof" href="http://guvnr.com/web/blogging/10-tips-to-make-wordpress-hack-proof/">guvnr</a> &#8211; An excellent video tutorial, along with notes on the post, for making your blog much more secure. If you are at all willing to try something new with your blog, follow along and secure it with these instructions.</li>
</ul>
<h2>Final Words</h2>
<p>One thing you will notice about these sites is the amount of overlap. They all talk about good passwords, protecting your plugin directory, changing your admin name, and other things like that. The reason they overlap is they are all covering the most basic things you should do for security. If you are not comfortable doing most the things that are talked about and explained in the various places on the list, you should at least do the most basic.</p>
<p>And add some plugins like the ones I looked at last week.  A couple of them will help do some of the things mentioned in the articles, others help in different ways. They are not the best ways to keep your words safe, but every little bit helps.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-8" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li>Making Your WordPress Blog Safer</li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><!-- <a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow">contact</a> -->]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Your WordPress Blog with Plugins</title>
		<link>http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/</link>
		<comments>http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:00:34 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[secure connection]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spamfree]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=671</guid>
		<description><![CDATA[Quick look at five security plugins for WordPress: Secure WordPress, Admin SSL, WP-SpamFree, Invisible Defender, Login LockDown]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-9')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-9"></span></small></div><p>Keeping your information secure on the Internet is a never ending battle. You need to keep your OS, anti-virus, anti-adware, and anti-spyware all up to date. And your WordPress blog is not an exception to this. So today will be a look at the various plugins available to help increase the security of your blog.</p>
<p><span id="more-671"></span></p>
<p><strong><a title="Secure WordPress" href="http://bueltge.de/wordpress-login-sicherheit-plugin/652/">Secure WordPress</a></strong> has a nice selection of options for making your blog harder to hack. It hides your WordPress version number and creates an index.html in your plugin directory to keep that information hidden. It also allows you to remove the Real Simple Discovery and Windows Live Writer links from your blog header if you do not plan to use either of those methods of remote blogging. Two of the options are very useful for multi-user blogs. You can remove the ability of non-admins to use or even see the upgrade abilities for both the core WordPress files and any plugins. Finally you can choose to remove both the tooltips and error messages from the login page.</p>
<p>Not much available on this plugin, but it takes care of some of the most basic things to make you blog more secure. Hiding the upgrade stuff is obviously not useful for single user blogs, but does give you options if your blog expands. And one other nice touch is the ability to delete the plugin settings from your database if you decide to remove it. It would be nice if more plugins had this ability.</p>
<p><strong><a title="Admin SSL" href="http://www.kerrins.co.uk/blog/admin-ssl/">Admin SSL</a></strong> is designed to give you a secure connection to your admin login page, as well as some others. You can also set up some pages to not use SSL, if this is required for proper use like xmlrpc. It also allows you the option of adding other pages if you need to. It is easy to set up, and there are good instructions and a FAQ on the plugin at its homepage.</p>
<p><strong><a title="WP SpamFree" href="http://www.hybrid6.com/webgeek/2007/11/wp-spamfree-1-wordpress-plugin-released.php#comments">WP-SpamFree</a></strong> uses a combination of javascript and cookies to block spam comment attempts. Rather than capturing the spam like Akismet so it can be checked, this plugin prevents the comment from even being posted. It also give you the option of blocking both pingbacks and trackbacks if you are getting a lot of spam with that method. And there is a contact form included, if you want one that does not use CAPTCHA for spam protection.</p>
<p>The contact form is nice, with options for various fields, including a customizable drop down menu that can be required.  You can also have technical information about the sender included, if you are having problems with harassment. And there are some buttons included to show how many spam have been blocked by the plugin. The documentation is very good, and linked to directly from the setup page.</p>
<p>There are some plugins that conflict with this one. The known list is on the documentation page. The button for how many spam have been blocked is a nice touch, but it does require getting into your PHP files. A widget option, like the one for Akismet, would be much nicer for the average user. But the downsides for this plugin are fairly minor. It is plug and play, you do not have to do anything to get it working. The added options are just some nice touches in addition to its main function.</p>
<p><strong><a title="Invisible Defender" href="http://www.poradnik-webmastera.com/projekty/invisible_defender/">Invisible Defender</a></strong> is another spam protection plugin, which is even more plug and play than WP-SpamFree. There are no options, you just install and activate the plugin and it starts working. It uses CSS styling and some input fields to detect spambots, returning a 403 error when they are found. Easy to install and use, the only question is effectiveness, which only time will tell.</p>
<p><strong><a title="Login LockDown" href="http://www.bad-neighborhood.com/">Login LockDown</a></strong> helps prevent a brute force attack on your blog login. You can set how many times it will allow retries from the same IP address within a certain amount of time before it blocks more attempts. Another easy way to help keep unwanted people out of your stuff.</p>
<h2>Final Words</h2>
<p>Here are five ways to make your blog more secure. They are all easy to use and seem to do the job they are designed for. None of them cover a large number of areas, but they seem to be able to work together for the most part. It is doubtful you would need both spam blockers, especially if you also have Akismet, but even they do not seem to conflict.</p>
<p>You should give serious consideration to these plugins, or others like them, for securing your blog. Along with standard things like backing up your blog regularly, keeping it more secure will help keep your blogging experience enjoyable.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-9" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/">Re-Tweet: More Twitter Plugins for WordPress</a></li><li>Securing Your WordPress Blog with Plugins</li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"><img border="0" width="0" height="0" style="padding:0;margin:0;" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Tweet: More Twitter Plugins for WordPress</title>
		<link>http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/</link>
		<comments>http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 15:00:07 +0000</pubDate>
		<dc:creator>Tom B.</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.brincefield.net/blog/?p=665</guid>
		<description><![CDATA[Looking at 6 more plugins that integrate your WordPress blog and Twitter: Twitbar Widget, Easy Twitter Links, Fishy Tweet, TwitPlusNNNF, Bird Feeder, WordTwit]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><div class="hackadelic-series-info on-frontpage"><small>This post is part of my Ramblings on <a href="javascript:;" class="hackadelic-sliderButton"onclick="toggleSlider('#hackadelic-sliderPanel-10')" title="click to expand/collapse slider WordPress Plugins">WordPress Plugins&raquo;</a> <span class="hackadelic-sliderPanel concealed" id="hackadelic-sliderPanel-10"></span></small></div><p>I knew when I did my <a title="Twittering Your Blog" href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">first post on Twitter plugins</a> that there were more of them out there and I would have to do another post. And in the last two weeks, that it looks like the number of them has exploded. So with the knowledge that keeping up with the writers, here are a few more plugins that will help you integrate your blog and Twitter.</p>
<p><span id="more-665"></span></p>
<p><strong><a title="Twitbar Widget" href="http://blog.indeedle.com/twitbar-113/">Twitbar Widget</a></strong> grabs your latest pearls of wisdom from Twitter and put them up in your sidebar. The only options are where you want it in your sidebar, the widget title, the words for the link to follow you, and the number of tweets that will be shown. You just need to put in your ID, no password required, and it grabs your tweets.</p>
<p>This plugin is pretty much the definition of plug and play. The only thing that can be a problem is the fact it shares your blogs styling. This is usually a good thing, but with some themes, like the one I am using, the look is less than pleasing. But this is not the fault of the plugin, which does everything it is supposed to. If you want to put your tweets on your blog, this is a nice way to do it.</p>
<p><strong><a title="Easy Twitter Links" href="http://wordpress.org/extend/plugins/easy-twitter-links">Easy Twitter Links</a></strong> makes it easier to blog about Twitter. It automatically goes through your posts and changes any #<a href="http://search.twitter.com/search?q=%23tagname" rel="nofollow" target="_blank" title="Search Twitter for &quot;tagname&quot;">tagname</a> or @<a href="http://twitter.com/username" rel="nofollow" target="_blank" title="View username's Twitter Profile">username</a> to links, either for searches or the users Twitter home page. It does a pretty good job at this, it doesn&#8217;t grab email addresses that someone is silly enough to post. And the hashtags need to have other words around them to be linked. There are no options available, just install and activate and you are good to go. Not a big thing, but if you do much posting about Twitter and the people there, a very nice plugin to have.</p>
<p><strong><a title="Fishy Tweet" href="http://fiskeben.dk/fishytweet">Fishy Tweet</a></strong> places a text link at the end of your posts that allows your readers to submit your post to Twitter. You can set the text of the link, the title of the link, and you can choose to add html and CSS to the link. The plugin automatically shortens the url of your post (using 1 of 3 shortening services) and places it in the text field at Twitter.</p>
<p>A nice plugin for helping get your posts send to Twitter. No options about placement of the link, which would be nice, and only the three URL services, but all in all a good setup.</p>
<p><strong><a title="TwitPlusNNNF" href="http://dnhints.com/plus/">TwitPlusNNNF</a></strong> is a plugin for twittering your post automatically. When activated, it places a small window on your post editing page, where you control the tweet. It is very unobtrusive, using javascript to hide the sections for adding your Twitter info and the codes you can use in the tweet to replace the post title and URL. It can automatically use the nn.nf URL shortening service, with the option of just using www or including the http://. And there is a check box you need to click to have the post sent to Twitter.</p>
<p>This is a nice plugin. It gives you complete control over how your post goes out to Twitter, with enough options to avoid having your tweets looking identical. The only thing that it really needs it the ability to change the URL shortening service for people that have accounts or prefer other sites.</p>
<p><strong><a title="Bird Feeder" href="http://andrewjaswa.com/bird-feeder">Bird Feeder</a></strong> also tweets your posts automatically. You save your message on the option page, and it is used for all your post tweets. You can choose to use the URL of your blog rather than the post itself, and you can allow the shortened URL to give a preview.</p>
<p>You don&#8217;t have the option to not tweet about a post, and you are limited in the options you do have. The shortening service is coded into the plugin, so you can not make any changes for that unless you want to do some PHP editing. Easy to set up and use, but limited. If it covers what you want done, not a bad choice.</p>
<p><strong><a title="WordTwit" href="http://www.bravenewcode.com/wordtwit">WordTwit</a></strong> is another plugin for tweeting your posts. It has the same kind of options as Bird Feeder, all on the option page: a hard coded URL service, one message for all posts. You do not have the options of using the blog URL instead of the post permalink, and you can not use a preview link. It does use meta-data so that it will not tweet a post that it has already sent to Twitter. This is useful if you do not want updates on old posts going out.</p>
<p>What goes for Bird Feeder fits for WordTwit also. Limited options, but if it covers what you want, a solid choice.</p>
<h2>Final Words</h2>
<p>And there are 6 more plugins you can use to make your blog more Twitter friendly. They are all very focused in what they cover, not trying to be the one tool for all things WordPress-Twitter. This means more plugins, but it also makes each of them pretty simple to set up.</p>
<p>I will probably have to once again look at Twitter plugins, it is just too popular an area to cover easily. But I will try and wait for a bit before doing so. There are a few other areas in the plugin depository that are also worth covering.</p>
<div id="flaresmith" class="feedflare"><script src="http://feeds.feedburner.com/~s/TomBsRambles?i=http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/" type="text/javascript" charset="utf-8"></script></div><div id="hackadelic-sliderNote-10" class="concealed">Some of my other Ramblings are in these posts.<ol><li><a href="http://www.brincefield.net/blog/2009/01/26/8-wordpress-plugins-for-ads/">8 WordPress Plugins for Ads</a></li><li><a href="http://www.brincefield.net/blog/2009/01/29/contact-forms-plugins-for-wordpress/">Contact Form Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/02/behind-the-scenes-7-wp-dashboard-plugins/">Behind the Scenes: 7 WP Dashboard Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/05/8-post-plugins-for-wordpress/">8 Post Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/09/wp-blogroll-plugins/">WP Blogroll Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/02/12/more-plugins-for-blogrolls/">More Plugins for Blogrolls</a></li><li><a href="http://www.brincefield.net/blog/2009/02/16/styling-your-blog-css-plugins-for-wordpress/">Styling Your Blog: CSS Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/19/social-site-plugins-for-wordpress/">Social Site Plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/23/4-digg-plugins-for-wordpress/">4 Digg plugins for WordPress</a></li><li><a href="http://www.brincefield.net/blog/2009/02/26/twittering-your-blog-7-wordpress-plugins/">Twittering Your Blog: 7 WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/02/finding-wordpress-plugins/">Finding WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/05/storing-wisdom-archive-plugins-for-wordpress/">Storing Wisdom: Archive Plugins for WordPress</a></li><li>Re-Tweet: More Twitter Plugins for WordPress</li><li><a href="http://www.brincefield.net/blog/2009/03/12/securing-your-wordpress-blog-with-plugins/">Securing Your WordPress Blog with Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/03/16/making-your-wordpress-blog-safer/">Making Your WordPress Blog Safer</a></li><li><a href="http://www.brincefield.net/blog/2009/03/19/whos-watching-statistics-plugins-for-your-wordpress-blog/">Who's watching? Statistics Plugins for your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/23/getting-opinions-poll-plugins-for-wordpress-blogs/">Getting Opinions: Poll Plugins for WordPress Blogs</a></li><li><a href="http://www.brincefield.net/blog/2009/03/26/adding-amazoncom-to-your-wordpress-blog/">Adding Amazon.com to your WordPress Blog</a></li><li><a href="http://www.brincefield.net/blog/2009/03/30/ads-on-your-wordpress-blog-3-plugins/">Ads on Your WordPress Blog: 3 Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/03/rating-your-posts-with-wordpress-plugins/">Rating Your Posts with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/04/06/review-ratings-with-wordpress-plugins/">Review Ratings with WordPress Plugins</a></li><li><a href="http://www.brincefield.net/blog/2009/10/26/dealing-with-spam-plugins-and-outside-services/">Dealing with Spam: Plugins and Outside Services</a></li></ol><span style="display: block; margin-top: 3px; font-size: 7px"><a href="http://hackadelic.com/solutions/wordpress/sliding-notes" title="Powered by Hackadelic Sliding Notes 1.6.5">Powered by Hackadelic Sliding Notes 1.6.5</a></span></div><!--Amazon_CLS_IM_END--><a href="http://www.brincefield.net/excess/macabregaseous.php" style="padding:0;margin:0;" rel="nofollow"><div style="display:none;">suggest</div></a>]]></content:encoded>
			<wfw:commentRss>http://www.brincefield.net/blog/2009/03/09/re-tweet-more-twitter-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<span style="position:absolute;top:-250px;left:-250px;"><a href="http://www.brincefield.net/excess/macabregaseous.php" rel="nofollow">rss</a></span></channel>
</rss>

