<?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 : wordpress plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx</link><description>Tags: wordpress 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>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>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>WordPress Wednesday: Top 10 E-Commerce Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/15/wordpress-wednesday-top-10-e-commerce-plugins.aspx</link><pubDate>Wed, 15 Aug 2012 22:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20771</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=20771</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/15/wordpress-wednesday-top-10-e-commerce-plugins.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;So you want to run your own e-commerce website, but you also want access to the convenience and simplicity of the WordPress platform? Never fear, because there&amp;rsquo;s a plugin for that.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Well, actually, there are a lot of plugins for that, but here are 10 of the best WordPress e-commerce plugins to help you get started making your fortune selling junk online in no time at all.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://getshopped.org/" target="_blank"&gt;WP E-Commerce&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Probably because of its easy-to-search-for name, WP E-Commerce is among the most popular e-commerce shopping cart plugins for WordPress. Although, I&amp;rsquo;m sure it doesn&amp;rsquo;t hurt that it&amp;rsquo;s simple to install and works with any WordPress theme. Users can customize the shopping experience for their customers with product widgets, free shipping options and quantity discounts. The plugin even offers search engine-friendly URLs and a feature that allows for product-specific sales.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/ecwid-shopping-cart/" target="_blank"&gt;Ecwid&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;This free, robust shopping cart plugin (a portmanteau of &amp;ldquo;e-commerce&amp;rdquo; and &amp;ldquo;widget&amp;rdquo;) is easy to install and maintain and is totally customizable, so users can adjust the appearance to match the look and feel of their sites. Ecwid also comes with seamless upgrades, meaning you don&amp;rsquo;t have to wait around or update it every time new features are added; they&amp;rsquo;ll just show up one day.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/cart66-lite/" target="_blank"&gt;Cart66 Lite&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Despite its &amp;ldquo;lite&amp;rdquo; modifier, Cart66 is still a very powerful e-commerce plugin. It comes with multiple shipping and currency options for transacting international business, custom product fields and inventory tracking. However, the coolest thing about Cart66 is its Amazon S3 integration, which allows users to sell digital products in addition to traditional physical products.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://www.woothemes.com/woocommerce/" target="_blank"&gt;WooCommerce&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;This plugin from WordPress theme publisher &lt;a href="http://www.woothemes.com/" target="_blank"&gt;WooThemes&lt;/a&gt; includes local and international delivery options, extensions for creating personalized products, Google Product Feed, inventory management, thorough shipping and tax options, marketing tools and reporting features. Moreover, it focuses on a clean, beautiful design to compound its robust functionality with startling elegance.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/wp-auctions/" target="_blank"&gt;WP Auctions&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Arguably the best auction plugin for WordPress, WP Auctions comes with three different bidding engines, as well as features for registered only users and reserved prices. Users can use their WordPress blog or website to host auctions (as many as they&amp;rsquo;d like) and sell anything without any fees. It&amp;rsquo;s incredibly easy for users to edit, end or delete their auctions. You can even use PayPal to accept payments. And speaking of PayPal&amp;hellip;&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://codecanyon.net/item/paypal-payment-terminal-wordpress/166082?ref=DynamicWP&amp;amp;ref=DynamicWP&amp;amp;clickthrough_id=76522475&amp;amp;redirect_back=true" target="_blank"&gt;PayPal Payment Terminal WordPress&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;In less than five minutes, users can start accepting PayPal payments on their WordPress-based e-commerce site with this plugin. Then, they can view all of their transactions and sort their transaction list as needed. It will even send the purchaser and merchant automatic notifications during the purchasing process. This particular premium WordPress plugin costs $12.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/wordpress-simple-paypal-shopping-cart/" target="_blank"&gt;WordPress Simple PayPal Shopping Cart&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;However, if you don&amp;rsquo;t want to pay for PayPal functionality, then maybe you should consider this plugin. It allows users to put an &amp;ldquo;Add to Cart&amp;rdquo; button and display the shopping cart on any of their blog posts or site pages. This will show customers what items they currently have in their carts (and remove it, if they want). Users will get access to the PayPal sandbox to do testing, as well.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/eshop/" target="_blank"&gt;eShop&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;This free full service shopping cart option provides a simple administration area that makes it super easy to add products, review products and check site statistics. It&amp;rsquo;s also highly customizable, so you can definitely make it reflect the tone of your brand. Mostly, this solution is ideal if you want customers to create a profile to make purchases on your site.&lt;/p&gt;
&lt;h4&gt;&lt;a href="http://wordpress.org/extend/plugins/yak-for-wordpress/" target="_blank"&gt;YAK for WordPress&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Merchants can use this open source shopping cart plugin to create products from pages or blog posts, so that the post ID becomes the product code. YAK handles different kinds of products through categorization, and includes a basic XML feed. It also offers a variety of customizable purchasing options, including checks or deposits, credit cards, Google Checkout, PayPal and PayPal Payments Pro and Authorize.net, as well as a configurable shipping address feature.&lt;/p&gt;
&lt;h4&gt;&lt;a href="https://shopplugin.net/" target="_blank"&gt;Shopp&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;Shopp is an excellent, albeit somewhat pricey (starting at $55), premium e-commerce shopping cart plugin for WordPress. Easy to install and begin using, Shopp provides a clean user interface with strong customer support, including a user forum on its official site. After buying the initial single license for the software, users can build upon the Shopp platform by purchasing additional plugins like payment gateways, shipping modules and priority customer support.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=20771" 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/wordpress+plugins/default.aspx">wordpress plugins</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-ecommerce/default.aspx">wm-ecommerce</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/e-commerce+plugins/default.aspx">e-commerce plugins</category></item><item><title>Take Your WordPress Site Mobile</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/08/wordpress-wednesday-take-your-wordpress-site-mobile.aspx</link><pubDate>Wed, 08 Aug 2012 20:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20628</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=20628</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/08/wordpress-wednesday-take-your-wordpress-site-mobile.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Much of the appeal of the WordPress platform is that it makes it easy to create an affordable, functional, and often feature-rich website without requiring extensive knowledge of the &amp;ldquo;nuts and bolts&amp;rdquo; of website development.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;So when it suddenly became important to have a mobile-optimized website to stay competitive, many business owners or bloggers who aren&amp;rsquo;t necessarily experts in the field probably felt a pang of dread. However were they supposed to create another version of their sites that could work on an array of mobile devices?&lt;br /&gt;&lt;br /&gt;Over time, a natural demand for easy-to-use mobile Web design solutions led to the creation of platforms like &lt;a target="_blank" href="http://www.dudamobile.com/"&gt;DudaMobile&lt;/a&gt;, which helps webmasters quickly and efficiently build a customized version of their websites that is optimized for most mobile devices. When DudaMobile noticed that a significant percentage of its customers were working with WordPress-powered websites, it seemed like a natural decision to streamline the optimization process by creating the &lt;a target="_blank" href="http://wordpress.org/extend/plugins/mobile-website-builder-for-wordpress-by-dudamobile/"&gt;DudaMobile WordPress plugin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Released just last month, the new DudaMobile plugin saves WordPress users a significant amount of time and effort. It also makes it easy to optimize WordPress blogs with unique mobile-friendly templates, in addition to a number of useful add-ons and features for business websites that help them leverage the power of the mobile Web sooner, rather than later.&lt;br /&gt;&lt;br /&gt;The plugin is easy to install and activate, and after that, it&amp;rsquo;s just one click to get started. DudaMobile will automatically render an &amp;ldquo;initial version&amp;rdquo; of a user&amp;rsquo;s mobile site and provides previews of what it will look like on the four major mobile operating systems (Android, iOS, Blackberry, and Windows Phones). These previews can always be accessed during the optimization process to allow users to examine their changes as they make them.&lt;/p&gt;
&lt;p&gt;Once the initial version is rendered, users can customize their mobile site in just four steps. The first is to choose a theme. When the site is first created, it uses the original template employed by the site, but for the mobile version, users are able to select a brand new website or blog theme.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/Website%20-%20templates%20(2).png" style="vertical-align:middle;margin:10px;" height="350" width="775" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;The second step is the most involved and deals with the majority of the editing and customization. Users are able to totally customize the site&amp;rsquo;s header and logo, navigation menu, background and text, and footer, as well as add a home icon or remove content. (The options are slightly different for blogs, allowing for customization of the header and logo, home page, blog posts, comments, and the footer.) Perhaps the most important aspect, however, is the ability to add widgets, which greatly increase the functionality of the mobile sites.&lt;br /&gt;&lt;br /&gt;This additional content is split into three categories for Business, Design, and Social features, including the ability to insert images or a photo gallery, a mobile map, a restaurant menu, PayPal functionality, a click-to-call option, and much more. However, it is important to note that many of these features are only available with a premium mobile site (more on that in a second).&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.websitemagazine.com/images/blog/Website%20-%20edits%20(2).png" style="vertical-align:middle;margin:10px;" height="350" width="775" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;After the site is customized, the third step is to take it live. Here, users can choose between the free basic plan and the premium plan, which costs nine dollars a month. The premium plan provides a wider range of features than the basic option, including Google AdSense integration that lets users to monetize their mobile sites. Premium sites also get a unique &amp;ldquo;m.&amp;rdquo; mobile URL, while the basic users receive a standard DudaMobile mobile URL.&lt;br /&gt;&lt;br /&gt;When the mobile site is live, all that is left to do is redirect the URL so that the mobile optimized site is loaded in mobile browsers. This is literally as simple as clicking &amp;ldquo;YES&amp;rdquo; to confirm the mobile site URL at the end of the process.&lt;br /&gt;&lt;br /&gt;As you can see, with the new DudaMobile plugin, it&amp;rsquo;s cheap and easy to take your WordPress website or blog mobile. In just a few quick steps, you can begin leveraging the power of the mobile Web, and you can always go back and edit, customize, or add features to your mobile site as needed, which is especially helpful since DudaMobile will be adding new capabilities to the plugin every three weeks.&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=20628" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/mobile/default.aspx">mobile</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/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/mobile+development/default.aspx">mobile development</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/DudaMobile/default.aspx">DudaMobile</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/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-mobile/default.aspx">wm-mobile</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category></item><item><title>WordPress Wednesday: Facebook for WordPress Plugin</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/20/wordpress-wednesday-facebook-for-wordpress-plugin.aspx</link><pubDate>Wed, 20 Jun 2012 17:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:19982</guid><dc:creator>Michael Garrity</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=19982</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/20/wordpress-wednesday-facebook-for-wordpress-plugin.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img width="75" height="75" style="float:left;margin:10px;" src="http://www.websitemagazine.com/images/blog/facepress.jpg" alt="" /&gt;&lt;strong&gt;Facebook is
undoubtedly the driving force behind the rise of the social Web, and the social
network is increasingly becoming a vital component of &amp;lsquo;Net success for online
retailers, content publishers and pretty much anyone else working on the Web.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;For many, this means finding ways to integrate Facebook
functionality directly into their website(s). A recent Pingdom survey of the world&amp;rsquo;s top 10,000 websites reveals
that nearly a quarter of them (24.3 percent) feature some type of &lt;i&gt;official&lt;/i&gt; Facebook integration on their
homepage, and when one considers &amp;ldquo;regular&amp;rdquo; links to Facebook, the number shoots
up to 49.3 percent. This integration can be anything from widgets to social
plugins.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Now, WordPress website owners can harness the power of
Facebook by adding the officially sanctioned &lt;a href="http://wordpress.org/extend/plugins/facebook/" target="_blank"&gt;Facebook for WordPress&lt;/a&gt; plugin to their site,
with no coding knowledge required. In addition to offering a range of Facebook
functionality, the plugin also supports internationalization and
mobile sites, and is WordPress.com VIP approved.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Whenever one publishes a new page or post on their WordPress
site, they will have a number of options for distributing it directly to
Facebook. This includes the ability to mention specific friends or pages on the
social network, as well as add a message that will be posted with the content.
Then, once it is published, the content will appear on the friends and pages&amp;rsquo;
Timelines, and the mentions will also show up in the post on the WordPress
site.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Author&amp;rsquo;s can alter the plugin&amp;rsquo;s settings so that the post shows up
on their Timeline as an Open Graph action, the Timeline of any friend or page
mentioned as part of the post and any Facebook page the author chooses that
automatically publishes the WordPress site&amp;rsquo;s content once it is live.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Facebook for WordPress also offers users a variety of social plugins that they
can easily enable on posts and pages. This includes Like, Send and Subscribe
buttons, comments with SEO support (meaning they can be indexed by search
engines) and a Recommendations Bar that lets users start getting recommendations,
&amp;ldquo;Like&amp;rdquo; content and add what they&amp;rsquo;re currently reading to Timeline.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Finally, the plugin features a number of WordPress Widgets
with drag-and-drop functionality that allows users to include social
features like recommendations, recent activity and Like, Send and Subscribe
buttons in their sites&amp;rsquo; sidebars.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://developers.facebook.com/wordpress/" target="_blank"&gt;Click here&lt;/a&gt; for instructions from Facebook Developers on how
to install Facebook for WordPress to your site. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=19982" width="1" height="1"&gt;</description><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/social+media/default.aspx">social media</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/wordpress+plugins/default.aspx">wordpress plugins</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/facbeook+plugin/default.aspx">facbeook plugin</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/week252012/default.aspx">week252012</category></item><item><title>WordPress Wednesday: 10 Plugins You Can’t Live Without</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/04/25/wordpress-wednesday-10-plugins-you-can-t-live-without.aspx</link><pubDate>Wed, 25 Apr 2012 15:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:19605</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=19605</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/04/25/wordpress-wednesday-10-plugins-you-can-t-live-without.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="73" width="73" alt="" /&gt;&lt;b&gt;WordPress is an incredibly powerful online publishing tool. Much of its efficacy comes from a user-friendly interface and great design flexibility that allows users to configure and customize their sites in almost any way they desire.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In addition to all of the ways that a WordPress site can be personalized, however, it is really the numerous plugins that can be added for extra functionality that may be the driving force behind this publishing platform.&lt;/p&gt;
&lt;p&gt;When it comes to content marketing, there are more than a few plugins that you simply cannot live without. Here are 10 selections that should always deserve consideration:&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.gravityforms.com/"&gt;&lt;b&gt;Gravity Forms &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This plugin is a highly intuitive, easy-to-use way to create custom forms for your website. From simple contact forms to complex product customization and ordering, Gravity Forms have you covered. Just select your fields, configure your options and embed the form in your site and you&amp;rsquo;re ready to go.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" 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;This innocuous little plugin is incredibly valuable. Once it is installed, it generates a complete XML sitemap for your blog, allowing search engines to more easily and thoroughly index your site. This allows all search engines to have a more complete view of your site and more easily retrieve its content. The plugin also notifies the search engines when new content is added, ensuring that your content appears in search results more quickly and accurately.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/revision-control/"&gt;&lt;b&gt;Revision Control &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Thus plugin adds some extra functionality to the revision protocols already in place within WordPress. For each page and post, you can control exactly how many revisions are saved, via enabling, disabling and limiting controls. It also allows you to delete specific saved revisions. Simple, but powerful.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://scribeseo.com/"&gt;&lt;b&gt;Scribe SEO &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This incredibly well-designed and easily integrated plugin allows you to more easily create high-quality content for your site that adheres to the highest standard of SEO. Based on the content that you provide, this plugin suggests the best keywords and tweaks to enhance its SEO efficacy, helping you develop link relationships with other influential sites and social media sources.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.riyaz.net/social-metrics/"&gt;&lt;b&gt;Social Metrics &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This free plugin allows you to monitor social media traffic on your site. Once it is installed, the plugin allows you to see how many times your content has been shared across various social media outlets, including Facebook, Twitter, Google + and LinkedIn. You are able to see how your content is shared, and share your content more effectively right from the Social Metrics dashboard.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/"&gt;&lt;b&gt;W3 Total Cache &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;Used and trusted by many heavily trafficked sites, this plugin increases your website&amp;rsquo;s performance. It more completely caches your site, ensuring that your theme loads faster, the server performs more effectively, and your Google Page Speed is vastly improved.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://pluginbuddy.com/purchase/backupbuddy/"&gt;&lt;b&gt;Backup Buddy &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This great plugin allows you to completely back up your Wordpress site, including all customizations, themes and plugins, as well as your content. Once safely stored in a location of your choosing, restoring your site to the most recent save is a breeze. It also allows for incredibly easy migration of your site. Setting regular, automated backups means you don&amp;rsquo;t even have to remember saving your site at regular intervals to keep your backup up to date.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wp-optimize/"&gt;&lt;b&gt;WP-Optimize &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;A simple and effective database-optimization tool. This plugin allows you to easily remove spam comments, post revisions and other bits of unnecessary data. It also comes in a variety of languages, which is a plus.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://yoast.com/wordpress/breadcrumbs/"&gt;&lt;b&gt;Yoast Breadcrumbs &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This clever plugin allows you to add SEO breadcrumbs to your themes. Breadcrumbs allow your readers to navigate more easily between pages, categories and posts on your site. In addition to easier navigation, breadcrumbs also make the structure of your site more transparent for readers.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://yoast.com/wordpress/seo/"&gt;&lt;b&gt;Yoast SEO &lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This powerful plugin may be the most complete SEO package available for WordPress users. Functions include XML sitemaps, content analysis, meta descriptions and a whole host of other, fully customizable options. If you need more, there are also several add-on modules available.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;About the author:&lt;/b&gt; &lt;i&gt;Matt Goulart is the founder of and lead consultant at Webstar Content, and can be reached at Matt@webstartcontent.com.&lt;/i&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=19605" 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/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/matt+goulart/default.aspx">matt goulart</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/week172012/default.aspx">week172012</category></item><item><title>3 Pinterest Plugins for WordPress</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/02/22/3-pinterest-plugins-for-wordpress.aspx</link><pubDate>Wed, 22 Feb 2012 21:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:19029</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=19029</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/02/22/3-pinterest-plugins-for-wordpress.aspx#comments</comments><description>&lt;hr /&gt;
&lt;h3&gt;&lt;img width="100" height="100" src="http://www.websitemagazine.com/images/blog/pinterest-mini.png" style="float:left;margin:10px;" alt="" /&gt;Try and control your excitement, readers: It&amp;rsquo;s another edition of WordPress Wednesday at &lt;i&gt;Website Magazine&lt;/i&gt;! Today we&amp;rsquo;re bringing you several interesting plugins that can be used right now to integrate Pinterest into a WordPress installation. &lt;/h3&gt;
&lt;p&gt;The popularity of the social pinboard site is exploding, reaching 10 million monthly unique visitors faster than any standalone site ever. Marketers across the Web are looking for practical ways to drive more traffic to their pins and, in turn, back to their Web properties. 
&lt;br /&gt;&lt;br /&gt;
Until the Pinterest API arrives (no specific date has been set), &lt;i&gt;WM&lt;/i&gt; has selected three of the best plugins available to help make this a reality. If you&amp;rsquo;re using a Pinterest-related plugin that we have not covered here, just let us know by sharing your comments below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/pinterest-pin-it-button/"&gt;Pinterst &amp;ldquo;Pin It&amp;rdquo; Button&lt;/a&gt;:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;This plugin adds a &amp;ldquo;Pin It&amp;rdquo; button to posts and pages that will allow readers to easily pin your content at Pinterest. WordPress sites can indicate what types of pages the button should appear on and where (above or below content, for example). Several styling options are available and implementation is as simple as pasting a shortcode. The plugin has approximately 13,700 downloads at the time of this writing.&lt;/p&gt;
&lt;p&gt;&lt;img width="511" height="160" src="http://www.websitemagazine.com/images/blog/pinterestplugins1.png" style="margin:10px;" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/pinterest-rss-widget/"&gt;Pinterest RSS Widget&lt;/a&gt;:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;A plugin that allows WordPress blogs to place a widget within their sidebars that fetches recent contents of a Pinterest user&amp;#39;s RSS feed, displaying corresponding thumbnail images. Some customization is available; bloggers can choose whether to show a description below the image, set the height and width of the thumbails, and elect to show different sizes of a &amp;ldquo;Follow Me on Pinterest&amp;rdquo; button. The plugin has approximately 3,400 downloads at the time of this writing.&lt;/p&gt;
&lt;p&gt;&lt;img width="511" height="161" src="http://www.websitemagazine.com/images/blog/pinterestplugins2.png" style="margin:10px;" alt="" /&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/pretty-pinterest-pins/"&gt;
Pretty Pinterest Pins&lt;/a&gt;:&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;This plugin definitely lives up to its tagline &amp;ndash; Show off your pins in style. The plugin, which has just 1,800 downloads at the time of this writing, gives WordPress blogs a fully customizable way to display thumbnails and links from Pinterest. The widget lets WP bloggers pull the latest pins from any Pinterest user, choose the number of pins to display, and select whether to show or hide image captions. The plugin also includes a &amp;ldquo;Follow me on Pinterest&amp;rdquo; button.&lt;/p&gt;
&lt;p&gt;&lt;img width="510" height="163" src="http://www.websitemagazine.com/images/blog/pinterestplugins3.png" style="margin:10px;" 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=19029" 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/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/pinterest/default.aspx">pinterest</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/pinterest+plugins/default.aspx">pinterest plugins</category></item><item><title>WordPress Wednesday: Top 3 Analytics Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/25/top-3-analytics-plugins-for-wordpress.aspx</link><pubDate>Thu, 25 Aug 2011 00:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17373</guid><dc:creator>Michael Garrity</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=17373</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/25/top-3-analytics-plugins-for-wordpress.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;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Behind every good business website is an even better analytics program. For WordPress users, however, that means going out and finding a plugin that will match their analytic needs.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;WordPress offers very little in the way of site analytics from the core for a site&amp;#39;s administrators, and so trying to figure out exactly how well your site is doing, the kind of measurements that are crucial to conducting a business online, can be really rough and incomplete using WordPress&amp;#39; built-in analytics. The need for such a tool has inspired the existence of a number of different plugins specifically designed to study the efficiency of your WordPress site.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Below are three of the most popular WordPress analytics plugins:&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/googleanalytics/"&gt;Google Analytics&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Google Analytics 
is a classic, time-tested plugin that is both manageable for 
beginners and useful for experienced users. It is critical in affiliate 
marketing to have analytics on your website, as there is so much 
invaluable information to be gained to help you study and understand the
 effectivness of your campaigns. What is great about this plugin is that
 it adds Google Analytics JavaScript to every page for you 
