<?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</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx</link><description>Tags: wordpress</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>WordPress Under Attack </title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/04/15/wordpress-under-attack.aspx</link><pubDate>Mon, 15 Apr 2013 19:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:24444</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=24444</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/04/15/wordpress-under-attack.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;Internet professionals using Wordpress have been under attack for the last few weeks but only now is it being widely reported. 
&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
Numerous security experts have issued warnings recently about the botnet, a brute-force password-guessing attack against sites that are powered by the popular blogging and content management system and the providers that host those sites. 
&lt;br /&gt;&lt;br /&gt;
What makes the broader attack so malicious is that infected sites are seeded with backdoors that let the attackers control the site remotely. The compromised sites are then forced to launch password-guessing attacks against other sites running Wordpress. Scary.
&lt;br /&gt;&lt;br /&gt;
According to Web site security firm Incapsula, those behind the attack are scanning the Web for WordPress installations, and attempting to log in to the administrative console at these sites using a list of commonly-used username and password combinations.
&lt;br /&gt;&lt;br /&gt;
Web hosting provider HostGator last week suggested that the problem has grown to include &lt;a href="http://blog.hostgator.com/2013/04/11/global-wordpress-brute-force-flood/" target="_blank"&gt;more than 90,000 compromised sites&lt;/a&gt;. 
&lt;br /&gt;&lt;br /&gt;
Cloudflare CEO Matthew Prince last week said in a blog post that the &lt;a href="http://blog.cloudflare.com/patching-the-internet-fixing-the-wordpress-br" target="_blank"&gt;tactics employed in this attack&lt;/a&gt; were similar to those used in the so-called itsoknoproblembro/Brobot botnet which, in the Fall of 2012, was responsible for a series of cyber attacks against US financial institutions.
&lt;br /&gt;&lt;br /&gt;
If you&amp;#39;re a Wordpress user, make sure to change administrative passwords immediately and make sure those password meet the security requirements set forth on the Wordpress site (upper and lowercase letter, at least eight characters long, and includeing special characters.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=24444" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/security/default.aspx">security</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/cyberattack/default.aspx">cyberattack</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/botnet/default.aspx">botnet</category></item><item><title>Social Sharing Plugins for the Wordpress Experience </title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/09/social-sharing-plugins-for-the-wordpress-experience.aspx</link><pubDate>Wed, 09 Jan 2013 20:52:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22784</guid><dc:creator>Administrator</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=22784</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2013/01/09/social-sharing-plugins-for-the-wordpress-experience.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;You know what two great things go great together? No, not peanut butter and chocolate (well, OK, they actually do). It&amp;#39;s social media networking and blogging of course. 
&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
In this edition of Website Magazine&amp;#39;s SOLOMO e-newsletter, we&amp;#39;re profiling several of the most interesting Wordpress plugins for the social media marketing set that have caught our attention and the attention of professional bloggers over the years. 
&lt;br /&gt;&lt;br /&gt;
Now, we can only cover a few so we&amp;#39;re turning over the virtual keys to our readers (how social of us!). Read our top suggested social media plugins for the Wordpress experience below and share your own in the comment section below!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/sociable/"&gt;Sociable&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 1,900,550&lt;br /&gt;
Rating: 4.1 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img height="401" width="476" src="http://www.websitemagazine.com/images/blog/sociablescreenshot.png" style="margin:5px;" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/digg-digg/"&gt;Digg Digg&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 559,456&lt;br /&gt;
3.5 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:5px;" src="http://www.websitemagazine.com/images/blog/diggdigg-screenshot.png" width="450" height="290" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/sharebar/"&gt;Sharebar&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 140,275&lt;br /&gt;
Rating: 4.6 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:5px;" src="http://www.websitemagazine.com/images/blog/sharebarscreenshot.png" width="400" height="400" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/sexybookmarks/"&gt;Shareaholic&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 1,741,065&lt;br /&gt;
Rating: 3.5 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img height="152" width="532" src="http://www.websitemagazine.com/images/blog/shareaholicscreenshot.png" style="margin:5px;" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/social-media-widget/"&gt;Social Media Widget&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 665,020&lt;br /&gt;
Rating: 4.1 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img height="371" width="247" src="http://www.websitemagazine.com/images/blog/socialmediawidgetscreenshot.png" style="margin:5px;" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/share-this/"&gt;ShareThis&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 1,132,120&lt;br /&gt;
Rating: 3.2 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img height="282" width="593" src="http://www.websitemagazine.com/images/blog/sharethisscreenshot.png" style="margin:5px;" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/add-to-any/"&gt;Add To Any&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 2,399,222&lt;br /&gt;
Rating: 4.1 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:5px;" src="http://www.websitemagazine.com/images/blog/addtoanyscreenshot.png" width="342" height="313" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/slick-social-share-buttons/"&gt;
Slick Social Share Buttons&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 224,968&lt;br /&gt;
Rating: 4.4 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img style="margin:5px;" src="http://www.websitemagazine.com/images/blog/slicksocialsharescreenshots.png" width="362" height="149" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/social-toolbar/"&gt;Social Toolbar&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 46,499&lt;br /&gt;
Rating: 4.2 out of 5 stars&lt;/p&gt;
&lt;p&gt;&lt;img height="66" width="520" src="http://www.websitemagazine.com/images/blog/socialtoolbarscreenshot.png" style="margin:5px;" alt="" /&gt;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/follow-me/"&gt;Follow Me&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 102,168&lt;br /&gt;
Rating: 4.1 out of 5 stars&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/floating-social-media-icon/"&gt;Floating Social Media Icon&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 128,237&lt;br /&gt;
4.8 out of 5 stars&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://wordpress.org/extend/plugins/shareaholic/"&gt;Shareaholic&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;
Downloads: 63,804&lt;br /&gt;
Rating: 3.9 out of 5 stars&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=22784" width="1" height="1"&gt;</description><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/wp+plugins/default.aspx">wp plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/social+sharing/default.aspx">social sharing</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category></item><item><title>WordPress Welcomes Elvin (3.5)</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/12/wordpress-welcomes-elvin-3-5.aspx</link><pubDate>Wed, 12 Dec 2012 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22422</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=22422</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/12/12/wordpress-welcomes-elvin-3-5.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;It&amp;rsquo;s another edition of WordPress Wednesday here at Website Magazine and what better way to celebrate than with a new release! &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Version 3.5 of the popular blogging and CMS platform Wordpress is now available and there are quite a few changes that WP site administrators should become familiar with &amp;ndash; let&amp;rsquo;s take a closer look:  
&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;
New Media Manager: &lt;/b&gt;The most dramatic (or obvious) new feature is a &amp;ldquo;completely- reimagined&amp;rdquo; flow for uploading photos and creating galleries. The media management feature had long been a &amp;ldquo;friction point&amp;rdquo; according to Wordpress and Automattic founder Matt Mullenweg, so the improvement will likely be welcome. The ability to create galleries feature is quite exciting as users will now be able to leverage drag-and-drop reordering and inline caption editing. 
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;
New Default Theme:&lt;/b&gt;  Wordpress 3.5 also offers a new default theme (Twenty Twelve) which offers a mobile-first responsive design (and which can work very well as a CMS).
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;
Admin Enhancements:&lt;/b&gt; In addition to a new Welcome screen, several other administrative enhancements were made including updating the dashboard styles to be &amp;ldquo;Retina-ready&amp;rdquo; (HiDPI) so it looks good on high resolution displays, a new color picker, and better accessibility for screenreaders, touch devices and keyboard users. 
&lt;br /&gt;&lt;br /&gt;&lt;b&gt;
Developer Improvements:&lt;/b&gt; Wordpress developers (those working on the core, plugins and themes) also received quite a few new features with this release which can be reviewed &lt;a target="_blank" href="http://codex.wordpress.org/Version_3.5#Highlights"&gt;here&lt;/a&gt; &amp;ndash; along with the rest of the rest of the changes and highlights.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;
What&amp;rsquo;s most exciting (at least for me personally) is that now, when plugins are favorited by users on WordPress.org, they can now be viewed specifically by that user and directly installed from within their own WP Dashboard. 
&lt;br /&gt;&lt;br /&gt;&lt;i&gt;
Version 3.5 of Wordpress is named &amp;ldquo;Elvin&amp;rdquo; in honor of jazz drummer Elvin Ray Jones. 
&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=22422" 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/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-software/default.aspx">wm-software</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/elvin/default.aspx">elvin</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>Website Builders, Tools for Restaurateurs </title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/11/29/website-builders-for-restaurateurs.aspx</link><pubDate>Thu, 29 Nov 2012 16:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:22259</guid><dc:creator>Amberly Dressler</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=22259</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/11/29/website-builders-for-restaurateurs.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;From mom-and-pop diners to celebrity chef-owned bistros, there may be no better example of a brick and mortar that needs a Web presence, than restaurants. Today&amp;rsquo;s consumer demands access to hours, location, phone number, menu, prices and more &amp;ndash; at the click of a mouse. Even more so, they are demanding this information from their mobile devices.&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is especially true when you take into account that 85 percent of consumers search online for local businesses (Local Consumer Review Survey 2012). Luckily, there are many restaurant-worthy development tools available.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.letseat.at/" target="_blank"&gt;LetsEat.at&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;sEat is a website builder for restaurants and bars. It was built from the ground up specifically for restaurant owners. The interface is simple and clean and designed to be updatable on the fly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Of the available features are: the ability to post menus online, generate printable online coupons, promote orders with a mobile site, Google Maps integration, photo gallery and more.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bistrosquare.com/" target="_blank"&gt;BistroSquare.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;BistroSquare.com was founded in 2010 with the goal of making it easy for all restaurant owners to easily and efficiently build an affordable, modern website. Its team is made up of restaurant veterans and Web hosting experts to build the software, tools and infrastructure necessary to help restaurant owners build their website with no technical knowledge required.&lt;/p&gt;
&lt;p&gt;The site offers three different plans for companies ($9.99, $19.99 and $29.99). All include a domain name, unlimited pages and email accounts, Web control panel and more.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://myrestaurantweb.com/" target="_blank"&gt;myRestaurantWeb.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Starting at $25 a month and ranging up to $99 a month, myRestaurantWeb offers a range of services for restaurant owners looking to create a Web presence. Some of its services even include full access to designers, writers, graphic artists and programmers, for companies seeking additional help. All memberships, however, include website manager, premium themes, domain names, social tools, unlimited Web pages, menus, online store, testimonials and more.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wordpress.com/" target="_blank"&gt;Wordpress.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;According to Yoast (2012), 22 of every 100 new domains created in the U.S. are running WordPress. While the site&amp;rsquo;s attractiveness is multipronged, its versatility and ability to run on many operating systems are its biggest pluses. For restaurateurs, WordPress recently announced its &lt;a href="http://theme.wordpress.com/themes/confit/" target="_blank"&gt;Confit theme&lt;/a&gt;. And, smartly, the design began with the mobile experience.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;When looking at common restaurant site problems, one of the first issues that sprang to mind was how often broken animations, inaccessible information and bloated PDFs are foisted upon us when using our smartphones, when all we really need is a phone number and tappable address,&amp;rdquo; wrote WordPress&amp;rsquo;s Kevin Conboy.&lt;/p&gt;
&lt;p&gt;Thus, the next couple areas WordPress focused on for this specific theme were mobile-accessible contact details and easy OpenTable reservations, both of which the company tackled by creating custom widgets. Additionally, in the name of food, the theme doesn&amp;rsquo;t sacrifice gorgeous photography to show off a company&amp;rsquo;s creations with this theme.&lt;/p&gt;
&lt;p&gt;Regardless of tools used, it&amp;rsquo;s imperative for every restaurant &amp;ndash; of all sizes &amp;ndash; to have a Web presence. But for businesses not ready to take the digital plunge, a Facebook fan page should be made, today. It should include hours, contact information, images, responsive customer support and more.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To learn how to maneuver participation on the social network, check out&lt;i&gt; Website Magazine&amp;rsquo;s&lt;/i&gt; &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/09/25/facebook-fan-page-fail-guide.aspx" target="_blank"&gt;Facebook Fan Page Fail Guide&lt;/a&gt;. Another valuable strategy for restaurant owners is the use of hyperlocal marketing strategies. For five of these strategies, check out &lt;i&gt;Website Magazine&amp;#39;s&lt;/i&gt; article on the topic,&lt;a target="_blank" href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/07/30/five-hyperlocal-marketing-strategies.aspx"&gt; here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;/div&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=22259" 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/wm-designdev/default.aspx">wm-designdev</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/BistroSquare.com/default.aspx">BistroSquare.com</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/LetsEat.at/default.aspx">LetsEat.at</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/myRestaurantWeb.com/default.aspx">myRestaurantWeb.com</category></item><item><title>Wordpress Wednesday: Halloween Edition</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/10/31/wordpress-wednesday-crazy-scary-cool-new-plugins-halloween-edition.aspx</link><pubDate>Wed, 31 Oct 2012 12:50:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:21883</guid><dc:creator>Pete Prestipino</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=21883</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/10/31/wordpress-wednesday-crazy-scary-cool-new-plugins-halloween-edition.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;It&amp;rsquo;s another edition of Website Magazine&amp;rsquo;s Wordpress Wednesday - and it&amp;#39;s the Halloween edition!&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Let&amp;#39;s celebrate by showcasing some &amp;quot;scary&amp;quot; cool plugins - those that should make you freak about your blog&amp;#39;s security, fight zombies like there&amp;#39;s no tomorrow, and all while consuming your weight in cookies and candies. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What&amp;#39;s so scary about these particular plugins? Keep reading below...&amp;nbsp;&lt;strong&gt;muahahahahaha!&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc9bHS" target="_blank"&gt;Detectify for WP&lt;/a&gt;&lt;/strong&gt;: Thinking about your Wordpress blog&amp;rsquo;s security is enough to freak out anyone. The Detectify plugin analyzes the security by simulating a hacker attack to identify website security flaws. The plugin generates a report on the vulnerabilities (a long list actually including local and remote file inclusion, XSS and DOM XSS, cross site agent scripting and more) and the probable consequence of them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Scbpa2"&gt;LionScripts IP Address Blocker&lt;/a&gt;&lt;/strong&gt;: Rogues, like zombies, are everywhere &amp;ndash; and your only line of defense will likely be to block them entirely. This plugins allows blogs to blocking unwanted or known Spam IP addresses, saving lots of time and bandwidth. The plugin enables users to display predefined messages or a blank page to the blocked user and offers free support.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc9WAP"&gt;
Cookie OK&lt;/a&gt;&lt;/strong&gt;: You know what&amp;rsquo;s scary? The EU cookie law. This plugin includes a notification above each page about cookie usage on your site through the &lt;a href="http://cookieok.eu/"&gt;CookieOK script by Digital Morphosis&lt;/a&gt;. There are numerous other related plugins including &lt;a href="http://wsm.co/Scaab5"&gt;Cookie Control&lt;/a&gt; which deserve very close inspection as well. 
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/wphVWZ"&gt;
My Pinterest Badge&lt;/a&gt;&lt;/strong&gt;: I don&amp;rsquo;t know about you, but the mere prospect of my wife logging onto to Pinterest is simply terrifying. The plugin essentially adds a customizable Pinterest badge to any Wordpress installation, which shows a widget containing recent pins from your Pinterest account. That last line sent shivers down my spine. If you&amp;rsquo;re looking for alternatives, check out Website Magazine&amp;rsquo;s post on &lt;a href="http://wsm.co/wphVWZ"&gt;3 Pinterest Plugins for Wordpress&lt;/a&gt;.
&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;a href="http://wsm.co/Sc8ePU"&gt;
Maintenance Mode Z&lt;/a&gt;&lt;/strong&gt;: The plugin doesn&amp;rsquo;t offer the best look, but it does bring some scary cool functionality including time-based maintenance controls, and access rules that can be set up by IP and users. Remember, these are new plugins. If you&amp;rsquo;re looking for something a little more established, check out &lt;a href="http://wsm.co/Sc83DW"&gt;DP Maintenance Mode Lite&lt;/a&gt; &amp;ndash; which has over 6,000 downloads.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;Check out some other recent editions of WordPress Wednesday from Website Magazine:&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a target="_blank" href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx"&gt;Top 3 Favicon Plugins for Wordpress&lt;br /&gt;&lt;/a&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/ecommerce/archive/2012/08/15/wordpress-wednesday-top-10-e-commerce-plugins.aspx"&gt;Top 10 E-Commerce Plugins for WordPress&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/08/wordpress-wednesday-take-your-wordpress-site-mobile.aspx"&gt;Take Your WordPress Site Mobile&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/01/wordpress-wednesday-themes-of-a-social-nature.aspx"&gt;WordPress Themes of a Social Nature&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/20/wordpress-wednesday-facebook-for-wordpress-plugin.aspx"&gt;Facebook for WordPress Plugins&lt;/a&gt;&amp;nbsp;&lt;br /&gt;- &lt;a href="http://www.websitemagazine.com/content/blogs/posts/archive/2012/04/25/wordpress-wednesday-10-plugins-you-can-t-live-without.aspx"&gt;10 Wordpress Plugins You Can&amp;#39;t Live Without&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=21883" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wp+plugins/default.aspx">wp plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wmfeature/default.aspx">wmfeature</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category></item><item><title>WordPress Wednesday: Liveblog v1</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/09/05/wordpress-wednesday-liveblog-v1.aspx</link><pubDate>Wed, 05 Sep 2012 21:35:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:21092</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=21092</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/09/05/wordpress-wednesday-liveblog-v1.aspx#comments</comments><description>&lt;p&gt;Welcome to another wonderful edition of WordPress Wednesday from Website Magazine! Could we fit another &amp;quot;W&amp;quot; in that first sentence? 
&lt;br /&gt;&lt;br /&gt;
Today, instead of profiling a specific category of plugins as we normally do, Website Magazine has decided to profile a recently released plugin from Automattic (the company that runs the commercial side of Wordpress) - Liveblog version 1.0. http://wordpress.org/extend/plugins/liveblog/
&lt;br /&gt;&lt;br /&gt;
Liveblogging is not neccessarily suited to every website. Instead, it&amp;#39;s most common in the news and publishing industries where covering events - of any variety really, from sports to tech conferences - is quite common. While there are several liveblogging platforms on the Web (Wordfaire, Coveritlive, Scribblelive - there are also some liveblogging platforms available specifically for Wordpress here and here), 
&lt;br /&gt;&lt;br /&gt;
The LiveBlog add-on provides users the ability to post live updates from the front-end of a website (instead of through the dashboard), create posts that update automatically (useful as readers don&amp;#39;t have to refresh), and offers a drag and drop interface for adding photos quickly. Plus, unlike other liveblogging platforms (namely Coveritlive) users can make every post a liveblog (even existing ones) - so there&amp;#39;s no need for a seperate website or static setup on the same domain. 
&lt;br /&gt;&lt;br /&gt;
Liveblog was just released today but is already enjoying some nice ratings already - 4.6 out of 5 stars with just over 1000 downloads at the moment. Check out the video below for some more details.  
&lt;br /&gt;&lt;br /&gt;
&lt;embed src="http://s0.videopress.com/player.swf?v=1.03" type="application/x-shockwave-flash" width="640" height="360" wmode="direct"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=21092" 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/wm-designdev/default.aspx">wm-designdev</category></item><item><title>Top 3 Favicon Plugins for Wordpress</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx</link><pubDate>Thu, 23 Aug 2012 19:30:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20905</guid><dc:creator>Michael Garrity</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=20905</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/23/wordpress-wednesday-top-3-favicon-plugins.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;As I sit here typing this, I have three different browsers open with at least 10 different tabs up in each one (and that&amp;rsquo;s being conservative). Luckily, I have no problem opening up the right tab each and every time thanks to the Web&amp;rsquo;s unsung hero &amp;ndash; the favicon.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;For those who aren&amp;rsquo;t familiar with the term, favicons are small 16x16 pixel icons associated with a particular website (or page) that show up primarily next to the URL in the address bar, next to the page name in a browser tab and/or next to the page&amp;rsquo;s name in a bookmark list. For instance, if you look up at this tab or next to this page&amp;rsquo;s URL in your address bar (depending on what browser you&amp;rsquo;re using), you&amp;rsquo;ll see a tiny version of our classic &amp;ldquo;WM&amp;rdquo; icon that indicates that you are, in fact, on a WebsiteMagazine.com page.&lt;br /&gt;&lt;br /&gt;If you&amp;rsquo;re the proud owner of a WordPress website, it&amp;rsquo;s probably a good idea for you to have your own favicon(s) that can help users identify your site and ensure that they&amp;rsquo;re in the right place, while also building your brand and making it easier for visitors to come back in the process.&lt;br /&gt;&lt;br /&gt;However, it&amp;rsquo;s safe to say that favicons probably aren&amp;rsquo;t top of mind for busy individuals trying to get a website off the ground. To simplify favicon creation for your WordPress site, check out these three great plugins that can do the job for you:&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/shockingly-simple-favicon/" target="_blank"&gt;&lt;br /&gt;&lt;strong&gt;Shockingly Simple Favicon&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;This plugin changes the favicon of a WordPress blog without requiring users to edit their theme files. It will also put a WP icon in the administration interface, making it easy to find the tab in a browser. And fortunately for those of us who aren&amp;rsquo;t code-savvy, the changes are all fixed, so you won&amp;rsquo;t have to go back and alter them if/when you change your blog&amp;rsquo;s theme.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/all-in-one-favicon/" target="_blank"&gt;&lt;strong&gt;All in One Favicon&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Users can either use favicons that they&amp;rsquo;ve already uploaded or upload a new favicon into their WordPress installation with a built-in upload mechanism to add a favicon to their site and admin pages. All in One Favicon supports three different favicon types: .ico, .png and .gif, which includes animated images. It also supports Apple Touch icons.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wordpress.org/extend/plugins/favicon-generator/" target="_blank"&gt;&lt;strong&gt;Favicon Generator&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;With support for .jpg/.jpeg, .gif and .png images, Favicon Generator allows users to upload an image. Then it will automatically convert that image into a unique favicon-formatted file. This file will then be placed in the user&amp;rsquo;s WordPress root dictionary, and the plugin will add a link tag to the HTML output.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=20905" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/plugins/default.aspx">plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+plugins/default.aspx">wordpress plugins</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/favicon/default.aspx">favicon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+wednesday/default.aspx">wordpress wednesday</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-designdev/default.aspx">wm-designdev</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/shockingly+simple+favicon/default.aspx">shockingly simple favicon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/favicon+generator/default.aspx">favicon generator</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/icon/default.aspx">icon</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/all+in+one+favicon/default.aspx">all in one favicon</category></item><item><title>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: Themes of a Social Nature</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/01/wordpress-wednesday-themes-of-a-social-nature.aspx</link><pubDate>Wed, 01 Aug 2012 19:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20506</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=20506</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/08/01/wordpress-wednesday-themes-of-a-social-nature.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;When Facebook burst onto the
national scene and stopped being the exclusive domain of college
undergraduates, its biggest selling point (and the attribute that helped propel
its phenomenal success) was a clean, straightforward design.&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;A far cry from the cluttered,
disorganized social profiles of the earliest years of the 21&lt;sup&gt;st&lt;/sup&gt; Century,
Facebook&amp;rsquo;s first priority was simplicity and readability. Now, thanks to some
fanboy designers, you can adapt that same aesthetic for your WordPress site.&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;Check
out these Facebook-inspired WordPress themes:&lt;/i&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://foxinni.com/my-themes/facebook-layouts-wordpress-theme/"&gt;&lt;strong&gt;Facebook Layouts&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/fbwp2.png" style="vertical-align:middle;margin:10px;" height="750" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://wordpress.org/extend/themes/facebookwb"&gt;&lt;strong&gt;FacebookWB&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/fbwp5.png" style="vertical-align:middle;margin:10px;" height="495" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://www.tobacamp.com/templates/free-wordpress-theme-for-facebook-lover/"&gt;&lt;strong&gt;Facebook Lover&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/fbwp6.png" style="vertical-align:middle;margin:10px;" height="700" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://themetation.com/2008/09/11/crybook/"&gt;&lt;strong&gt;CryBook&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/fbwp7.png" style="vertical-align:middle;margin:10px;" height="800" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://www.tobacamp.com/templates/facebook-addict-wordpress-themes-is-available-for-free/"&gt;&lt;strong&gt;Facebook Addict&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/fbwp8.png" style="vertical-align:middle;margin:10px;" height="442" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;i&gt;If you like your social networking a little more bite-sized, here are a few Twitter inspired themes:&lt;/i&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://wp-themes.com/retweet/"&gt;&lt;strong&gt;Retweet&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/twwp1.png" style="vertical-align:middle;margin:10px;" height="375" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://www.freshpressthemes.com/twitter-wordpress-theme/"&gt;&lt;strong&gt;FreshTweet&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/twwp2.jpg" style="vertical-align:middle;margin:10px;" height="575" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://gabrieljones.com/tweetpress/"&gt;&lt;strong&gt;TweetPress&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/twwp3.jpg" style="vertical-align:middle;margin:10px;" height="500" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://wordpress.org/extend/themes/twordder"&gt;&lt;strong&gt;Twordder&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/twwp4.jpg" style="vertical-align:middle;margin:10px;" height="700" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;i&gt;And, of course, for both of those huge Google+ fans out there:&lt;/i&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;strong&gt;&lt;a target="_blank" href="http://www.chromeos.eu/plus/plus-theme-like-google-plus-theme-for-wordpress-download/"&gt;Plus Theme&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/gpwp1.jpg" style="vertical-align:middle;margin:10px;" height="300" width="550" alt="" /&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;a target="_blank" href="http://www.tricksdaddy.com/2011/07/wp-plus-google-wordpress-theme.html"&gt;&lt;strong&gt;WP Plus&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="tab-stops:4.25in;"&gt;&lt;img src="http://www.websitemagazine.com/images/blog/gpwp2.jpg" style="vertical-align:middle;margin:10px;" height="635" width="550" 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=20506" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/design/default.aspx">design</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/facebook/default.aspx">facebook</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress/default.aspx">wordpress</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wordpress+themes/default.aspx">wordpress themes</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/facebook+themes/default.aspx">facebook themes</category></item><item><title>PayLane Payment Processing comes to Wordpress</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/07/26/paylane-payment-processing-comes-to-wordpress.aspx</link><pubDate>Thu, 26 Jul 2012 18:15:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:20394</guid><dc:creator>Allison Howen</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.websitemagazine.com/content/blogs/posts/rsscomments.aspx?PostID=20394</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/07/26/paylane-payment-processing-comes-to-wordpress.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;E-commerce merchants on a multitude of platforms can now leverage payment processing provider PayLane to accept payments from consumers all over the world.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;PayLane enables merchants to accept payments in 160 different currencies from more than 50 countries, as well as process a &lt;a target="_blank" href="http://paylane.co.uk/payment-methods-information"&gt;variety&lt;/a&gt; of payment methods, including credit and debit cards, PayPal and Giropay. In addition to the company&amp;rsquo;s current plugins for Magento and osCommerce merchants, PayLane has released four new plugins &amp;ndash; for Wordpress, OpenCart, Zen Cart and PrestaShop merchants.&lt;/p&gt;
&lt;p&gt;The Wordpress extension differs from the other e-commerce platform plugins because it enables merchants to create an easy-to-use system that allows consumers to make payments for a fixed-price service, product, access to website content or to make a donation. For example, merchants can create custom buttons with call-to-action terms such as &amp;ldquo;Donate&amp;rdquo; or &amp;ldquo;Pay&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;The various payment processing plugins can be found on the &lt;a target="_blank" href="http://paylane.com/ecommerce-platforms"&gt;company&amp;rsquo;s website&lt;/a&gt; &amp;ndash; where merchants can download their platform-specific extension, extract and copy the files to the root folder and configure basic settings in the admin panel.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=20394" width="1" height="1"&gt;</description><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/ecommerce/default.aspx">ecommerce</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/payment+processing/default.aspx">payment processing</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/paylane/default.aspx">paylane</category><category domain="http://www.websitemagazine.com/content/blogs/posts/archive/tags/wm-ecommerce/default.aspx">wm-ecommerce</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 3.4 (Green) - New and Noteworthy</title><link>http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/19/wordpress-3-4-green-new-and-noteworthy.aspx</link><pubDate>Tue, 19 Jun 2012 23:00:00 GMT</pubDate><guid isPermaLink="false">1e469e21-c924-44fa-a132-47b5d0a8ad47:19970</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=19970</wfw:commentRss><comments>http://www.websitemagazine.com/content/blogs/posts/archive/2012/06/19/wordpress-3-4-green-new-and-noteworthy.aspx#comments</comments><description>&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;&lt;img style="float:left;margin:15px;" src="http://www.websitemagazine.com/images/blog/wordpress-mini.gif" width="73" height="73" alt="" /&gt;Wordpress 3.4 has arrived and comes with some significant improvements worthy of note - let&amp;#39;s take a look!&lt;/strong&gt; 
&lt;br /&gt;&lt;br /&gt;
Perhaps the most important change in 3.4 is the theme customizer which allows users to change the look and setting of an active theme without publishing the changes for everyone. Users can change colors, backgrounds and custom image headers on themes that support it. Wordpress also make it easier to use images from a media library to popular custom headers and now empowers users to choose the height and width of those header images. 
&lt;br /&gt;&lt;br /&gt;
Wordpress also expaned its embed support to include tweets. Now, users only have to put a Twitter permalink on its own line in the post editor and Wordpress will turn it into an embedded tweet. 
&lt;br /&gt;&lt;br /&gt;
But that&amp;#39;s not all. Wordperss users can now also include HTML (and links) within image captions. Read through the list of user and developer &lt;a target="_blank" href="http://codex.wordpress.org/Version_3.4."&gt;features&lt;/a&gt; within the Codex.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Recent Wordpress Coverage at Website Magazine&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://wsm.co/Le8fiW"&gt;10 Minimalist WP Themes for Maximum Inspiration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://wsm.co/JqsUzT"&gt;Best Wordpress Comment Plugins&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- &lt;a href="http://wsm.co/Jz7mEr"&gt;10 Plugins You Can&amp;rsquo;t Live Without&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.websitemagazine.com/content/aggbug.aspx?PostID=19970" 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/week252012/default.aspx">week252012</category></item></channel></rss>