<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.websitemagazine.com/content/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>'Net Features : plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx</link><description>Tags: plugins</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>How to Use Wordpress Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/04/24/how-to-use-wordpress-plugins-install-configure-deploy.aspx</link><pubDate>Wed, 24 Apr 2013 14:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:24628</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=24628</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/04/24/how-to-use-wordpress-plugins-install-configure-deploy.aspx#comments</comments><description>&lt;h3&gt;INSTALL, CONFIGURE, &amp;amp; DEPLOY PLUGINS FOR WORDPRESS&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;There are hundreds of thousands of Wordpress plugins, for nearly every imaginable purpose. That alone can make the first few steps in blogging some confusing ones.&lt;/strong&gt; 
&lt;br /&gt;&lt;br /&gt;
&lt;em&gt;But once you find the functionality you want or need, it becomes even more challenging - you also must know how to use those Wordpress plugins (install, configure, and deploy).&lt;/em&gt;
&lt;br /&gt;&lt;br /&gt;
Plugins are simply tools (essentially small PHP scripts) which work with the Wordpress software to extend (or enhance) its core functionality. Let&amp;#39;s look at the download, installation and plugin management process in more detail and then address configuration and deployment considerations.&lt;/p&gt;
&lt;h2&gt;Download &amp;amp; Install Wordpress Plugins&lt;/h2&gt;
&lt;p&gt;
There are two ways to access (download) plugins and install them on your Wordpress blogging system - directly from the Plugins page (as seen in the image below) which is available through the administration dashboard or by using some file transfer protocol (FTP) to upload to the appropriate folders on your Web server.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/use-wordpress-plugins-1.png" width="625" height="410" alt="" /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;h3&gt;Install Plugin to Server through FTP&lt;/h3&gt;
&lt;p&gt;
Adding a plugin to Wordpress through FTP is rather straightforward. To get started, first make sure you have FTP access (username, password, FTP address) and some means to transfer the plugin files (FTP software). 
&lt;br /&gt;&lt;br /&gt;
Once a connection with the server is established, the unzipped (most plugins are available for download in a compressed file such as ZIP) plugin folder should be uploaded in its entirety to the appropriate folder on the server. If the Wordpress weblog is on the root of the domain, the path to the plugin folder would likely be the following: wp-content/plugins/. Open the plugins folder and plugins already installed will be visible. Then upload the plugin (folder) to the wp-content/plugins/ folder. Most plugins are rather small in size so with a few quick refreshes you will be able to make sure that the file has uploaded in its entirety.&lt;/p&gt;
&lt;h3&gt;Add New From Plugins Dashboard&lt;/h3&gt;
&lt;p&gt;
If you&amp;#39;re adding a plugin from the administrative dashboard of Wordpress, it&amp;#39;s a much easier process. Let&amp;#39;s say for example that I want to add a plugin named Jetpack (built by Automattic, the makers of Wordpress). Wordpress enables its administrative users to search for plugins (by keyword, author, or tag), see popular and featured plugins, and most importantly - upload plugins directly. That means that you can install plugins you find - either from the Wordpress directory or from an independent Wordpress developer - without using FTP. 
&lt;br /&gt;&lt;br /&gt;
If you plan on uploading a file from your own computer, make sure that the file is in a .zip format. Choose the file from your system, and Wordpress will automatically unpack the zipped file and make it available in your plugin library. 
&lt;br /&gt;&lt;br /&gt;
If you plan on installing a plugin found through the featured or popular categories, or which you found by conducting a search through the available search interface, simply select &amp;quot;install&amp;quot; directly from the return list and Wordpress will unpack the file and install it in your plugin library. &lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/use-wordpress-plugins-2.png" width="732" height="380" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;Activate the Wordpress Plugin&lt;/h3&gt;
&lt;p&gt;
That&amp;#39;s not the last step however! Remember that it&amp;#39;s necessary to activate the plugin before being able to use it. From the plugins page, locate the plugin you just installed (plugins are in alphabetical order) and select &amp;quot;Activate&amp;quot;. Once the plugin is activated, depending on its functionality, there may be a need to configure it to work.
&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/use-wordpress-plugins-3.png" width="760" height="107" alt="" /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;h3&gt;Configure the Wordpress Plugin (and Deploy)&lt;/h3&gt;
&lt;p&gt;
Since many third-party software vendors provide plugins to the Wordpress community, there is often a need to configure each plugin you install on your Wordpress installation to enable it to communicate with those providers (through an API which requires a key for example). For example, in order to use blog/comment spam prevention plugin Akismet (also provided by Automattic) you must enter an API key - which is available (based on a sliding scale dependent on request volume) at Akismet.com. That&amp;#39;s just onen example of what is required in configuring a Wordpress plugin. Some configuration processes are rather involved but take the time once the plugin is activated to continue the process if you want the functionality it promises to bring. The plugin you installed and configured may also require some direct integration with your theme.&lt;/p&gt;
&lt;h3&gt;Final Thoughts on Using Wordpress Plugins&lt;/h3&gt;
&lt;p&gt;
Using Wordpress plugins is a great way to make your blog a better, smarter, faster, cooler destination on the Web. Plugins require near constant maintenance however. Make sure to install only plugins whose providers you trust, from destinations that are reputable, and update them immediately upon the release of a new version - or delete them outright if you&amp;#39;re no longer using or need them. You&amp;#39;ll find that these two suggestions will prevent quite a few security headaches down the line.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&amp;nbsp;More Wordpress Related Articles from Website Magazine below: &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/05/the-25-best-wordpress-plugins-ever.aspx"&gt;25 Best Wordpress Plugins Ever&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/pages/wordpress-security-in-focus.aspx"&gt;Wordpress Security in Focus&lt;/a&gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=24628" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/how+to+use+wordpress+plugins/default.aspx">how to use wordpress plugins</category></item><item><title>Bing Sitemap Plugin Accommodates Webmasters</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/02/26/bing-accommodates-webmasters-with-sitemap-plugin.aspx</link><pubDate>Tue, 26 Feb 2013 18:45:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:23481</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=23481</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/02/26/bing-accommodates-webmasters-with-sitemap-plugin.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Last week was a big one for Bing. The Mircosoft-owned search engine announced a substantial update that consisted primarily of three major changes. &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Two of these refinements are distinctly user-centric, as they provide a new tile-based image search layout (similar to the interface of Windows 8 and Windows Phone devices) that comes with revamped &amp;ldquo;Friends Photo Search&amp;rdquo; functionality, as well. The other change consists of a series of autosuggest enhancements meant to improve the search experience for users by making autosuggestions faster and more intuitive with the addition of &amp;ldquo;ghosting&amp;rdquo; features, which include complimentary text where a user is typing that is already highlighted, so that searchers can either accept the suggestion or keep typing to have the ghosting text change based on additional information.&lt;br /&gt;&lt;br /&gt;However, the third Bing update was made with webmasters in mind; it is a plugin that makes it considerably easier to create an XML sitemaps to submit to the search engine. This tool will be especially useful for those website owners that aren&amp;rsquo;t using a content management system (CMS) to develop XML sitemaps.&lt;br /&gt;&lt;br /&gt;As you probably know, XML sitemaps allow webmasters to give search engines a comprehensive and, most importantly, accurate representation of their websites, thus letting them control what the search engines will index, at least in terms of priority. Webmasters can even inform Bing of new or updated content on their sites.&lt;br /&gt;&lt;br /&gt;There are many benefits to utilizing sitemaps, the most obvious of which is that users will always have a full, updated list of all of the URLs on their site, plus a list of all the URLs that were recently modified. This makes it much easier for a search engine&amp;rsquo;s crawlers to prioritize all of a website&amp;rsquo;s various URLS, which will help keep bot traffic bandwidth down.&lt;br /&gt;&lt;br /&gt;Bing&amp;rsquo;s &lt;a target="_blank" href="http://www.bing.com/webmaster/help/bing-sitemap-plugin-beta-f50bebf5"&gt;Sitemap Plugin&lt;/a&gt;, which is an open source project that was made available through an Apache license, is compliant with sitemaps.org and runs on Microsoft IIS servers, as well as Linux/UNIX servers that run Apache. It can create two different types of sitemaps: The first is a comprehensive sitemap of all the URLs seen in server traffic, and the other is a sitemap that&amp;rsquo;s dedicated to storing URLs that have recently changed. Furthermore, the plugin doesn&amp;rsquo;t just generate a list of URLs; it also adds &amp;lt;lastmod&amp;gt; and &amp;lt;priority&amp;gt; tags and values to a sitemap based on a page&amp;rsquo;s popularity.&lt;br /&gt;&lt;br /&gt;But among the most important aspects of the sitemap plugin is the amount of control that it gives to users. Webmasters that use the Bing plugin to create their sitemaps will be able to control exactly what gets added to it, and the plugin will be able to detect any Disallow and Allow directives inside a site&amp;rsquo;s robot.txt, thus allowing it to skip any URL patterns that shouldn&amp;rsquo;t be added. In addition, it provides greater control through various configuration files with rules that will augment pre-existing robots.txt Disallow directives, and webmasters will be given total control over selecting those query parameters that the plugin should honor and include in added URLS.&lt;br /&gt;&lt;br /&gt;The Bing Sitemap Plugin can be configured to operate in four different site and server scenarios: 1. Single site on a single server, 2. Single site on multiple servers, 3. Multiple sites on a single server or 4. Multiple sites on multiple servers. When the plugin operates across multiple servers, it enables a merge process that generates a single, unified sitemap that can be distributed across all of them.&lt;br /&gt;&lt;br /&gt;With the addition of the Bing Sitemap Plugin, the search engine has taken another step toward becoming more webmaster-friendly, which will be important if it ever hopes to take away market share from Google. What do you think about the new plugin? Will it convince you to focus more on optimizing your website specifically for Bing? Let us know in the comments.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=23481" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/seo/default.aspx">seo</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/search/default.aspx">search</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/sitemaps/default.aspx">sitemaps</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/bing/default.aspx">bing</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-searchmarketing/default.aspx">wm-searchmarketing</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/xml+sitemaps/default.aspx">xml sitemaps</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/bing+sitemap+plugin/default.aspx">bing sitemap plugin</category></item><item><title>10 Mind-Blowing jQuery Plugins for Developers</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/13/10-mind-blowing-jquery-plugins-for-developers.aspx</link><pubDate>Thu, 13 Dec 2012 20:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22440</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22440</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/13/10-mind-blowing-jquery-plugins-for-developers.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;The JavaScript-based coding language jQuery is popular among many Web developers because it allows them to incorporate a variety of interactive effects it allows them to incorporate in their websites without requiring as much of the elaborate coding of regular JavaScript.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;But jQuery is also attractive because it offers a wide selection of possible design elements, features and functionality that developers can include on their sites. This can be anything from parallax scrolling to slideshows to responsive text; the possibilities are virtually endless. &lt;br /&gt;&lt;br /&gt;Most jQuery plugins aren&amp;rsquo;t necessary, or even all that useful, for every website, since they tend to cover a broad range of objectives, but any developer that wants to create a robust, feature-rich website, or just one that is visually striking, will be able to find at least a couple of plugins that can help him or her do just that.&lt;br /&gt;&lt;br /&gt;Here at &lt;i&gt;Website Magazine&lt;/i&gt;, we&amp;rsquo;ve compiled a list of some of our favorite jQuery plugins for our dear readers to check out, each of which can add distinct elements to a website that help it come to life and appear more engaging to users. &lt;br /&gt;&lt;br /&gt;Of course, there are plenty of other jQuery plugins available. What are some of your favorites? Let us know in the comments section!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://net.tutsplus.com/tutorials/html-css-techniques/simple-parallax-scrolling-technique/" target="_blank"&gt;&lt;strong&gt;Simple Parallax Scroll&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Parallax scrolling is one of the hottest design trends of 2012, and there is &lt;a href="http://www.websitemagazine.com/content/themes/blogs/wm1/post.aspx?App=posts&amp;amp;y=2012&amp;amp;m=08&amp;amp;d=23&amp;amp;PostName=incorporating-parallax-scrolling-into-your-website" target="_blank"&gt;no shortage of plugins&lt;/a&gt; that can help you achieve this entertaining effect, wherein the background image of a Web page translates slower than the foreground content as a user scrolls. This technique by Mohiuddin Parekh is a simple way (it&amp;rsquo;s even in the name) to incorporate this cool feature on your website, and starting engaging more users, in about 20 minutes. And once you have parallax scrolling to show off, you&amp;rsquo;ll be the coolest website in school.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tympanus.net/codrops/2012/11/06/gamma-gallery-a-responsive-image-gallery-experiment/" target="_blank"&gt;&lt;strong&gt;Gamma Gallery&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Users are accessing the Internet from a plethora of different devices these days, even more than just five years ago. During that same span of time, images have become the most popular type of content on the Web. Naturally, this has led to a need for responsive image galleries that can be easily viewed and interacted with on any device. However, building one can be difficult because of the myriad factors one must consider, such as layout or features. Fortunately, there is the Gamma Gallery plugin, which takes into account and provides suitable image sizes for fluid grid thumbnails and full image views.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tympanus.net/codrops/2012/11/13/baraja-a-plugin-for-spreading-items-in-a-card-like-fashion/" target="_blank"&gt;&lt;strong&gt;Baraja&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This plugin adds a neat feature to websites that lets developers move elements in a &amp;ldquo;card-like fashion&amp;rdquo; (think like holding a hand of playing cards during a game of poker) and spread them out like a deck of cards on a table using CSS transforms to rotate and translate the items. Users aren&amp;rsquo;t just bogged down by one or two spreading options, though; the plugin presents a variety of possibilities, such as moving items laterally or rotating them like a fan. Baraja will provide your website with a unique interactive element to delight and engage your visitors.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tympanus.net/codrops/2010/02/08/a-jquery-heat-map/" target="_blank"&gt;&lt;strong&gt;A jQuery Heat Map&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Heat maps are an excellent way to track the actions of users on your website. They allow you to follow their clicks and make design changes or decisions based on the actions that most users are likely to make. The jQuery Heat Map is an easy way to create a heat map for a website that tracks clicks and then displays the click pattern using semi-transparent dots on an overlay, so you can quickly identify the most popular aspects of your Web page and fix anything that is being neglected.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://workshop.rs/2012/01/jquery-snow-falling-plugin/" target="_blank"&gt;&lt;strong&gt;jQuery Snow Falling Plugin&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Get into the winter spirit &amp;ndash; and impress your visitors &amp;ndash; with this plugin that adds a snow falling effect to your Web page(s). With this plugin, users create one snowflake initially and then clone that snowflake at a time interval and then add random value properties to each individual flake, all in less than 1 KB minified. It&amp;rsquo;s an easy way to spruce your page up for the holiday season.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tinybigideas.com/plugins/jquery-gravity/" target="_blank"&gt;&lt;strong&gt;jGravity&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;jGravity is an interesting plugin that add &amp;ldquo;gravity&amp;rdquo; to elements on a Web page, meaning developers apply a gravity effect that drops all of the selected elements to the bottom of the page. Developers can either add the effect to all of the elements on a page, or choose specific elements to receive the gravity treatment. This is a fun way to add a level of interactivity to your page, but it can also help you highlight important content (or, on the other hand, do away with superfluous content by dropping it down and letting users focus on the important stuff).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cbavota.bitbucket.org/widetext/" target="_blank"&gt;&lt;strong&gt;WideText&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Another page element to remember when considering responsive design for a website is text. The WideText plugin offers up a full width responsive text solution that is both lightweight and easy-to-use. Now, you&amp;rsquo;ll never have to worry about visitors seeing your whole message, no matter what device they&amp;rsquo;re viewing it from.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nicinabox.github.com/superslides/" target="_blank"&gt;&lt;strong&gt;Superslides&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Create visually stimulating, interactive full screen slide shows on your site that you can use to show off your image content with the Superslides plugin. Best of all, this solution was designed with flexibility in mind, so it&amp;rsquo;s highly customizable. It also offers a handful of configurable options, such as auto play with a delay, slide transition speed and slide easing. If your site is heavy on image content, using Superslides is a great way to display it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tracelytics.github.com/pageguide/" target="_blank"&gt;&lt;strong&gt;pageguide.js&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Keep your website clutter-free with the pageguide.js plugin, which provides information to users via an interactive visual guide that can teach them about features or functionality. It will attach CSS &amp;ldquo;pseudo elements&amp;rdquo; to the features that define your pages, providing numbered arrows on the top, bottom, left or right of what you want to highlight. The guide will even scroll for users. Developers are given control over the style of the guide, and they can track the actions of users by simply including their tracking codes from services like HubSpot or KISSMetrics to find out which aspects of the guide are of greatest interest to their visitors.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.moreofless.co.uk/picstrips/" target="_blank"&gt;&lt;strong&gt;PicStrips&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Take your images to the next level with the PicStrips plugin, which splits the picture into any number of strips with whitespace between each one. Users are not only able to specify the number of strips they&amp;rsquo;d like, but also the white space between each one and the vertical whitespace at the top and bottom of alternate strips. This simple alteration helps your pictures stand out from similar content and adds some extra flair that will capture the attention of your audience and give your images new life.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22440" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/design+and+development/default.aspx">design and development</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category></item><item><title>The 25 Best WordPress Plugins Ever</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/05/the-25-best-wordpress-plugins-ever.aspx</link><pubDate>Wed, 05 Dec 2012 20:40:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22266</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22266</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/05/the-25-best-wordpress-plugins-ever.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;The year is coming to a close, and if 2012 has taught us anything, it&amp;rsquo;s that WordPress is still the most widely used free, open source content management system (CMS) out there. &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;While the extensive adoption of the platform obviously benefits users, as it means there are going to be more developers creating plugins and designing themes that WordPress users can employ to spruce up their blogs or websites (in both appearance and functionality), it also presents a bit of a nagging problem. The issue is that there are so many options to select from, which makes it very difficult to differentiate the good from the bad.&lt;br /&gt;&lt;br /&gt;Luckily for you, &lt;i&gt;Website Magazine&lt;/i&gt; editors recently compiled a list of the 25 best WordPress plugins for websites of all shapes and sizes, just in time for the new year. However, if there&amp;#39;s a plugin we may have missed, or you disagree with a selection, feel free to leave a comment and let us know what you think.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/jetpack/"&gt;Jetpack&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;If you want to get your hands on one of the best WordPress plugins around, why wouldn&amp;rsquo;t you want one developed by the creators of the platform? Well, Jetpack is just that, a plugin that is meant to expand the capabilities of your site by harnessing the cloud power of WordPress.com. There are a number of great features you can utilize, including displaying site analytics, creating photo galleries and even spell checking your copy, among many others.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/disqus-comment-system/"&gt;&lt;strong&gt;Disqus&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Don&amp;rsquo;t let the punny title fool you, Disqus is one of the best comment systems available. The tool allows users to add comment functionality to their site/pages, giving visitors an opportunity to engage with the content (and the brand). Those interested in building a community of users on their sites should get Disqus ASAP.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/social-toolbar/"&gt;&lt;strong&gt;Social Toolbar&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Social media has become a necessity for most Web professionals, so it&amp;rsquo;s more likely than not that you&amp;rsquo;re on at least one (and probably more) social networks. Why not show off your social prowess with Social Toolbar, a plugin that places a toolbar at the bottom of your blog/site to display links to all of your social network profiles. But that&amp;rsquo;s not all it does; additional features including sharing buttons, a full display of your latest tweets and more.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wp-google-fonts/"&gt;&lt;strong&gt;WP Google Fonts&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;A big part of having a sleek design for your blog or website means utilizing cool, appropriate fonts that really invoke the spirit of your brand. Unfortunately, most generic font packs are limited in what they offer. That&amp;rsquo;s why you should download WP Google Fonts, which allows users to easily incorporate a slew of new fonts from the Google Font Directory into your WordPress theme.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wptouch/"&gt;&lt;strong&gt;WPtouch&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Mobile is hot, and any successful Web strategy must include a mobile-optimized site. For WordPress users, the fastest and simplest way to accomplish this is by using the WPtouch plugin, which will serve up mobile visitors a different theme. This comes complete with a new device-optimized and user-friendly version of your content.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://www.gravityforms.com/"&gt;&lt;strong&gt;Gravity Forms&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;One of the most important aspects of working on the Web is gathering consumer data to use in the future, and the best way to go about doing that is by using forms. The Gravity Forms plugin is able to create any kind of form you may need in a flash, regardless of its complexity. This can include email signup forms or extensive applications.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/"&gt;&lt;strong&gt;WordPress SEO&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Look, even with all of this social media hullabaloo, SEO is still one of the most important practices that a site owner can conduct to increase his or her audience and generate more revenue. WordPress SEO from Yoast is one of the better plugins for search engine optimization, featuring XML sitemaps, customizable title and meta description options, RSS optimization and social media optimization &amp;ndash; and that&amp;rsquo;s just for starters!&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/w3-total-cache/"&gt;&lt;strong&gt;W3 Total Cache&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Want to make your WordPress site run up to 10 times faster? Check out W3 Total Cache, a powerful plugin that caches every single element of your site, so readers can read your post in no time. Use this plugin to reduce download times and provide transparent CDN integration.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/nextgen-gallery/"&gt;&lt;strong&gt;NextGEN Gallery&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Everyone loves images, and the more you can (appropriately) add to your site or blog, the more likely you are to drive traffic and interest users. So why not add this fully integrated image gallery plugin? It is absolutely chock-full of features, which offer a lot of flexibility in creating gallery content, such as the ability to add watermarks to images, create slideshows, use different display themes and organize pictures into albums, among many others.&lt;br /&gt;&lt;br /&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/digg-digg/"&gt;&lt;strong&gt;Digg Digg&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;As aforementioned, social media plays a big role in Web success these days, and accruing Likes or +1s (or other social seals of approval) on your content is a great way to get it (and your brand) noticed. Use the Digg Digg plugin to integrate the most popular social buttons into your WordPress site, which can be configured to display in various locations.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank"&gt;&lt;strong&gt;All in One SEO Pack&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;The All in One SEO Pack is the most comprehensive search engine optimization plugin available for WordPress users and remains one of the platforms most downloaded plugins ever for a good reason. It&amp;rsquo;s especially useful for new users or those who aren&amp;rsquo;t terribly familiar with coding. In includes Google Analytics support, as well as other features like custom post types, canonical URLs, automatically generated meta tags and much more.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank"&gt;&lt;strong&gt;Dagon Design Sitemap Generator for WordPress&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Create a fully customizable sitemap for your WordPress website with this plugin from Dagon Design, which gives users multilevel categories, pages and permalinks support. You&amp;rsquo;ll be able to choose which links you want to display, the order their shown in, comment counts and post dates to make your site more searchable for, uh, search engines.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/wp-e-commerce/" target="_blank"&gt;&lt;strong&gt;WP e-Commerce&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This is one of the most popular and easy-to-use e-commerce platforms available for WordPress sites. WP e-Commerce offers a 100 percent customizable experience with easily modified templates, in addition to community support, integration with multiple payment gateways (including PayPal, Authorize.net and Google Checkout), various marketing and SEO features, checkout capabilities with SSL security and the ability to manage orders and shipping from within the plugin. And that&amp;rsquo;s just the tip of the iceberg. To say this plugin is &amp;ldquo;feature rich&amp;rdquo; is a massive understatement.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/sociable/" target="_blank"&gt;&lt;strong&gt;Sociable&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Make your content more social with Sociable, which will automatically add links to your favorite social bookmarking sites on your posts, pages and RSS feeds.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank"&gt;&lt;strong&gt;Google Analytics for WordPress&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Google Analytics is the widely adopted, fully featured analytics platform from one of the Web&amp;rsquo;s leading companies, so it makes sense that it would eventually be turned into a plugin for WordPress users. With this plugin, you can easily track your WordPress site or blog and use a lot of fancy custom variables to track the metadata on your pages, such as author, single or multiple categories, post type, publication year, tags and more.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/feedburner-setting/" target="_blank"&gt;&lt;strong&gt;FeedBurner FeedSmith&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Have a bunch of different RSS subscribers that you don&amp;rsquo;t know how to manage? Never fear! Just use FeedBurner FeedSmith to detect all of the possible methods through which users can access your original WordPress RSS feeds, and then redirect them back to your FeedBurner FeedSmith feed to track every single subscriber.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/akismet/" target="_blank"&gt;&lt;strong&gt;Akismet&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;If building a community is an important part of your Web strategy, you no doubt allow your visitors to comment on and discuss your content. Unfortunately, as your traffic increases, so will the amount of comment and trackback spam you receive. Luckily, this popular plugin from Automattic checks comments and trackbacks against the Akismet Web service, and if they&amp;rsquo;re found to be spam, they&amp;rsquo;ll automatically be moved into your WordPress installation&amp;rsquo;s spam folder. You&amp;rsquo;ll never have to get your hands dirty.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"&gt;&lt;strong&gt;Google XML Sitemaps&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Google just does it all, doesn&amp;rsquo;t it? With this plugin, you can generate an XML sitemap that will help search engines &amp;ndash; and not just Google, but Bing, Yahoo and others &amp;ndash; better index your WordPress website, which means crawlers can see all of your site and retrieve data from it much more quickly and efficiently.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank"&gt;&lt;strong&gt;WP-DBManager&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;You&amp;rsquo;re probably well aware of the delicate nature of working with digital content, likely because some mishap or other in the past has led you to lose a substantial amount of work before you were able to back it up. Don&amp;rsquo;t let that happen with your website or blog; instead, download the WP-DPManager plugin that allows you to optimize, repair, backup and restore your database. You can also delete backed up content, drop/empty tables and run selected queries. WP-DPManager even supports automated backups, optimization and repairs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank"&gt;&lt;strong&gt;Contact Form 7&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This simple, yet flexible contact form plugin allows users to manage multiple contact forms. Also, they can customize their forms and mail content by using some simple markup. Contact Form 7 also supports various security enhancements, including Ajax-powered submitting, CAPTCHA and Akismet spam filtering.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/editorial-calendar/" target="_blank"&gt;&lt;strong&gt;Editorial Calendar&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Managing a blog can be a hassle, but never again with the Editorial Calendar plugin that lets users see all of their scheduled posts and when they&amp;rsquo;ll be posted and offers drag-and-drop functionality to change post dates, draft management, quick edits of post titles,&amp;nbsp; content and times and the ability to manage posts from multiple authors.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/all-in-one-favicon/" target="_blank"&gt;&lt;strong&gt;All in One Favicon&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Website owners and bloggers can easily add a favicon (the small icons next to the URL in the address bar, the page name in a browser tab and/or the page&amp;rsquo;s name in a bookmark list) to their websites and WordPress admin pages. The All in One Favicon plugin offers complete upload functionality and supports all three favicon types, ico, .png and .gif, which can even be animated.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/woocommerce/" target="_blank"&gt;&lt;strong&gt;WooCommerce&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;WooCommerce is one of the best e-commerce platforms for WordPress users, allowing users to turn their websites into fully functional, highly customizable online stores that deliver enterprise-level quality and feature. This includes a PayPal standard gateway, Mijireh checkout, free and flat rate shipping functionality, Google Analytics and international and local shipping and local pickup, among many others.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/share-this/" target="_blank"&gt;&lt;strong&gt;ShareThis&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This social media plugin enables WordPress users to seamlessly allow visitors to share the site or blog&amp;rsquo;s content on up to 120 different social channels, including email, Facebok, Twitter, Google+ and more. With ShareThis, users can do more to engage their audiences and increase traffic. Plus, the plugin features customization functionality that means it can be seamlessly integrated into a user&amp;rsquo;s site.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank"&gt;&lt;strong&gt;Yet Another Related Posts Plugin&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;YARPP may be just &amp;quot;another related posts plugin,&amp;quot; but its also the best. It provides a site or blog&amp;rsquo;s visitors with a list of posts and/or pages that are related to the entry they&amp;rsquo;re currently reading. Site owners can use this plugin to introduce their readers to other interesting, relevant content on their site.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22266" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/design+and+development/default.aspx">design and development</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/2012/default.aspx">2012</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/top+10/default.aspx">top 10</category></item><item><title>Wordpress Wednesday: Halloween Edition</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/10/31/wordpress-wednesday-crazy-scary-cool-new-plugins-halloween-edition.aspx</link><pubDate>Wed, 31 Oct 2012 12:50:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:21883</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=21883</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/10/31/wordpress-wednesday-crazy-scary-cool-new-plugins-halloween-edition.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;It&amp;rsquo;s another edition of Website Magazine&amp;rsquo;s Wordpress Wednesday - and it&amp;#39;s the Halloween edition!&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Let&amp;#39;s celebrate by showcasing some &amp;quot;scary&amp;quot; cool plugins - those that should make you freak about your blog&amp;#39;s security, fight zombies like there&amp;#39;s no tomorrow, and all while consuming your weight in cookies and candies. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What&amp;#39;s so scary about these particular plugins? Keep reading below...&amp;nbsp;&lt;strong&gt;muahahahahaha!&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc9bHS" target="_blank"&gt;Detectify for WP&lt;/a&gt;&lt;/strong&gt;: Thinking about your Wordpress blog&amp;rsquo;s security is enough to freak out anyone. The Detectify plugin analyzes the security by simulating a hacker attack to identify website security flaws. The plugin generates a report on the vulnerabilities (a long list actually including local and remote file inclusion, XSS and DOM XSS, cross site agent scripting and more) and the probable consequence of them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Scbpa2"&gt;LionScripts IP Address Blocker&lt;/a&gt;&lt;/strong&gt;: Rogues, like zombies, are everywhere &amp;ndash; and your only line of defense will likely be to block them entirely. This plugins allows blogs to blocking unwanted or known Spam IP addresses, saving lots of time and bandwidth. The plugin enables users to display predefined messages or a blank page to the blocked user and offers free support.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc9WAP"&gt;
Cookie OK&lt;/a&gt;&lt;/strong&gt;: You know what&amp;rsquo;s scary? The EU cookie law. This plugin includes a notification above each page about cookie usage on your site through the &lt;a href="http://cookieok.eu/"&gt;CookieOK script by Digital Morphosis&lt;/a&gt;. There are numerous other related plugins including &lt;a href="http://wsm.co/Scaab5"&gt;Cookie Control&lt;/a&gt; which deserve very close inspection as well. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/wphVWZ"&gt;
My Pinterest Badge&lt;/a&gt;&lt;/strong&gt;: I don&amp;rsquo;t know about you, but the mere prospect of my wife logging onto to Pinterest is simply terrifying. The plugin essentially adds a customizable Pinterest badge to any Wordpress installation, which shows a widget containing recent pins from your Pinterest account. That last line sent shivers down my spine. If you&amp;rsquo;re looking for alternatives, check out Website Magazine&amp;rsquo;s post on &lt;a href="http://wsm.co/wphVWZ"&gt;3 Pinterest Plugins for Wordpress&lt;/a&gt;.
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc8ePU"&gt;
Maintenance Mode Z&lt;/a&gt;&lt;/strong&gt;: The plugin doesn&amp;rsquo;t offer the best look, but it does bring some scary cool functionality including time-based maintenance controls, and access rules that can be set up by IP and users. Remember, these are new plugins. If you&amp;rsquo;re looking for something a little more established, check out &lt;a href="http://wsm.co/Sc83DW"&gt;DP Maintenance Mode Lite&lt;/a&gt; &amp;ndash; which has over 6,000 downloads.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;Check out some other recent editions of WordPress Wednesday from Website Magazine:&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a target="_blank" href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx"&gt;Top 3 Favicon Plugins for Wordpress&lt;br /&gt;&lt;/a&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/ecommerce/archive/2012/08/15/wordpress-wednesday-top-10-e-commerce-plugins.aspx"&gt;Top 10 E-Commerce Plugins for WordPress&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/08/wordpress-wednesday-take-your-wordpress-site-mobile.aspx"&gt;Take Your WordPress Site Mobile&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/01/wordpress-wednesday-themes-of-a-social-nature.aspx"&gt;WordPress Themes of a Social Nature&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/20/wordpress-wednesday-facebook-for-wordpress-plugin.aspx"&gt;Facebook for WordPress Plugins&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/04/25/wordpress-wednesday-10-plugins-you-can-t-live-without.aspx"&gt;10 Wordpress Plugins You Can&amp;#39;t Live Without&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=21883" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wp+plugins/default.aspx">wp plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category></item><item><title>Top 3 Favicon Plugins for Wordpress</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx</link><pubDate>Thu, 23 Aug 2012 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20905</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=20905</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;As I sit here typing this, I have three different browsers open with at least 10 different tabs up in each one (and that&amp;rsquo;s being conservative). Luckily, I have no problem opening up the right tab each and every time thanks to the Web&amp;rsquo;s unsung hero &amp;ndash; the favicon.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;For those who aren&amp;rsquo;t familiar with the term, favicons are small 16x16 pixel icons associated with a particular website (or page) that show up primarily next to the URL in the address bar, next to the page name in a browser tab and/or next to the page&amp;rsquo;s name in a bookmark list. For instance, if you look up at this tab or next to this page&amp;rsquo;s URL in your address bar (depending on what browser you&amp;rsquo;re using), you&amp;rsquo;ll see a tiny version of our classic &amp;ldquo;WM&amp;rdquo; icon that indicates that you are, in fact, on a WebsiteMagazine.com page.&lt;br /&gt;&lt;br /&gt;If you&amp;rsquo;re the proud owner of a WordPress website, it&amp;rsquo;s probably a good idea for you to have your own favicon(s) that can help users identify your site and ensure that they&amp;rsquo;re in the right place, while also building your brand and making it easier for visitors to come back in the process.&lt;br /&gt;&lt;br /&gt;However, it&amp;rsquo;s safe to say that favicons probably aren&amp;rsquo;t top of mind for busy individuals trying to get a website off the ground. To simplify favicon creation for your WordPress site, check out these three great plugins that can do the job for you:&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/shockingly-simple-favicon/" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Shockingly Simple Favicon&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This plugin changes the favicon of a WordPress blog without requiring users to edit their theme files. It will also put a WP icon in the administration interface, making it easy to find the tab in a browser. And fortunately for those of us who aren&amp;rsquo;t code-savvy, the changes are all fixed, so you won&amp;rsquo;t have to go back and alter them if/when you change your blog&amp;rsquo;s theme.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/all-in-one-favicon/" target="_blank"&gt;&lt;strong&gt;All in One Favicon&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Users can either use favicons that they&amp;rsquo;ve already uploaded or upload a new favicon into their WordPress installation with a built-in upload mechanism to add a favicon to their site and admin pages. All in One Favicon supports three different favicon types: .ico, .png and .gif, which includes animated images. It also supports Apple Touch icons.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/favicon-generator/" target="_blank"&gt;&lt;strong&gt;Favicon Generator&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;With support for .jpg/.jpeg, .gif and .png images, Favicon Generator allows users to upload an image. Then it will automatically convert that image into a unique favicon-formatted file. This file will then be placed in the user&amp;rsquo;s WordPress root dictionary, and the plugin will add a link tag to the HTML output.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=20905" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/favicon/default.aspx">favicon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+wednesday/default.aspx">wordpress wednesday</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/shockingly+simple+favicon/default.aspx">shockingly simple favicon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/favicon+generator/default.aspx">favicon generator</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/icon/default.aspx">icon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/all+in+one+favicon/default.aspx">all in one favicon</category></item><item><title>Benchmark Email Brings Multi-Newsletter Plugin to WordPress</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/03/22/benchmark-brings-multi-newsletter-email-plugin-to-wordpress.aspx</link><pubDate>Thu, 22 Mar 2012 16:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:19397</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=19397</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/03/22/benchmark-brings-multi-newsletter-email-plugin-to-wordpress.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img height="73" width="73" src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" style="float:left;margin:15px;" alt="" /&gt;Email marketing service &lt;a target="_blank" href="http://benchmarkemail.com"&gt;Benchmark Email&lt;/a&gt; has released a free plugin for WordPress that gathers email subscriptions and sends out newsletter versions of blog posts. But that&amp;rsquo;s not all it does. 
&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
Two features make the plugin noteworthy in my opinion. First, bloggers can customize the subscription form with up to 28 custom fields. That comes in handy, as it relates to the second feature worth highlighting, which is that bloggers can create up to five different email lists in the back-end of Wordpress for sending post-driven newsletters to their subscribers. 
&lt;br /&gt;&lt;br /&gt;
The WordPress plugin directory is in no shortage of supply for plugins for creating email newsletters (most, if not all, of the major email marketing service providers have them) but the plugin from Benchmark Email is really testing the limits of what&amp;rsquo;s possible &amp;ndash; and we like that. Any blogger using WordPress that signs up for a  30-day free trial at Benchmark can use the plugin for free &amp;ndash; paid plans start at $9.95 per month. 
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=19397" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/email/default.aspx">email</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wp+plugins/default.aspx">wp plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/benchmark+email/default.aspx">benchmark email</category></item><item><title>Wordpress Wednesday: 7 New Plugins to Watch</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/02/15/new-wp-plugins-to-watch.aspx</link><pubDate>Thu, 16 Feb 2012 02:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:18971</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=18971</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/02/15/new-wp-plugins-to-watch.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" width="73" height="73" alt="" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Welcome to another edition of Website Magazine&amp;rsquo;s WordPress Wednesday! &lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Every once in a while the editorial staff takes some time to explore plugins to help our readers add some useful - and sometimes neccessar - functionality into their WP installations. Typically, we profile plugins that fit nicely within a specifci category such as plugins for translation, &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2011/11/02/wordpress-wednesday-ten-top-email-plugins.aspx"&gt;email marketing&lt;/a&gt;, &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/17/wordpress-membership-plugins-for-affiliates.aspx"&gt;membership&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/01/25/wordpress-loyalty-reward-amp-gamification-plugins.aspx"&gt;rewards/gamification/loyalty&lt;/a&gt;, and even those with great &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/11/wordpress-plugins-with-jquery-five-to-know.aspx"&gt;jQuery features&lt;/a&gt;. &amp;nbsp;today we&amp;#39;re taking a different tact and profiling some of the new plugins within the WP plugin directory.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are testing out a Wordpress plugin that you think would be useful to members of the Website Magazine community, just let us know by commenting below.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;br /&gt;
&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/authorsure-wordpress-plugi.png" width="509" height="164" alt="" /&gt;&lt;br /&gt;
The &lt;strong&gt;&lt;a href="http://wordpress.org/extend/plugins/authorsure/" target="_blank"&gt;AuthorSure plugin&lt;/a&gt;&lt;/strong&gt; simplifies the process of adding Google Authorship Verification to a WP blog. The plugin uses rel=author, rel=me and rel=publisher links to connect posts, authors pages, Google+ profiles and Google+ pages. AuthorSure works on both single and multi-author sites.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/maintenancemode-wordpress-p.png" width="515" height="168" alt="" /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/ultimate-maintenance-mode/" target="_blank"&gt;&lt;strong&gt;
Ultimate Maintenance Mode&lt;/strong&gt;&lt;/a&gt; is a plugin that displays a screenshot of your website with an overlayed window (through HTML5 and CSS3) to show users the reason the site being visited is unavailable. The plugin works with any WP theme, supports custom messages, offers multi-site support, and even returns a 503 http status header to search engines.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/WPX-affiliate-wordpress-plu.png" width="512" height="165" alt="" /&gt;&lt;br /&gt;The &lt;a href="http://wordpress.org/extend/plugins/wpx-affiliate-manager/"&gt;&lt;strong&gt;WPX Affiliate Manager plugin&lt;/strong&gt;&lt;/a&gt; integrates affiliate images (125x125) side by side using this plugin. Self hosting images on your site (and direct-links) is the only way to bypass ad blockers. There is room for six ads but the widget will show whatever has been included in the system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/PPSB-WP-plugin.png" width="509" height="164" alt="" /&gt;&lt;br /&gt;The&lt;strong&gt; &lt;a href="http://wordpress.org/extend/plugins/per-page-sidebar-blocks/" target="_blank"&gt;Per Page Sidebar Blocks (PPSB) plugin&lt;/a&gt;&lt;/strong&gt; provides the ability to include sidebar templates on a per-page basis (conditional). The plugin scans the current theme&amp;rsquo;s root directory for sidebar templates and lets bloggers decide which get displayed on individual pages through a check box within the edit area. Another terrific plugin for showing page-specific widgets is &lt;a href="http://wordpress.org/extend/plugins/widget-logic-visual/" target="_blank"&gt;Widget Logic Visual&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/sponsorflipwall-wp-plugin.png" width="509" height="164" alt="" /&gt;&lt;br /&gt;A terrific &lt;a href="http://wordpress.org/extend/plugins/sponsor-flipwall-shortcode/" target="_blank"&gt;&lt;strong&gt;plugin for creating a sponsor wall&lt;/strong&gt;&lt;/a&gt; with a flip effect. One side shows a scaled logo and the other provides details such as name, description, and link. Perhaps the best part is that the tiles can be embedded anywhere through the use of shortcodes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:10px;" src="http://www.websitemagazine.com/images/blog/fbpopout-wp-plugin.png" width="510" height="163" alt="" /&gt;&lt;br /&gt;
Google+ certainly isn&amp;rsquo;t the biggest or most active social network &amp;ndash; that honor of course goes to Facebook. This&amp;nbsp;&lt;strong&gt;&lt;a href="http://wordpress.org/extend/plugins/facebook-popout-likebox/" target="_blank"&gt;jQuery Facebook pop out plugin&lt;/a&gt;&lt;/strong&gt; places a FB tab to the side of the page which visitors can hover over to reveals a like box for your fan page. Another Facebook related plugin worthy of a closer look is this &lt;a href="http://wordpress.org/extend/plugins/facebook-comments-wordpress-plugin%20/" target="_blank"&gt;Facebook Comments plugin&lt;/a&gt;, which allows users to leave comments on a blog using their FB accounts.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=18971" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category></item><item><title>WordPress Wednesday: Ten Top Email Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/11/02/wordpress-wednesday-ten-top-email-plugins.aspx</link><pubDate>Wed, 02 Nov 2011 15:45:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:18045</guid><dc:creator>Allison Howen</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=18045</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/11/02/wordpress-wednesday-ten-top-email-plugins.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;&lt;img src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" style="float:left;margin:10px;" height="75" width="75" alt="" /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Despite predictions to the contrary, email is still the most&lt;/b&gt;&lt;b&gt; popular way to communicate on the Web &amp;ndash; and the competition doesn&amp;#39;t even come close. There are &lt;a target="_blank" href="http://www.websitemagazine.com/content/blogs/posts/archive/2011/09/17/picture-proof-of-email-s-value.aspx"&gt;more than 2.9 billion email accounts&lt;/a&gt; worldwide, which is &lt;i&gt;three times&lt;/i&gt; as many registered Facebook and Twitter users &lt;i&gt;combined&lt;/i&gt;. &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Therefore, anyone trying to establish a presence on the Web should be using email marketing to build, inform and engage with their audience.&amp;nbsp; WordPress provides some of the best tools available to achieve these goals.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Check out the list below for ten email WordPress plugins that can help site owners grow their contact lists, protect their lists from spambots,&amp;nbsp;&lt;/i&gt;&lt;i&gt;customize their emails&lt;/i&gt;&lt;i&gt;&amp;nbsp;and more.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/newsletter-sign-up/"&gt;&lt;b&gt;Newsletter Sign-Up&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This simple plugin allows for a newsletter sign-up checkbox to show on comment and registration forms, as well as a widget sign-up form to appear in widget areas. It also provides a shortcode that can embed newsletter sign-up forms in posts and pages. Currently this plugin has been downloaded more than 26,800 times, and it supports providers such as Mailchimp, YMLP, Aweber, iContact and others.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/thank-me-later/installation/"&gt;Thank Me Later&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Thank new visitors by sending them an email when they leave a comment on your blog with this popular plugin that has been dowloaded more than 45,000 times. By thanking your active visitors, you are welcoming them to further engage with your blog in the future. This plugin is also customizable, allowing the user to create multiple email messages and schedule messages to automatically send &amp;ndash; making the messages appear more unique and personable.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/alo-easymail/"&gt;ALO EasyMail Newsletter&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This plugin allows users to write and send emails, as well as gather and manage subscribers. Features include multilanguage options, the ability to select themes, manage subscribers, create mailing lists and batch send. The site owner can customize emails or set the plugin to pull content from a blog and send automatic emails. This plugin has been dowloaded more than 89,000 times and requires WordPress version 3.0 or higher.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/autochimp/"&gt;AutoChimp&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In order to take advantage of this plugin that has been dowloaded more than 24,000 times, a user must have a MailChimp account for the plugin to sync with. The plugin can be set to update your mailing list when a new user subscribes, a user unsubscribes or a user updates his or her information. Additionally, users can set email campaigns to be automatically created from new blog posts.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/buddypress-group-email-subscription/"&gt;BuddyPress Group Email Subscription&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This plugin allows group members to receive email notifications for group activity and forum posts. Each user has the ability to choose how they want to subscribe to their groups, such as without email, a weekly summary email, a daily digest email, new topic emails or receive emails for all activity. This popular plugin has more than 42,000 downloads, and requires WordPress version 2.9.1 or higher.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wp-better-emails/"&gt;WP Better Emails&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Instead of sending plain emails, send customizable emails with this plugin that has been dowloaded more than 8,700 times. WP Better Emails uses a customizable HTML template and also lets users set their own sender name and email address. The template has been tested on popular email clients such as Gmail, Yahoo mail, Outlook, and more &amp;ndash; to ensure that the email always displays properly. Additionally, users can send out sample emails to test and preview their own custom template.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/email-encoder-bundle/"&gt;&lt;b&gt;&lt;b&gt;Email Encoder Bundle&lt;/b&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Protect the email addresses on your site from spambots! This plugin encodes all email addresses so spambots can&amp;rsquo;t read them. Features include protection of email and mailto links, as well as protection against scanning of posts, widgets, comments and RSS feeds. Additionally, your audience will be thankful that you are protecting their information with this plugin that has been dowloaded more than 6,000 times.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://codecanyon.net/item/wordpress-email-newsletter-plugin/149180?ref=dtbaker&amp;amp;clickthrough_id=35577911&amp;amp;redirect_back=true&amp;amp;ref=dtbaker"&gt;WP Email Newsletter Plugin&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Easily send mass emails to your existing WordPress user database with this plugin. Features of this plugin allow users to choose newsletter templates, settings and content, as well as insert images. This plugin also allows for users to review past newsletters and campaigns. This plugin starts at $25 and is especially designed for Wordpress 3.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.wpsubscribers.com/?hop=150374"&gt;WPSubscribers&amp;nbsp;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This plugin helps users build their email list. It comes with a plethora of features, including an opt-in form, registration subscribing, commenter subscribing, the capability to put a subscribe box in posts, Facebook connectivity, analytics and more. Users can customize all of these features in order to build better and larger email lists. The price of this plugin starts at $47 and is good to use on up to three WordPress sites.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.maxblogpress.com/subscribersmagnet/index19.php"&gt;Subscribers Magnet&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;According to its makers &amp;ndash; maxblogpress &amp;ndash; users can grow their email contact list by 300 percent or more with this plugin. Although not a free plugin ($147 introductory special), there is a money-back guarantee for users that don&amp;rsquo;t double their subscriptions within 60 days. The plugin allows users to add an opt-in form anywhere on a WordPress blog. Additionally, a visitor&amp;#39;s name and email is automatically filled within the opt-in form, which saves visitors time and can increase sign-ups.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=18045" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/email/default.aspx">email</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category></item><item><title>Sunday Special: E-Commerce WordPress Themes</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/10/02/free-wordpress-themes-for-online-stores.aspx</link><pubDate>Sun, 02 Oct 2011 22:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17668</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=17668</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/10/02/free-wordpress-themes-for-online-stores.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" style="float:left;margin:10px;" height="75" width="75" alt="" /&gt;One of the largest providers of themes for WordPress sites, &lt;a target="_blank" href="http://www.woothemes.com/"&gt;WooThemes&lt;/a&gt;, has launched &lt;a target="_blank" href="http://www.woothemes.com/woocommerce/"&gt;WooCommerce&lt;/a&gt;, a new plugin that offers WordPress users a library of various integrated themes for their e-commerce websites. Of course, there are plenty of other (and sometimes free) options for e-commerce themes on WordPress that users could also consider. After all, having the right theme can make all of the difference in luring consumers to your site, fostering engagement and making conversions.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;So, here is a list of 10 more WordPress themes for online merchants to consider: &lt;/b&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://shopperpress.com/"&gt;ShopperPress&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This is the simplest of e-commerce plugins for WordPress. It&amp;#39;s very clean and easy to navigate and the designs can be customized; it also offers over 20 different store layouts. Other features include built-in tools for affiliate stores, advertising slots and shipping/tax/weight/promotions/coupon codes, the ability to sell ebooks and digital downloads and easy-to-use shopping baskets, checkout pages, contact pages and member accounts. &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://themeforest.net/item/sport-and-grunge-wordpress-shop-newsletter/237444?ref=PauliusR&amp;amp;clickthrough_id=33037369&amp;amp;redirect_back=true&amp;amp;ref=PauliusR"&gt;&lt;b&gt;Sport &amp;amp; Grunge&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Perfect for extreme sports athletes or alternative rockers, Sport &amp;amp; Grunge by ThemeForest provides users with a simple shopping cart and newsletter plugin, as well as seven custom widgets to do things like make product specials, allow newsletter subscriptions, view a cart and more. It also comes with a built-in contact form. You can write up custom post types for products and add them to the news/blog that the theme also provides. There&amp;#39;s also a feature where it automatically greyscale hovers over home-page buttons. &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://themeforest.net/item/sofa-suppastore-wordpress-driven-webshop/310106?ref=PauliusR"&gt;&lt;b&gt;Sofa SuppaStore&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;If you&amp;#39;re feeling a little sporty, and by that I mean you sell sports equipment, Sofa SuppaStore is a great option for your e-commerce store. Another ThemeForest design, this plugin provides some neat and unique features such as Stock Inventory Manager and Order Tracking. It&amp;#39;s also totally compatible with PayPal and mail orders, comes with 11 built-in widgets, a newsletter feature and the ability to define the shipping price for each product or by country, or both, and gives you the option of multiple home-page layouts. &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.elegantthemes.com/preview/Boutique/"&gt;&lt;b&gt;Boutique&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This is a very quaint theme from Elegant Themes that is perfect for selling unique and classy decorative items. Heavy on the pastel, this attractive theme was designed to work with major WordPress e-commerce plugins like WordPress E-Commerce, Cart66, Shopp and eShop. The real appeal of this appealing theme is its design customization abilities, offering a seemingly limitless array of color schemes, numerous font options and the ability to adjust header and body text independently of one another. You can also add user and author ratings to products.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://templatic.com/ecommerce-themes/emporium"&gt;Emporium&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Mimicking the style of major clothing retailers like The Gap or Macy&amp;#39;s, Emporium is a sleek and simple theme for your e-commerce store. Complete with a built-in shopping cart with an affiliate module, this theme makes it easy to sell regular products or digital goods. It also works well if you just want to have an online catalog. Emporium lets users manage tax percentages on products, provides multiple payment gateways (like PayPal, Google Checkout, WorldPay and more), has order management capabilities and allows for guest checkout. &lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://tokokoo.com/portfolio/kakileema/"&gt;&lt;b&gt;Kakileema&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Kakileema is a quirky, fun and simple design that is perfect for clothing and accessory retailers focusing on a younger, more artistic crowd. It comes integrated with the WordPress E-Commerce plugin. It comes with a sleek header to define your brand, provides a great visible section for new products and gives easily acessible category sections. It also shows users a &amp;quot;recently viewed&amp;quot; column on the product page that will allow them to quickly and efficiently return to old products that they have checked out.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.press75.com/themes/acquisto-for-wordpress/"&gt;Aquisto&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Full disclosure here, this is one of my favorite themes on the list. It&amp;#39;s got a really attractive, sleek look that could fit a wide variety of possible online stores. It&amp;#39;s different because of its three-column layout that offers information and widgets on the left, product pictures, names and prices in the middle and featured products and other widgets on the right. You also get logo and theme-style customization options, so you can change a lot of the text and colors and really make it your own. Unfortunately, it&amp;#39;s only integrated with the Cart66 plugin for physical products and the PulleyApp plugin for digital products. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://templatic.com/ecommerce-themes/store"&gt;Store&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;A great theme with an unoriginal name, Store has a graceful look that comes with built-in e-commerce features, so you don&amp;#39;t need any extra plugins to use it. It offers various types of shopping cart options such as &amp;quot;Add to Cart,&amp;quot; &amp;quot;Buy Now&amp;quot; or &amp;quot;Send Inquiry.&amp;quot; Other features include multiple shipping options and payment gateways, coupon codes, user registration, a catalog mode and order management options, among many others. You get to choose from four distinct color schemes and the main page is almost totally customizable to best suit your business. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.smashingmagazine.com/2011/06/26/free-prestashop-and-wordpress-e-commerce-theme-velvet-sky/"&gt;Velvet Sky&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Velvet Sky is a really gorgeous (and free) WordPress store theme that is perfect for selling fragrances or other high-end products. It&amp;#39;s layout is based on a scrolling, horizontal menu with a smaller, horizontal menu below it that shows featured and/or new products. You can totally customize this homepage. It also supports guest checkouts, categorized products views, detailed product pages and a sorting function. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://tokokoo.com/portfolio/appcloud/"&gt;AppCloud&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Lets say you&amp;#39;ve developed a bunch of sweet apps, but you just don&amp;#39;t have any way to get them into the hands of users. Never fear, AppCloud is here. This free theme is super clean and simple, although very professional-looking. You&amp;#39;re able to categorize the view of products and product search using a variety of filters, such as Most Downloaded. It can also be used to sell various &amp;quot;gadget products,&amp;quot; and its soft blue and white color scheme is a great way to calm customers and keep them focused on your products.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=17668" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/E-Commerce/default.aspx">E-Commerce</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/themes/default.aspx">themes</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/store/default.aspx">store</category></item><item><title>WordPress Plugins From A to Z</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/06/21/wordpress-plugins-from-a-to-z.aspx</link><pubDate>Tue, 21 Jun 2011 18:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:16947</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=16947</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/06/21/wordpress-plugins-from-a-to-z.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" width="73" height="73" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;WordPress is just a regular old CMS/blogging platform without plugins - 
feature-based add-ons for extending functionality. Plugins are undoubtedly the 
only way to really customize the experience for users and improve the visibility 
of a blog&amp;#39;s Web presence. Today let&amp;#39;s look at some of the best plugins - from A 
to Z. While we could not manage to find too many plugins for X, Y, Z (and a few 
other letters), we hope you get the general idea. If you have your creativity 
cap on and can think of some categories for the letters we missed, or if we 
happened to miss one of your favorite WP plugins, just comment below and we&amp;#39;ll 
update this post (and reference you and your site with a link). &lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;Like this post and others at Website Magazine?&lt;/strong&gt; &lt;br /&gt;
&lt;/em&gt;&lt;a href="http://www.websitemagazine.com/scripts/sub/subscribe_level.aspx"&gt;
Subscribe to our free print publication&lt;/a&gt; - the most widely distributed 
magazine on Web business in the world - or &lt;strong&gt;&lt;a href="http://www.websitemagazine.com/pro360/"&gt;request a professional subscription&lt;/a&gt;&lt;/strong&gt; 
and receive a free copy of WM&amp;#39;s new book... Web 360!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Best Wordpress Plugins for Audio&lt;br /&gt;
&lt;/strong&gt;Podcasting and the use of audio may not have the draw that it once did 
but it remains prevalent and is in fact used heavily in certain industries. 
Providing the best quality audio is only half the battle; you will also need a 
seamless, pleasing way to present it to users. Let these plugins support that 
objective. &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Recommended Plugins:&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;
&lt;a href="http://wsm.co/kRMmu3"&gt;Audio Player&lt;/a&gt;, &lt;a href="http://wsm.co/leFnJ8"&gt;
MediaElement.js - HTML5 Video &amp;amp; Audio Player&lt;/a&gt;, &lt;a href="http://wsm.co/lTkPQQ"&gt;
Audio Player Widget&lt;/a&gt;, &lt;a href="http://wsm.co/lrkXiQ"&gt;Audio Link Player&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Backups&lt;br /&gt;
&lt;/strong&gt;When it comes to backups, it&amp;#39;s always better to be safe than sorry. The 
sad truth is that the vast majority of bloggers simply don&amp;#39;t back up, which as 
they quickly learn, can cause more headaches than necessary. Take a few minutes 
each week to backup your WordPress site or use one of these plugins to automate 
the task. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/jRuTwj"&gt;EZPZ One Click 
Backup&lt;/a&gt;, &lt;a href="http://wsm.co/iDOLsG"&gt;WordPress EZ Backup&lt;/a&gt;,
&lt;a href="http://wsm.co/kvtdhl"&gt;XCloner - Backup and Restore&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Comments&lt;br /&gt;
&lt;/strong&gt;One of the clearest signs of a successful blog is the number and 
veracity of comments from visitors. It&amp;#39;s not easy to elicit comments but they do 
provide other users a sense of the value in the community. If you are 
considering ramping up your comment acquisition efforts, consider these WP 
plugins for comments.&lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/kL7W2n"&gt;IntenseDebate 
Comments&lt;/a&gt;, &lt;a href="http://wsm.co/kFItuo"&gt;Disqus Comment System&lt;/a&gt;,
&lt;a href="http://wsm.co/jgbEz6"&gt;Facebook Comments for WordPress&lt;/a&gt;,
&lt;a href="http://wsm.co/mxKArs"&gt;Comment Rating&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Donations&lt;br /&gt;
&lt;/strong&gt;WP is used in nearly every industry. Thanks to it&amp;#39;s open nature, it is 
even quite common in the non-profit realm. Since these entities exist primarily 
on donations, if you are interested in requesting and processing funds from 
visitors, let these plugins support that objective. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/lQKjOB"&gt;PayPal Donations&lt;/a&gt;,
&lt;a href="http://wsm.co/mcFIhQ"&gt;Donation Can&lt;/a&gt;, &lt;a href="http://wsm.co/mQIGaV"&gt;
Donate Plus&lt;/a&gt;, &lt;a href="http://wsm.co/inVL5I"&gt;Mingle Donations Button&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Email Subscriptions&lt;br /&gt;
&lt;/strong&gt;Blogs and email go together like peas and carrots. Since it is 
unreasonable to expect that every one of your visitors will subscribe to an RSS 
feed or even visit your site everyday, there is no greater compliment to a 
weblog that a well devised email marketing strategy. Let these plugins help get 
you started. &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Recommended Plugins:&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;
&lt;a href="http://wsm.co/lFsgSv"&gt;MailChimp List Subscribe Form&lt;/a&gt;,
&lt;a href="http://wsm.co/k9GRQj"&gt;Constant Contact for WordPress&lt;/a&gt;,
&lt;a href="http://wsm.co/kt0wNE"&gt;AWeber Web Form Plugin&lt;/a&gt;,
&lt;a href="http://wsm.co/kRZFjS"&gt;WP Email Capture&lt;/a&gt;,
&lt;a href="http://wsm.co/9zy7Dd"&gt;Subscribe2&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Forms&lt;br /&gt;
&lt;/strong&gt;Every website needs a contact form and blogs are no different. Having 
forms for general and specific requests that can be quickly and easily created 
are the sign of a well-developed website. If you don&amp;#39;t have a contact form (or 
two or three), stop what you&amp;#39;re doing and get started with these WP plugins.
&lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/jXWxtP"&gt;Contact Form 7&lt;/a&gt;,
&lt;a href="http://wsm.co/lCrFCS"&gt;Fast Secure Contact Form&lt;/a&gt;,
&lt;a href="http://wsm.co/k2GxxX"&gt;Custom Contact Forms&lt;/a&gt;,
&lt;a href="http://wsm.co/ljOc60"&gt;Formiddable Forms&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Images/Galleries&lt;br /&gt;
&lt;/strong&gt;Photo galleries are excellent ways to increase time on site and build 
loyalty. When blog owners use images as assets (and more broadly, galleries as 
showcases of these image assets) it&amp;#39;s easier to increase exposure for brands and 
increase brand interaction. Let the following plugins support that mission.&lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/ilPfwu"&gt;NextGen Gallery&lt;/a&gt;,
&lt;a href="http://wsm.co/j5tZ6Z"&gt;Page Flip Image Gallery&lt;/a&gt;,
&lt;a href="http://wsm.co/iCG7Bx"&gt;WP Photo Album Plus&lt;/a&gt;,
&lt;a href="http://wsm.co/jZmZTJ"&gt;Flickr Photo Album&lt;/a&gt;,
&lt;a href="http://wsm.co/k2UhLl"&gt;SEO Friendly Images&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Links&lt;br /&gt;
&lt;/strong&gt;The Web is not a &amp;quot;web&amp;quot; at all without links. Maintaining the many links 
that bloggers create on a daily, weekly or monthly basis however can become 
cumbersome - even for the most organized.&amp;nbsp; Automating the maintenance 
proves useful in relation to customer experience and overall SEO efforts.
&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Recommended Plugins:&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;
&lt;a href="http://wsm.co/jQbckH"&gt;SEO Smart Link&lt;/a&gt;,
&lt;a href="http://wsm.co/l32cfW"&gt;Broken Link Checker&lt;/a&gt;,
&lt;a href="http://wsm.co/mdcZ0X"&gt;WP Render Blogroll Links&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Managing Ads&lt;/strong&gt;&lt;br /&gt;
Bloggers can&amp;#39;t make money without selling something - and that includes 
advertising space. Managing advertising creative and placements is often best 
left to technology. Let the following plugins support your quest to towards blog 
profit with these WP plugins for managing ads. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/lPM2jf"&gt;Simple Ads Manager&lt;/a&gt;,
&lt;a href="http://wsm.co/ivpdCh"&gt;WP125&lt;/a&gt;, &lt;a href="http://wsm.co/maXTi1"&gt;
AdRotate&lt;/a&gt;, &lt;a href="http://wsm.co/kxmzxJ"&gt;Ozh&amp;rsquo; Who Sees Ads&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Optimization&lt;br /&gt;
&lt;/strong&gt;Everybody wants a well-optimized Web property and why not - the benefit 
of natural traffic is well documented. &lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Recommended Plugins:&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;
&lt;a href="http://wsm.co/lDh395"&gt;Platinum SEO Pack&lt;/a&gt;,
&lt;a href="http://wsm.co/jbmhxO"&gt;Greg&amp;rsquo;s High Performance SEO&lt;/a&gt;,
&lt;a href="http://wsm.co/jVElEu"&gt;WordPress SEO by Yoast&lt;/a&gt;,
&lt;a href="http://wsm.co/iuvSZA"&gt;SEO Ultimate&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Polls&lt;/strong&gt;&lt;br /&gt;
If there&amp;#39;s one tactic that works to get peoples attention and drive traffic to a 
Web property/weblog, it is the use of polls/surveys. While best suited to those 
with a large, active community, when well promoted polls and surveys are an 
interactive way to get site visitors involved. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/mN2dxw"&gt;SodaHead Polls&lt;/a&gt;,
&lt;a href="http://wsm.co/iZWuvO"&gt;PollDaddy Polls and Ratings&lt;/a&gt;,
&lt;a href="http://wsm.co/kYpzAK"&gt;WP Polls&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Ratings&lt;br /&gt;
&lt;/strong&gt;Search engines are placing greater focus on the presence and quality of 
ratings and reviews. While the introduction of schema.org and the increased 
demand for structured data present blog operators with a measurable opportunity, 
you still need comments, ratings and reviews to work with. Let these WP plugins 
help you begin the process. &lt;strong&gt;&amp;nbsp; &lt;br /&gt;
&lt;/strong&gt;&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/mxKArs"&gt;Comment 
Rating&lt;/a&gt;, &lt;a href="http://wsm.co/j21hXT"&gt;GD Star Rating&lt;/a&gt;,
&lt;a href="http://wsm.co/l9MjRa"&gt;Star Rating for Reviews&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best WordPress Plugins for Social Media&lt;/strong&gt;&lt;br /&gt;
Social media is here to stay (what form it will take in the future is another 
matter). Whether Facebook, Twitter, or one of the myriad smaller niche social 
media destinations, offering users the ability to help you spread/distribute 
message is standard. Not doing anything in the social realm puts you in the 
minority so use the plugins to help users start socializing. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/mUNNon"&gt;Sexy Bookmarks&lt;/a&gt;,
&lt;a href="http://wsm.co/jRnMyq"&gt;Simple Facebook Connect&lt;/a&gt;,
&lt;a href="http://wsm.co/mQD8un"&gt;WP Tweet Button&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Translation&lt;/strong&gt;&lt;br /&gt;
The opportunities to gain new customers (and increase sales) is only possible 
through internationalization. While few sites delve deeper into translation than 
through automated means, something is better than nothing (despite those that&amp;nbsp;
&lt;em&gt;&lt;br /&gt;
Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/mlCF0k"&gt;Global Translator&lt;/a&gt;,
&lt;a href="http://wsm.co/m93PIg"&gt;Google Ajax Translation&lt;/a&gt;,
&lt;a href="http://wsm.co/kZemtM"&gt;Transposh&lt;/a&gt;, &lt;a href="http://wsm.co/kWzrqj"&gt;
qTranslate&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Users (Membership Community)&lt;/strong&gt;&lt;br /&gt;
Successful Web enterprises have one thing in common - loyal, active communities. 
Start a blog with membership/community features available in the first iteration 
and you will be positioned well to keep growing your site, and brand. Consider 
the following WP plugins for your own membership-based Web property. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/iRea3Y"&gt;s2Member&lt;/a&gt;,
&lt;a href="http://wsm.co/lFAs2h"&gt;Mingle&lt;/a&gt;, &lt;a href="http://wsm.co/iQo8H4"&gt;
WP-Members&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for Video&lt;/strong&gt;&lt;br /&gt;
Video is not the next big thing - it is the channel that marketers and consumers 
are most excited about right now. Video can be challenging to implement and even 
more cumbersome to manage so use the following plugins to get started the right 
way. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/lzVTya"&gt;VideoPress&lt;/a&gt;,
&lt;a href="http://wsm.co/j2zTfV"&gt;All-in-One Video Pack&lt;/a&gt;,
&lt;a href="http://wsm.co/lKrAf9"&gt;WordPress Video Plugin&lt;/a&gt;,
&lt;a href="http://wsm.co/l42r9m"&gt;Stream Video Player&lt;/a&gt;,
&lt;a href="http://wsm.co/leFnJ8"&gt;MediaElement.js&lt;/a&gt;,
&lt;a href="http://wsm.co/mhMbEU"&gt;Embedded Video&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Best Wordpress Plugins for WordPress Health&lt;br /&gt;
&lt;/strong&gt;Thanks to the sheer number of WP deployments, it has become a very 
visible target for spammers. The health of your Wordpress installation is 
vitally important, so important in fact that Google has even begun sending 
warnings to those WP sites that may have security vulnerabilities. Stay healthy 
with these two essential plugins. &lt;br /&gt;
&lt;em&gt;Recommended Plugins:&lt;/em&gt; &lt;a href="http://wsm.co/lBvYhn"&gt;WP Security Scan&lt;/a&gt;,
&lt;a href="http://wsm.co/lKulO0"&gt;Akismet&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=16947" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wp+plugins/default.aspx">wp plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/week26-2011/default.aspx">week26-2011</category></item><item><title>More WordPress Plugins for Affiliates</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/05/25/more-wordpress-plugins-for-affiliates.aspx</link><pubDate>Wed, 25 May 2011 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:16796</guid><dc:creator>Linc Wonham</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=16796</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/05/25/more-wordpress-plugins-for-affiliates.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/wmicon-mini.jpg" style="float:left;margin:10px;" height="73" width="73" alt="" /&gt;About six months ago we published a popular list of WordPress plugins for affiliates. While we stand by that list and urge you to &lt;a target="_self" href="http://www.websitemagazine.com/content/blogs/posts/archive/2010/12/08/10-must-have-wordpress-plugins-for-affiliates.aspx"&gt;take a look&lt;/a&gt;, six months is a long time in the digital world.&lt;i&gt; &lt;/i&gt;Below is a new 2011 list of WordPress plugins for affiliate marketers and other Web professionals:&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/google-sitemap-generator/"&gt;&lt;b&gt;Google XML Sitemaps&lt;/b&gt;&lt;/a&gt; &lt;br /&gt;Will automatically create a special XML sitemap of your website to help the search engines better index your content. This plugin also automatically notifies the search engines whenever new content is posted to the site.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/wp-super-cache/"&gt;&lt;b&gt;WP Super Cache &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Creates static html files from your WordPress blog, ensuring faster-loading Web pages that will result in better search engine results and lower bounce rates. The approximately 1 percent of users who do not see static files will also benefit by seeing different cached files -- which are still better than uncached files.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpressanalyticsplugin.com/34/click-knowledge-is-power/"&gt;&lt;b&gt;ClickTrackZilla&lt;/b&gt;&lt;/a&gt; &lt;br /&gt;This WordPress Analytics plugin offers extensive conversion tracking for affiliate sales including what site and page a hit originated from; which search engine found your site; what keywords were used, the landing page visitors entered from and much more. Tracking is currently available for ShareASale and ClickBank, but more networks are expected to join in the near future.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/feedburner-plugin/"&gt;&lt;b&gt;FD Feedburner Plugin &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Automatically redirects the main feed to Feedburner.com without the need to modify templates, set up new hidden feeds, modify .htaccess files or asking users to migrate to a new feed. There is an option to also redirect the comments feed, and all existing feeds become Feedburner feeds transparently for all users.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/headspace2/"&gt;&lt;b&gt;HeadSpace2 SEO &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Fast becoming considered the best WordPress SEO solution, this all-in-one meta-data manager has dozens of features and provides an import function for numerous other SEO plugins including the All in One SEO Pack from last year&amp;#39;s list.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/digg-digg/"&gt;&lt;b&gt;Digg Digg &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Don&amp;rsquo;t be misled by the name as Digg has certainly seen better days. However, this all-in-one social buttons plugin provides display counts not only for Digg but also for Facebook, Twitter, LinkedIn, Reddit, StumbleUpon, TweetMeme, Topsy and many more.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/askapache-password-protect/"&gt;&lt;b&gt;AskApache Password Protect &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Uses fast and proven built-in features that add multiple layers of security to your site. Affiliates can set up password protection using basic authentication or the more secure digest authentication, building a virtual wall to stop attacks and also block spam.&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://wordpress.org/extend/plugins/login-lockdown/"&gt;&lt;b&gt;Login LockDown &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Another security precaution, this plugin limits the number of login attempts from a given IP range within a certain amount of time. It defaults to a one-hour lockout of an IP after three failed login attempts within five minutes, but the times can be modified through the Options panel.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=16796" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/affiliates/default.aspx">affiliates</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/week22-2011/default.aspx">week22-2011</category></item><item><title>WordPress Wednesday - WP Customer Reviews</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/05/11/wordpress-wednesday-wp-customer-reviews.aspx</link><pubDate>Wed, 11 May 2011 21:35:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:16705</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=16705</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/05/11/wordpress-wednesday-wp-customer-reviews.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wp-mini.gif" width="73" height="73" alt="" /&gt;Product and customer reviews are vital to the success of many Web-based businesses today. If you&amp;#39;re using the WordPress platform, capitalizing on the value that review content provides is much simpler thanks to the &lt;strong&gt;&lt;a href="http://wsm.co/iKPSby" target="_blank"&gt;WP Customer Review plugin&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The plugin allows customers and website visitors to leave reviews and/or testimonials of your services. The reviews are displayed to visitors in a friendly format, but where the plugin really shines is its ability to show the content to search engines in the hReview microformat. Since there are sites actively crawling for user-generated reviews on the Web now (including Google Places and Google Local Search) using the plugin might be something to look into.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The plugin is WP Multisite and Multiuser (WPMU / WPMS / WordPress MU) compatible and submissions can be moderated giving WP admins the ability to control which reviews are shown. The plugin is compatible up to version 3.1.2. The WP Customer Reviews plugin has been downloaded over 10,000 times since launch.&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=16705" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wp+customer+reviews/default.aspx">wp customer reviews</category></item><item><title>ShareThis Social Tool Gets Big Update</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/03/01/sharethis-social-tool-gets-big-update.aspx</link><pubDate>Tue, 01 Mar 2011 14:59:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:16202</guid><dc:creator>Mike Phillips</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=16202</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/03/01/sharethis-social-tool-gets-big-update.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/sharethismini.jpg" style="float:left;margin:10px;" width="75" height="75" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;ShareThis, the popular social sharing widget, has released an update that is currently in beta. The biggest upgrade is the ability for users to share a page&amp;#39;s content to more than one destination simultaneously. With a single click, users can share your content via email, Facebook, Twitter, Stumbleupon, Tumblr, LinkedIn and more. This added convenience for the user could be significant - anything that makes content sharing easier should also be on publishers&amp;#39; radars.&lt;br /&gt;&lt;br /&gt;Also included in the update is the ability for users to share content without ever leaving your website and the incorporation of custom themes and colors. In the works are updated plugins for Wordpress, Blogger and Typepad. ShareThis claims nearly one million websites use the tool. &lt;br /&gt;&lt;br /&gt;You can see an example of the new widget functionality below, and vist the &lt;a href="http://sharethis.com/publishers/new-share-widget"&gt;ShareThis website&lt;/a&gt; for more details and to test it out.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://websitemagazine.com/images/blog/sharethisupdate.jpg" width="419" height="281" alt="" /&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=16202" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/widgets/default.aspx">widgets</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/facebook/default.aspx">facebook</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/stumbleupon/default.aspx">stumbleupon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/typepad/default.aspx">typepad</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/linkedin/default.aspx">linkedin</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/twitter/default.aspx">twitter</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/tumblr/default.aspx">tumblr</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/blogger/default.aspx">blogger</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/sharethis/default.aspx">sharethis</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/social+sharing+tools/default.aspx">social sharing tools</category></item><item><title> 38 Popular WordPress Plugins by Download Metrics</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/01/20/38-popular-wordpress-plugins-by-download-metrics.aspx</link><pubDate>Thu, 20 Jan 2011 17:40:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:15885</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=15885</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/01/20/38-popular-wordpress-plugins-by-download-metrics.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wp-mini.gif" width="73" height="73" alt="" /&gt;If you&amp;#39;re using WordPress as the platform for your website it is wise to&amp;nbsp;routinely&amp;nbsp;check out (and perhaps test) some of the newly released plugins to make sure you&amp;#39;re not missing out on the latest and greatest.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But what if you are more interested in plugins (and their associated functionality of course) that are more proven or established? That is not always easy to ascertain however. Perhaps an appropriate unit of measurement to determine this is through the number of downloads. &lt;/p&gt;
&lt;p&gt;Below you will find 38 WordPress plugins we discovered while conducting a few searches during a routine visit to WordPress. You will likely be familiar with many of these but even I, someone working with WP for many years, have not used them all. These WP plugins are definitely worth your time to download and install if only for the novelty of being able to say, &amp;quot;Yeah, I&amp;#39;ve used that.&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All in One SEO Pack - 6.9 Million&lt;/p&gt;
&lt;p&gt;Akismet - 5.8 Million&lt;/p&gt;
&lt;p&gt;Google XML Sitemaps - 4.8 Million&lt;/p&gt;
&lt;p&gt;Contact Form 7 - 3.1 Million&lt;/p&gt;
&lt;p&gt;NextGEN Gallyer - 2.7 Million&lt;/p&gt;
&lt;p&gt;WordPress Stats - 2.2 Million&lt;/p&gt;
&lt;p&gt;WP Super Cache - 1.9 Million&lt;/p&gt;
&lt;p&gt;WPtouch - 1.5 Million&lt;/p&gt;
&lt;p&gt;AddToAny (share/bookmark) - 1.4 Million&lt;/p&gt;
&lt;p&gt;Google Analytics for WordPress - 1.4 Million&lt;/p&gt;
&lt;p&gt;WP-Page Navi - 1.2 Million&lt;/p&gt;
&lt;p&gt;Google Analyticator - 1.1 Million&lt;/p&gt;
&lt;p&gt;Sociable - 1.1 Million&lt;/p&gt;
&lt;p&gt;Fast Secure Contact Form - 948K&lt;/p&gt;
&lt;p&gt;WP e-Commerce - 912K&lt;/p&gt;
&lt;p&gt;Twitter Tools - 759K&lt;/p&gt;
&lt;p&gt;Yet Another Related Posts Plugin - 751K&lt;/p&gt;
&lt;p&gt;Smart YouTube - 682K&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Viper&amp;#39;s Video Quicktags - 643K&lt;/p&gt;
&lt;p&gt;Simple Tags - 623K&lt;/p&gt;
&lt;p&gt;GD Star Rating - 619K&lt;/p&gt;
&lt;p&gt;WP-Polls - 611K&lt;/p&gt;
&lt;p&gt;Broken Link Checker - 598K&lt;/p&gt;
&lt;p&gt;WP-Cumulus - 586K&lt;/p&gt;
&lt;p&gt;TinyMCE Advanced - 573K&lt;/p&gt;
&lt;p&gt;ourStats Widget - 517K&lt;/p&gt;
&lt;p&gt;ShareThis - 517K&lt;/p&gt;
&lt;p&gt;Redirection - 499K&lt;/p&gt;
&lt;p&gt;Lightbox 2 - 496K&lt;/p&gt;
&lt;p&gt;TweetMeme Button - 485K&lt;/p&gt;
&lt;p&gt;Platinum SEO Pack - 467&lt;/p&gt;
&lt;p&gt;podPress - 452K&lt;/p&gt;
&lt;p&gt;BuddyPress - 446K&lt;/p&gt;
&lt;p&gt;Subscribe2 - 425K&lt;/p&gt;
&lt;p&gt;Ozh&amp;#39; Admin Drop Down Menu - 404K&lt;/p&gt;
&lt;p&gt;WP-PostRatings - 398K&lt;/p&gt;
&lt;p&gt;HeadSpace2 SEO - 372K&lt;/p&gt;
&lt;p&gt;WP-DBManager - 318K&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=15885" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/popular+plugins/default.aspx">popular plugins</category></item></channel></rss>