automatically, meaning you won&amp;#39;t have to worry about editing your theme.
 It&amp;#39;s easy to set up, updates automatically and lets site owners track 
outgoing, mailto and download links, which makes it great for tracking 
clickthrough rates. Its simple configuration screen is enough for most 
users, but there is a ton of customizing and tweaking that can be done 
in the advanced settings, as well.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://arpitshah.com/plugins/all-in-one-webmaster/"&gt;&lt;b&gt;All in One Webmaster&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;This great plugin is helpful because it can integrate Google Webmaster Tool, Yahoo Site Explorer and Bing Webmaster Central into your website or blog. This gives you really great access to information from the revered GYB Triumverite. You can also include a single-click sitemap to Google, Bing, Ask and Yahoo, add tracking codes from Google, Clicky and 103Bees analytics and add Meta Tags for Google, Yahoo, Bing, Alexa and BlogCatalog. In short, it&amp;#39;s a fabulous tool for integrating all three major search engines, and quite a few of the &amp;quot;lesser&amp;quot; engines, and get a really comprehensive look at your sites stats. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/stats/"&gt;WordPress Stats&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Super simple plugin here that collects information about page views, popular articles and/or pages and traffic flow. All of the real necessities of site analysis. It will also give you a link to a dashboard so that you can see all of the stats on a single page. This is a very barebones, to-the-point analytics tool, but isn&amp;#39;t that really all that most website owners need? If you&amp;#39;re not looking for a tool with a ton of features that you can easily install and use to get the most essential of information, WordPress Stats is highly recommended.&lt;/p&gt;
&lt;p&gt;For more information about WordPress plugins, check out &lt;b&gt;&lt;a target="_blank"&gt;WordPress Plugins from A to Z&lt;/a&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=17373" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/analytics/default.aspx">analytics</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/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/analysis/default.aspx">analysis</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/analytics+plugins/default.aspx">analytics plugins</category></item><item><title>WordPress Wednesday: Top 4 Video Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-4-video-plugins-for-wordpress.aspx</link><pubDate>Wed, 24 Aug 2011 21:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17372</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=17372</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-4-video-plugins-for-wordpress.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;&lt;b&gt;Do you have a really great advertisement or video that you just went through all the work of filming, editing and preparing to go online only to realize that you don&amp;#39;t have a way to put it up on your WordPress site? &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Video plugins are the easiest way to host your own original content on your website. Whether it&amp;#39;s a high-dollar, CGI mini-masterpiece or a 20-second product video, you can easily publish it to the Web using one of the many plugins available.&lt;/p&gt;
&lt;p&gt;However, WordPress does not have a video player already built-in to its system, so if you want to host it you&amp;#39;re going to have to find a plugin that will host your video. There are plenty available and most of them can integrate easily into some of the top video-hosting sites on the Internet, most notably YouTube and Google Videos.&lt;/p&gt;
&lt;p&gt;These plugins range in price, size, simplicity and customization, so if you want to add a player that actually matches the neo-noir theme of your Bogart fansite, you should make sure that your plugin has customization options.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Here is a list of four of the most popular:&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/all-in-one-video-pack/"&gt;All in One Video Pack&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Here&amp;#39;s a deal! For free (up to
 10 GB), the All in One Video Pack plugin includes all of the video and 
rich-media functionality needed to record, upload and import videos to 
your pages, as well as edit and remix content online, enable video 
responses and more. You can also manage and track interactive videos 
through the management console, enable video advertising and are given 
complete administrative capabilities, meaning you are in charge of 
deciding who can add and edit videos. The plugin supoorts over 150 
video, audio and image file formats and codecs and owners can choose 
their preferred video player style for each player embedded, as well as 
its size. And on top of it all, it&amp;#39;s totally easy to install and use. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/smart-youtube/"&gt;Smart YouTube&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;YouTube is, far and away, the most widely used video platform on the Internet. With millions upon millions of users, it would almost be silly &lt;i&gt;not &lt;/i&gt;to have your videos on YouTube, and this plugin is a great way to get those videos onto your site, as well. It&amp;#39;s a simple tool that is designed to be fast and small and provides customization options for colors, borders, full screens and so on. You don&amp;#39;t have to stop at just one video, either, because Smart YouTube allows you to publish whole playlists. They can go on your RSS feed, your blog posts or your site&amp;#39;s comments section. It&amp;#39;s a super great plugin for people who want to utilize the simplicity (and millions of users) of YouTube without having to establish another method of embedding their videos on their sites.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/embedded-video-with-link/"&gt;Embedded Video&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This is quite possibly the most popular and well-reviewed video plugin on the market. If you can&amp;#39;t tell, this tool exists to make it easy to embed videos into a blog post. They can be exported from other places, like YouTube, dailymotion or Google Video, or uploaded from a server. Once embedded, you are able to add a link to the video on the video portal page or make it so that a download like to the file can be automatically generated. Not a lot of bells and whistles with this one, but it is tops as a generic video player.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wordpress-video-plugin/"&gt;WordPress Video Plugin&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Contrary to what its name would have you believe, this is &lt;i&gt;not&lt;/i&gt; the only WordPress video plugin, but it is one of the best. It acts as a filter for your site that allows for easy video embedding from supporting sites like YouTube, Google Video and Brightcove. Like Embedded Video, it&amp;#39;s very easy-to-use and simple, not relying on frills but rather solid performance to satisfy the user. Definitely worth checking out, especially if all you need is a manageable and straightforward way to put up videos on your site.&lt;/p&gt;
&lt;p&gt;Using one of these handy plugins should turn any WordPress website owner into Chad Hurley in no time. &lt;/p&gt;
&lt;p&gt;For more information about WordPress plugins, check out &lt;b&gt;&lt;a target="_blank"&gt;WordPress Plugins from A to Z&lt;/a&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=17372" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/video/default.aspx">video</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/youtube/default.aspx">youtube</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/video+plugins/default.aspx">video plugins</category></item><item><title>WordPress Wednesday: Top 3 Social Media Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-3-social-media-plugins-for-wordpress.aspx</link><pubDate>Wed, 24 Aug 2011 18:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17370</guid><dc:creator>Michael Garrity</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=17370</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-3-social-media-plugins-for-wordpress.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;&lt;b&gt;It&amp;#39;s hard to deny the power that social media plays in the general makeup of the Internet. As part of running your site, you are going to want to connect to the Web-based world around you.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;One problem with WordPress, however, is that it doesn&amp;#39;t immediately provide users with a way to include bookmarks to the biggest social networking sites on your blog. If you&amp;#39;re trying to promote a business or market yourself on the Web, you need to be a part of social media and you need to start as soon as possible.&lt;/p&gt;
&lt;p&gt;So, if you&amp;#39;re going to use a WordPress platform to create your site, your best bet would be to download one (or more) social media-specific plugins to help get your social engagement off the ground. Here are three to consider:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://push.cx/sociable"&gt;Sociable&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This plugin is all
 about using social bookmarking to generate traffic. Sociable will 
automatically add links to your favorite social bookmarking sites on all
 of your posts and pages, as well as into your RSS feed. It allows you 
to choose from 99 different social bookmarking sites, such as Twitter, 
StumbleUpon and Digg. What&amp;#39;s really helpful is that Sociable allows for 
easy bookmarking in any browser, so it is very user-friendly. It also 
gives you an email tab and is easily integrated with Google Analytics. This is a very popular plugin tool with many WordPress users.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.milienzo.com/wordpress-plugins/i-love-social-bookmarking/"&gt;I Love Social Bookmarking&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;The designers of this plugin really went for it with that title, didn&amp;#39;t they? What really sets this particular tool apart is that it lets users vote on your blog posts using a drop down menu that allows them to select which social media site they will vote from, keeping less icons on your blog and eliminating clutter. The goal is simplicity, for the site owner and their readers. According to the site, they want I Love Social Bookmarking  &amp;quot;to run with minimal system resources, and to look good whilst she&amp;rsquo;s at it.&amp;quot; They accomplish this by making it very easy to customize. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://sharethis.com/publishers/get-sharing-button?type=wordpress"&gt;Share This&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This is another vote-based social media plugin, only Share This lets you choose which particular sites you want to target and then has readers vote for you using the plugin. Essentially, it&amp;#39;s job is to provide an unobtrusive way for visitors to post your content to social bookmarking sites or send an email link to a friend. Again, it&amp;#39;s highly customizable, allowing you to change its colors to match your website. Also, it provides you with tracking reports, which is a feature many social plugins lack.&lt;/p&gt;
&lt;p&gt;For more information about WordPress plugins, check out &lt;b&gt;&lt;a target="_blank"&gt;WordPress Plugins from A to Z&lt;/a&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=17370" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/social+bookmarking/default.aspx">social bookmarking</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/social+media/default.aspx">social media</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/wordpress+plugins/default.aspx">wordpress plugins</category></item><item><title>WordPress Wednesday: Top 3 SEO Plugins</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-3-seo-plugins-for-wordpress.aspx</link><pubDate>Wed, 24 Aug 2011 15:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17369</guid><dc:creator>Michael Garrity</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=17369</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/24/top-3-seo-plugins-for-wordpress.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;&lt;b&gt;Welcome to WordPress Wednesday at WebsiteMagazine.com.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Since WordPress is an open-source platform for creating a blog-based 
website, it doesn&amp;#39;t come with very many specific features. Rather, the 
site builders are expected to customize on their own, which is a way to keep the platform easy-to-use and doesn&amp;#39;t let it get bogged down with specialized features that many owners may not use.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;That is why today we are going to focus on the plugins that will best help you create the most efficient site possible for your specific needs. &lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Anyone in the Web world can tell you that SEO is a necessity, and many of those same people will also tell you that it can be cumbersome and difficult -- especially when just starting out. There are whole books on the subject, and a significant portion of the work we do here at &lt;i&gt;WM&lt;/i&gt; is devoted to helping people navigate the turbulent waters of search engine optimization.&lt;/p&gt;
&lt;p&gt;Luckily for those who may be unfamiliar with the best SEO practices, WordPress offers a wide array of plugins that will help you increase your visibility on the Web. These plugins add to your site by providing you with many different methods and options for using Meta Tags, optimizing your URLS, using no-follow options and many other great practices to help get your website to the top of the search rankings.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Here are three of the top WordPress SEO plugins:&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/"&gt;All in One SEO Pack&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;The name says it all. This is 
one of the most popular SEO plugins available for WordPress. It&amp;#39;s pretty
 simple, not a lot bells and whistles to be found on this plugin, but it
 is key to helping drive search engine traffic to your site. What really
 makes All in One SEO great is that it&amp;#39;s easy to use and install, which 
makes it perfect for beginners or those who are new to SEO, but it is 
also able to be customized and fine-tuned for more advanced users. It 
also helps you to avoid duplicate content, a problem often associated 
with WordPress blogs, automatically optimizes your titles for search 
engines and generates Meta tags for you, allowing the website owner to 
have superior control over titles and meta descriptions. This plugin 
gives you a lot of hands-on control over how your blog&amp;#39;s pages are 
indexed in search engines. It&amp;#39;s probably the most highly-praised and trusted SEO plugin available.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/seo-automatic-links/"&gt;SEO Smart Links&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;There are a lot of cool features 
that come with SEO Smart Links, which provides automatic SEO benefits to
 your site with the inclusion of custom keyword lists, nofollow and 
more. This plugin can automatically link keywords and phrases in your 
posts or comments with corresponding pages, posts, categories and tags 
on your blog. You can also use it to set nofollow attributes, open links
 in a new window and set up your own keywords and set of matching URLs. 
SEO Smart Links is a great tool for interlinking your blog posts or 
adding affiliate links to other sites, and it&amp;#39;s nothing to go in to 
control and edit the plugin&amp;#39;s options from the administration settings 
panel.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a target="_blank" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/"&gt;Sitemap Generator&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Sitemap Generator is an excellent plugin that, believe it or not, generates a sitemap for your WordPress site. It&amp;#39;s strength is that it is highly customizable by offering its own options page in the administration panel. Among the features it offers are multi-level category and page support, category and page exclusion, multiple-page generation with navigation, permalink support, the ability to choose what to display and what order to list items in and showing comment counts and(/or) post dates, along with many other great options. This is plugin has been very well-received by many WordPress users thanks to its rich features and capacity for customization. This particular plugin is made by Dagon Design, but its very &amp;quot;descriptive&amp;quot; name makes it really hard to find, because it seems like every developer has designed X&amp;#39;s Sitemap Generator, so if you don&amp;#39;t find it by clicking the link in this post, make sure that you track it down by its designer so you don&amp;#39;t end up with a lesser version from someone else.&lt;/p&gt;
&lt;p&gt;For more information on WordPress plugins, check out &lt;b&gt;&lt;a target="_blank" href="http://www.websitemagazine.com/content/blogs/posts/archive/2011/06/21/wordpress-plugins-from-a-to-z.aspx"&gt;WordPress Plugins from A to Z&lt;/a&gt;&lt;/b&gt;.&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=17369" 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/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category></item><item><title>WordPress Membership Plugins for Affiliates</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/17/wordpress-membership-plugins-for-affiliates.aspx</link><pubDate>Wed, 17 Aug 2011 07:25:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17340</guid><dc:creator>Michael Garrity</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=17340</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/17/wordpress-membership-plugins-for-affiliates.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;b&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wmicon-mini.jpg" height="73" width="73" alt="" /&gt;The wildly popular blogging platform and CMS WordPress is the host to dozens of affiliate marketing sites and blogs, but for some marketers, there is a desire to take their business to the next level by making it membership or subscription based, which means finding the WordPress membership plugin that is right for them.&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;While there isn&amp;#39;t a huge market for WordPress membership plugins, there are a few that really standout as far as their capabilities and features go. Below is a list of ten of the top WordPress membership plugins available, and they range in price from totally free to about $200. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://www.magicmembers.com/" target="_blank"&gt;Magic Members&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Don&amp;#39;t let the (I assume) unintended innuendo of the plugin&amp;#39;s name drive you away, because Magic Members is chock full of cool features that many plugins lack, and it is perfect for any type of generic membership site. Some key features include download manager, integration with Authorize.net and WorldPay and member-only RSS feeds. This plugin also supports &lt;a href="http://www.ccbill.com/" target="_blank"&gt;CCBill&lt;/a&gt;, one of the top high-risk payment processors in the whole world. And for affiliate marketers, this Magic Members also offers another plugin called Magic Affiliate, which is fully-integrated into both Magic Members and WP E-Commerce plugins. There are many out there who argue that this is the best membership plugin on the market, and it only costs around $97. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://www.memberwing.com/" target="_blank"&gt;MemberWing&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;If it&amp;#39;s features your looking for, you may want to put MemberWing at the top of your wish list. This plugin offers very powerful file protection and full integration with TraceFusion, which allows you to find out who steals, illegally shares and distributes your premium material on the Internet. You also get forum support, a ticketing system, download protection, drip-feeding and a whole host of other features. It can even be integrated into iDevAffiliate, which is the number one affiliate management software available. MemberWing also supports way more payment processors than any of the other plugins, including PayPal, 2Checkout, ClickBank, PayDotCom, e-junkie, Google Checkout, Authorize.net, and TrialPay. Needless to say, this is a pretty cool product.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://www.yourmembers.co.uk/" target="_blank"&gt;YourMembers&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;YourMembers is one of the original membership plugins for WordPress, so over the years it has been able to add new features as they pop up and it has remained consistently suitable for essential membership needs. Among the many changes that this product has made over the last year are support for a number of different payment gateways, such as Authorize.net and CCBill, the addition of a members-only RSS that allows users to choose between secure RSS tokens and basic HTTP authentication for RSS feeds and full mail integration with gateways such as MailChimp and Aweber. It also includes Pay Per View, the ability to offer fixed value, percentage or hidden package coupons with registration and the chance to create custom reigstraton/login pages. Plus, every version of this plugin comes with free support and upgrades, 
so as they continue to get even better, your site can keep up. The basic
 package starts at $95.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.digitalaccesspass.com/" target="_blank"&gt;&lt;b&gt;Digital Access Pass&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;If this plugin has one thing working against it, it&amp;#39;s a boring name. That being said, Digital Access Pass is rich in features and has a built-in affiliate program that supports both Pay-Per-Lead and Pay-Per Sale, which is &lt;i&gt;huge &lt;/i&gt;for affiliate marketers. It supports a bunch of common payment processors like 1ShoppingCart, ClickBank, PayPal and many more. It also does away with the need for third party shopping carts, because the plugin itself can act as the cart. Each purchase of Digital Access Pass also contains personal installation by their team. The biggest downside is that this product is so lush and powerful that it takes a while to get used to. It&amp;#39;s really only recommended for very savvy WordPress users, or at least those who are willing to put in the time to learn how to use it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.primothemes.com/post/product/s2member-membership-plugin-with-paypal/" target="_blank"&gt;&lt;b&gt;s2Member&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;One of the best things about s2Member is its clean and aesthetically pleasing interface. It contains most of the really important features that a user would expect from their membership plugin and is compatible with BuddyPress. Some features include the ability to delay post/page content and restrict access to different member levels per post or page. It comes with support for free subscribers and four primary membership levels, as well as an unlimited number of Custom Capability Packages, which allow users to create an unlimited number of membership packages with different capabilites and prices. Also, it&amp;#39;s pretty cheap. A single license of the bare-bones version is actually free and the pro version is just $69. While it may not be the best membership plugin on the market, it is certainly among the most affordable and can hold its own in satisfying most owners&amp;#39; needs. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://member.wishlistproducts.com/" target="_blank"&gt;Wishlist Member&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This is one of the hottest membership plugins on the market, and for good reason. Some of the many features available with Wishlist Member include sequential content delivery, multi-level acess, secure RSS feeds and control viewed content. They also have frequent updates so the product stays fresh by adding new features or product integration all the time. It supports all of the major payment gateways, as well as Cydec, which isn&amp;#39;t as popular as some others. Its API makes integration super easy with both other plugins and third party services. This is one of the most complete and accessible membership plugins on the market, and should more than adequately fill any role that most sites or blogs will need. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://smartmediapro.com/products-and-services/" target="_blank"&gt;wp-Member&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;Like YourMembers, wp-Member is pretty old school, initially launching with few features but updating over the years to keep up with competition, which makes it still a good plugin for most owners&amp;#39; membership needs. In fact, wp-Member is one of the few plugins that supports Google Checkout, which neither Magic Members nor Wishlist Member can claim. One of the coolest features, however, is the ability to easily customize your member registration page, which is a great way to help your site stand out and is something that many other plugins either don&amp;#39;t offer or have yet to make as customizable and convenient as wp-Member.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://www.plimus.com/jsp/redirect.jsp?contractId=2367108&amp;amp;referrer=digitalswagg" target="_blank"&gt;CMS Members&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;This plugin is fairly new and also pretty standard, but it does present some unique features that should garner some attention from website owners and affiliate marketers. For instance, it is the only WordPress membership plugin that can be easily integrated with self-hosted or online affiliate marketing systems. Obviously, marketers should be interested in that, because they&amp;#39;re going to want to be reaching out into these markets when starting to attempt to reel in members. It also comes with a pretty neat built-in HTML email newsletter feature, which allows you to mass email your members. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="http://winkpress.com/membership-plugin/emember/" target="_blank"&gt;eMember&lt;/a&gt;&lt;br /&gt;&lt;/b&gt;For those website or blog owners on a budget, eMember may just be for you. It&amp;#39;s price range is very low compared to most of its competition and so, although it doesn&amp;#39;t present any especially enticing features that you can&amp;#39;t find in other plugins, it does provide users with a simple, cheap alternative that is capable of pulling off the basic functions of other membership plugins. So, if you don&amp;#39;t require much, eMember may be a great fit.&lt;/p&gt;
&lt;p&gt;As with most WordPress plugins, picking the right one for membership is mostly about knowing what your site or blog needs and which plugin can best get that done for you for the lowest price. Those who have a lot of traffic and plan on engaging a lot of members may want to consider a plugin like Digital Access Pass or MemberWing, but for most marketers, they probably don&amp;#39;t need something that powerful, at least not yet.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=17340" 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/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/affiliate+marketing/default.aspx">affiliate marketing</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/membership+plugins/default.aspx">membership plugins</category></item><item><title>WordPress Plugins with jQuery – Five To Know</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/11/wordpress-plugins-with-jquery-five-to-know.aspx</link><pubDate>Thu, 11 Aug 2011 20:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:17293</guid><dc:creator>Administrator</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=17293</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2011/08/11/wordpress-plugins-with-jquery-five-to-know.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;img height="73" width="73" src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" style="float:left;margin-top:15px;margin-bottom:15px;margin-left:25px;margin-right:25px;" alt="" /&gt;jQuery is one of the wonders of the modern design world, enabling for the creation of hyper-impressive animations and interactions. Couple it with the power of WordPress and you&amp;rsquo;ve got a whopper of a duo to achieve some amazing effects. In today&amp;rsquo;s Design and Development Digest, let&amp;rsquo;s look at five WordPress plugins that add some jQuery interactivity to your site that you should know. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wp-sponsor-flip-wall/"&gt;
WP Sponsor Flip Wall&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;is a plugin using jQuery and CSS for creating boxes that flip when clicked by the user. The plugin provides administrators a way to upload and crop images, and add custom text for the reverse side of the image. &lt;i&gt;(See image below)&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/announcement-bar/"&gt;
Announcement Bar&lt;/a&gt;&lt;/strong&gt; is a very new plugin (just a few hundred downloads at the moment) that adds a jQuery file to WordPress that will position a fixed bar at the top of the browser screen (which can be used to show announcements) on each page load. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/wd3k-ajax-sliding-contact-form/"&gt;
WD3K Ajax Sliding Contact Form&lt;/a&gt;&lt;/strong&gt; positions a sliding contact form in the left border of a Wordpress blog. The plugin contains client side validation and ajax powered mailing so no page refresh is required. Site administrators can configure form labels, error messages and form status messages. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a target="_blank" href="http://wordpress.org/extend/plugins/thumbsniper/"&gt;
ThumbSniper&lt;/a&gt;&lt;/strong&gt; is a Wordpress plugin that shows preview screenshots of hyperlinks as tooltips. The plugin can be configured to display a preview of all links or just external or specially marketed links. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wordpress.org/extend/plugins/polaroid-gallery/"&gt;
Polaroid Gallery&lt;/a&gt;&lt;/strong&gt; is a CSS3 and jQuery image gallery plugin which uses the WordPress media library. The plugin is used to overlay images that look like Polaroid pictures on the page or post. Using the &lt;a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/"&gt;Regenerate Thumbnails&lt;/a&gt; plugin, administrators can regenerate thumbnails for any images that have already been uploaded so the Polaroid overlay works. &lt;i&gt;(See image below)&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WP SPONSOR FLIP WALL:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="405" width="680" src="http://www.websitemagazine.com/images/blog/sponsorwallplugin.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;POLAROID GALLERY:&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img height="491" width="676" src="http://www.websitemagazine.com/images/blog/polaroidgalleryplugin.png" 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=17293" 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/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</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></channel></rss>