<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; Plugins</title>
	<atom:link href="http://wphacks.com/category/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Don&#8217;t Build WordPress Plugins Into Your Themes</title>
		<link>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/</link>
		<comments>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 13:25:28 +0000</pubDate>
		<dc:creator>Alex Denning</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3389</guid>
		<description><![CDATA[A couple of weeks ago, I read a post on WPLift &#8220;Build A Plugin (Twitter Widget) into your WordPress Theme)&#8220; which in turn was inspired by a post on WPCandy from a couple of months ago &#8220;How to create your own WordPress functionality plugin&#8220;. The WPCandy post was advocating that theme designers should stop bundling WordPress plugins and [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago, I read a post on WPLift <em>&#8220;<a href="http://wplift.com/how-to-build-a-plugin-twitter-widget-into-your-wordpress-theme" rel="nofollow">Build A Plugin (Twitter Widget) into your WordPress Theme)</a>&#8220; </em>which in turn was inspired by a post on WPCandy from a couple of months ago <em>&#8220;<a href="http://wpcandy.com/teaches/how-to-create-a-functionality-plugin" rel="nofollow">How to create your own WordPress functionality plugin</a>&#8220;</em>.</p>
<p>The WPCandy post was advocating that theme designers should stop bundling WordPress plugins and other functionality which limits how easily users can switch themes, something which I feel is absolutely a good idea. But that&#8217;s not what I want to talk about in this post &#8212; I want to focus specifically on the issue raised in the WPLift post &#8212; building plugins directly into themes.</p>
<p>The post shows you how to add the <em><a href="http://wplift.com/how-to-build-a-plugin-twitter-widget-into-your-wordpress-theme" rel="nofollow">DP Twitter Widget</a></em> into your theme; it&#8217;s literally a case of copying a pasting the plugin&#8217;s code into your functions.php. In fact it&#8217;s so easy that there&#8217;s no reason not to build every single widget and plugin you can think of under the sun into your theme, right?</p>
<div>
<p><em><strong>Not exactly.</strong></em></p>
</div>
<p>Unfortunately it&#8217;s a little more complicated than that and for the rest of this post I&#8217;ll set out exactly why that&#8217;s the case.</p>
<p>Firstly, the second you build a plugin into your theme, you&#8217;re assuming responsibility and are obliged to support the plugin, so if anything breaks in future updates, you&#8217;ll need to be able to fix it. Say the plugin used <a href="http://binarymoon.co.uk" rel="nofollow">Ben&#8217;s</a> <a href="http://www.binarymoon.co.uk/2011/08/timthumb-2/">timthumb</a> and updating was an absolute necessity, the onus would then be on you to provide the update by offering an entire theme upgrade rather than just a simple plugin update independent of the theme.</p>
<p>Second, what&#8217;s the point? The functionality you&#8217;re providing <em>already exists</em> and unless you&#8217;re significantly changing the plugin, I&#8217;m struggling to see the point of just duplicating functionality. Sure, you get to brag about how your theme has thousands upon thousands of built in widgets and it makes everything really fun and it&#8217;ll do everything you&#8217;ve ever wanted, but by just adding a plugin that <em>already exists</em> into your theme, you&#8217;re just adding something I can do already by installing plugins. Plus, I&#8217;ll not<strong> lose everything</strong> in two years when I decide I need to overhaul the look of my site! And hey, there are <a href="http://wpshout.com/">sites like mine</a> out there which show you how to do things like building <a href="http://wpshout.com/wordpress-email-newsletter/" rel="nofollow">a WordPress powered email newsletter</a> without plugins anyway!</p>
<p>I&#8217;m not just wagging fingers from the rooftops &#8212; this was a mistake I made when I launched my ill fated theme site, WPShift nearly two years ago. At the time having a ton of functionality in a theme was the way to go and we made a decision that we would go down the route of essentially just bundling plugins with the theme.</p>
<p>I&#8217;m glad to say this isn&#8217;t all the range any more, so please don&#8217;t do it, it&#8217;s just making a mess in the long run.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3389&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/">Don&#8217;t Build WordPress Plugins Into Your Themes</a>  © 2011 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/dont-build-wordpress-plugins-into-your-themes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Build Custom Facebook Page Themes Using a WordPress Plugin</title>
		<link>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/</link>
		<comments>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 11:36:34 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Premium Plugins]]></category>
		<category><![CDATA[Facebook Page Themes]]></category>
		<category><![CDATA[Facebook Pages]]></category>
		<category><![CDATA[Facebook Plugins]]></category>
		<category><![CDATA[Facebook Themes]]></category>
		<category><![CDATA[Facebook WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3362</guid>
		<description><![CDATA[Over the past couple years it has been impressive to see Facebook craftily grow its influence beyond the Facebook.com domain and expanding all throughout the internet.  For example, it seems just about every major website now allows you to login using Facebook.  With Facebook&#8217;s growing influence over the internet it isn&#8217;t surprising many WordPress developers have [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple years it has been impressive to see Facebook craftily grow its influence beyond the Facebook.com domain and expanding all throughout the internet.  For example, it seems just about every major website now allows you to login using Facebook.  With Facebook&#8217;s growing influence over the internet it isn&#8217;t surprising many WordPress developers have really stepped up, providing a number of great <a href="http://wphacks.com/wordpress-plugins/">free and premium WordPress plugins</a> to help improve WordPress and Facebook integration.</p>
<p>Once of my most recent Facebook plugin discoveries came from the developers at <a href="http://premiumcoding.com/">Premium Coding</a>, a website which builds quite a few things, including a series of premium WordPress plugins.  The plugin I want to talk about today is called <a href="http://premiumcoding.com/wordpress-facebook-page-themes/">Facebook Page Themes</a>, and the title pretty much sums up what this plugin does.  With this premium WordPress plugin users can generate a custom designed theme for your Facebook page, giving your business a professional look that promotes your product or service.(...)<br/>Read the rest of <a href="http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/">Build Custom Facebook Page Themes Using a WordPress Plugin</a> (481 words)</p>
<p>You are reading <a href="http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/">Build Custom Facebook Page Themes Using a WordPress Plugin</a>  © 2011 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/build-custom-facebook-page-themes-using-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Create Your iPhone App with the WiziApp WordPress Plugin</title>
		<link>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/</link>
		<comments>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 14:40:00 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Premium Plugins]]></category>
		<category><![CDATA[App Plugin]]></category>
		<category><![CDATA[iPad App]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[iPod Touch App]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Wiziapp]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3281</guid>
		<description><![CDATA[As we transition to a new era of computing where people are getting their information via mobile phones, you are starting to see just about every high profile website or blog making their own iPhone app.  But what about the average WordPress user who doesn&#8217;t have the time and/or budget to make their own custom [...]]]></description>
			<content:encoded><![CDATA[<p>As we transition to a new era of computing where people are getting their information via mobile phones, you are starting to see just about every high profile website or blog making their own iPhone app.  But what about the average WordPress user who doesn&#8217;t have the time and/or budget to make their own custom iPhone application?</p>
<p>Not long ago I covered a free WordPress plugin called <a href="http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/">WPTouch</a> which creates a mobile-friendly version of your WordPress blog to display for mobile web browsers.  The unfortunate truth, however, is that outside of clicking on a link from Twitter on their phones, most iPhone, Android, or mobile users in general do not use the mobile web to view a webpage.  In order to maximize convenience for your readers you really need a custom iPhone application.  This is where an app I recently discovered, <a href="http://wiziapp.com/">Wiziapp</a>, comes to the rescue.</p>
<p><a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/wiziapp3/" rel="attachment wp-att-3289"><img class="alignright size-medium wp-image-3289" title="wiziapp3" src="http://wphacks.com/wp-content/uploads/2011/09/wiziapp3-300x289.jpg" alt="" width="300" height="289" /></a><strong>What is WiziApp?</strong>  Wiziapp is a WordPress plugin that automatically turns your WordPress blog into a native iPhone app in real time, giving easy access to the following within the application: Posts, pages, comments, categories, tags, links, images, videos, and audio files. And if that wasn&#8217;t enough, Wiziapp even offers a push notification service to notify iOS users when your website has new content available!</p>
<p>Here is a complete list of the features provided by the Wiziapp team:</p>
<ul>
<li>Create and personalize your iPhone application from your WordPress dashboard using the plugin&#8217;s wizard.</li>
<li>Deliver all of your blog content directly to your App in real time.</li>
<li>Notify your readers about new posts via push notification service.</li>
<li>Your readers can easily read and post new comments directly from your App.</li>
<li>Your App will display your images and galleries in native iPhone style.</li>
<li>All the media you have posted will be collected to video or audio libraries.</li>
<li>Your readers can easily search your blog directly from your App.</li>
<li>Playing video and audio using Wiziapp&#8217;s advanced players.</li>
<li>Enable your readers to navigate between posts by categories, tags or author name.</li>
<li>Integrate with your login system.</li>
<li>Your readers can easily share your posts and images via Facebook, Twitter, Email or SMS.</li>
<li><strong>Monetize your App by displaying ads using your own AdMob account.</strong></li>
<li>Your readers can easily save your posts to their ‘favorites’ list.</li>
<li>We publish your App to the iTunes App Store and save you time &amp; money dealing with an Apple developer account.</li>
<li>See daily stats of your App visits and downloads.</li>
<li>Stay up to date with all iOS and WordPress new features.</li>
<li>Check out the Wiziapp tour <a href="http://wiziapp.com/tour/">here</a>.</li>
</ul>
<p>(...)<br/>Read the rest of <a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/">Create Your iPhone App with the WiziApp WordPress Plugin</a> (410 words)</p>
<p>You are reading <a href="http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/">Create Your iPhone App with the WiziApp WordPress Plugin</a>  © 2011 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/create-your-iphone-app-with-the-wiziapp-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>WPTouch: Creating a WordPress Mobile Theme</title>
		<link>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/</link>
		<comments>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/#comments</comments>
		<pubDate>Sun, 29 May 2011 20:50:12 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Mobile WordPress]]></category>
		<category><![CDATA[WordPress Mobile]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WP Touch]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3202</guid>
		<description><![CDATA[Thanks to the huge success of the iPhone/iPod Touch, Android, and other mobile devices, Apps have become all the rage.  The problem for many webmasters and WordPress users is that most smaller WordPress websites/blogs can&#8217;t afford to have a custom app developed for their WordPress site.   Of course, thanks to beauty of the open source nature of [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the huge success of the iPhone/iPod Touch, Android, and other mobile devices, Apps have become all the rage.  The problem for many webmasters and WordPress users is that most smaller WordPress websites/blogs can&#8217;t afford to have a custom app developed for their WordPress site.  </p>
<p>Of course, thanks to beauty of the open source nature of WordPress, WordPress users have access to all sorts of great WordPress plugins.  I recently found myself debating whether or not to develop an app for <a href="http://wphacks.com/">WordPress Hacks</a> and decided that first I would look into what free WordPress plugins were available.  My goal was simply to find one which would display a WordPress blog to mobile browsers in a mobile friendly format.  </p>
<p>Based upon roughly 2 million downloads plus great reviews, far and away the best plugin I&#8217;ve found to accomplish this is one called <a href="http://wordpress.org/extend/plugins/wptouch/">WP Touch</a>.  <a rel="attachment wp-att-3203" href="http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/wptouch-pro/"><img class="alignright size-full wp-image-3203" title="wptouch-pro" src="http://wphacks.com/wp-content/uploads/2011/05/wptouch-pro.jpg" alt="" width="220" height="428" /></a>For those that haven&#8217;t heard of WP Touch, this WordPress plugin automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, and will display this theme when your WordPress blog is viewed from an iPhone/iPod Touch, Android, Palm Pre, Samsung  and BlackBerry Storm/Torch mobile device!</p>
<p>The admin panel allows you to customize many aspects of its appearance and deliver a fast, user-friendly and stylish version of your WordPress website to mobile visitors, all without modifying a single bit of code or making any changes to your standard WordPress theme.  The mobile theme also includes the ability for visitors to switch between WP Touch view and your site&#8217;s regular theme if that is what they prefer.</p>
<p>If you are looking for a more feature-rich product, I discovered that users can also purchase a <a href="http://www.bravenewcode.com/wptouch-pro/">Pro version of WP Touch</a> which includes a slew of new features like more style, color and branding customizations, themes, 10 languages, more advertising options, web-app mode, and even iPad support.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3202&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/">WPTouch: Creating a WordPress Mobile Theme</a>  © 2011 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/wptouch-creating-a-wordpress-mobile-theme/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Jetpack: Supercharge Your Self Hosted WordPress Site!</title>
		<link>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/</link>
		<comments>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/#comments</comments>
		<pubDate>Wed, 04 May 2011 20:02:30 +0000</pubDate>
		<dc:creator>Jacob Zarobsky</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Jetpack]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3147</guid>
		<description><![CDATA[This guest post was written by Jake Zarobsky, a blogger for Today&#8217;s iPhone, custom theme developer, and an amateur photographer. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. Ever notice how many features the standard installation of WordPress lacks? YouTube embedding, stats, and even a specialized [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by <a title="follow me on twitter" href="http://twitter.com/jakezarobsky" target="_blank">Jake Zarobsky</a>, a blogger for <a title="Today's iPhone" href="http://todaysiphone.com" target="_blank">Today&#8217;s iPhone</a>, custom theme developer, and an amateur photographer. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>Ever notice how many features the standard installation of WordPress lacks? YouTube embedding, stats, and even a specialized Twitter widget? Well, if you have a self hosted blog at WordPress.com, these features are all given to you. In fact, many of these features are forced upon you by the sponsoring company, Automattic. Wanna learn how to get all of that &#8220;cloud-power&#8221; for your WordPress site?</p>
<p>If you are one of the people who would love to have these features at your disposal and already has a WordPress.com account, keep reading. Otherwise, you&#8217;re losing out on a great plugin for self-hosted WordPress sites!</p>
<p>(...)<br/>Read the rest of <a href="http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/">Jetpack: Supercharge Your Self Hosted WordPress Site!</a> (327 words)</p>
<p>You are reading <a href="http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/">Jetpack: Supercharge Your Self Hosted WordPress Site!</a>  © 2011 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/jetpack-supercharge-your-self-hosted-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Best WordPress Widgets For Your Blog</title>
		<link>http://wphacks.com/best-wordpress-widgets-for-your-blog/</link>
		<comments>http://wphacks.com/best-wordpress-widgets-for-your-blog/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 20:57:53 +0000</pubDate>
		<dc:creator>Kuldeep</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Best WordPress Plugins]]></category>
		<category><![CDATA[Best WordPress Widgets]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Widgets]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3063</guid>
		<description><![CDATA[This guest post was written by Kuldeep, a a part time blogger from India who blogs about Indian political issues, WordPress, Apple and Technology. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. Today I&#8217;m going to share with you the best WordPress widgets that I [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Kuldeep, a a part time blogger from India who blogs about Indian political issues, WordPress, Apple and Technology. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>Today I&#8217;m going to share with you the best WordPress widgets that I would recommend for each and every WordPress blogger. I personally use a few widgets on my blog to help my visitors easily browse all of my blog posts. A nice WordPress blog would have proper utilization of widgets, plugins and <a href="http://www.revolutioners.com/5-wordpress-bars-plugins-that-you-can-use/">footer &amp; header bars</a>.</p>
<p>When I started blogging I had lots of widgets in my blog’s sidebar and never really bothered worrying about the <a href="http://wphacks.com/wp-super-cache-wordpress-plugin/">performance of the blog</a>. All I wanted was to make my blog look cool. But one fine day lightning struck me and I decided to delete most of the WordPress plugins and widgets which were not necessary to my blog and were intense on bandwidth and resources. Having lot of plugins and widgets on my blog resulted in too much bandwidth consumption and made my blog sluggish, bringing down my site’s overall performance. So keep in mind, too much of something can be as detrimental as too little. A slow website or blog can equal unhappy visitors and a low score for your site’s search engine ranking. A smaller number of widgets means less content visible on your blog to the visitors, ultimately leading to a high bounce rate and/or low page views.  The solution is to find a way to balance the two.</p>
<p>Do not confuse yourselves with widgets and plugins though. WordPress plugins are easy to install and activate which helps you to improve your blog’s functionality. Plugins can include widgets as well. Widgets on the other hand are visible and interactive to your visitors. Usually these widgets are shown in the sidebar, but are not limited to only the sidebar. Fortunately there are many themes available now with widgetized footer and header space.</p>
<p>(...)<br/>Read the rest of <a href="http://wphacks.com/best-wordpress-widgets-for-your-blog/">Best WordPress Widgets For Your Blog</a> (833 words)</p>
<p>You are reading <a href="http://wphacks.com/best-wordpress-widgets-for-your-blog/">Best WordPress Widgets For Your Blog</a>  © 2010 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/best-wordpress-widgets-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>A Social Media Strategy for WordPress Users</title>
		<link>http://wphacks.com/a-social-media-strategy-for-wordpress-users/</link>
		<comments>http://wphacks.com/a-social-media-strategy-for-wordpress-users/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:42:08 +0000</pubDate>
		<dc:creator>Rikard Kjellberg</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[ingboo]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[social plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=3004</guid>
		<description><![CDATA[This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in writing a post for WordPress Hacks, please contact us. According to the numbers, over the past 12 months, the number of referrals from social networking [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>According to the numbers, over the past 12 months, the number of referrals from social networking sites to blogs <a class="wp-oembed" title="has doubled" href="http://mediamemo.allthingsd.com/20100903/diggs-decline-illustrated/?mod=tweet" target="_blank">has doubled</a>. Social traffic is becoming more important than search traffic according to <a class="wp-oembed" title="some" href="http://mediamemo.allthingsd.com/20100903/diggs-decline-illustrated/?mod=tweet" target="_blank">some</a>. How do WordPress users adjust to this reality and exploit it to your advantage?  The core strategy should be to <em>embrace and focus</em>.</p>
<h3>Embracing the Social Trend</h3>
<p>Some bloggers have shut down their blogs and moved to <a class="wp-oembed" title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> fan pages. Others have kept their blog and complemented with fan pages as stop-gap measure. Either way, there is a perceived threat that you are losing traffic to Facebook. It could very well be a real threat unless you embrace the trend and make it work for you.</p>
<h3>Focus Your Social Media Efforts</h3>
<p>In an effort to please all readers and maximize reach into social networks, bloggers are integrating a plethora of social tools. One favorite is the <a class="wp-oembed" title="AddThis" href="http://www.addthis.com/" target="_blank">AddThis</a> plugin which offers some 100+ options for sharing. In my opinion this approach will clutter your site and distract the user. <strong><em>Pick a winner instead</em></strong>. All indicators are that Facebook is becoming the de-facto standard for social syndication.</p>
<div id="attachment_3006" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-3006" href="http://wphacks.com/a-social-media-strategy-for-wordpress-users/gawker-social-traffic/"><img class="size-medium wp-image-3006" src="http://wphacks.com/wp-content/uploads/2010/09/gawker-social-traffic-300x169.jpg" alt="" width="300" height="169" /></a><p class="wp-caption-text">Courtesy Gawker Media</p></div>
<p>After their launch of Open Graph in April this year, Facebook has grown from 15% to 35% of all social networking referrals. This assumes that <a class="wp-oembed" title="Gawker Media" href="http://www.gawker.com" target="_blank">Gawker Media</a> is a good reflection of the industry average. My personal choice will therefore have to be Facebook, however <a class="wp-oembed" title="StumbleUpon" href="http://www.stumbleupon.com/" target="_blank">StumbleUpon</a> is another good candidate. <a class="wp-oembed" title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> is already prevalent but it is a typically a disappointment in terms of referrals. There are two reasons:</p>
<ol>
<li>Twitter is undoubtedly the noisiest channel on the web.</li>
<li>People in general are not spending any significant time on Twitter.</li>
</ol>
<h3>What are my Tools?</h3>
<p>With Facebook, you have some excellent tools. You also have some great plugins for WordPress integration. Most likely you already use several of these tools today. The key is how you use them and how you combine them.</p>
<h3>The Facebook Fan Page</h3>
<p>The <a class="wp-oembed" title="fan page" href="http://wordpress.org/extend/plugins/search.php?q=%22facebook+fan+page%22&amp;sort=" target="_blank">fan page</a> is a great tool for dialog and brand promotion (yes, you are a brand and you should cultivate it):</p>
<ul>
<li><strong>Do</strong> use the fan page as a personal relationship tool by engaging your audience in discussion and dialog around the topics you are focused on. Use it as a place to share news about you, your brand and your site. The purpose is to create an &#8220;exclusive&#8221; community where your dedicated followers get the inside scoop on everything you.</li>
<li><strong>Do not</strong> use the fan page to push your RSS feed <em>and</em> manage relationships at the same time. First, your relationship efforts will drown in your content updates. Second, you are creating an intermediate (proxy) between your audience and your blog. Thirdly, the updates are indiscriminatory, lowering relevance which results in fewer revisits to your fan page and web site. Instead use a Like button for your feed (see below)</li>
<li><strong>Do </strong>one or the other of the above.</li>
</ul>
<h3>Get a Like Button for your WordPress Site</h3>
<p>In its basic form, the Like button provides a one-time sharing function. There are tools that connect the Like button with your RSS feed, thereby providing a way to connect directly between your site and the Facebook News Feed (no Fan Page intermediary). Explain to the user that you want to connect for updates in conjunction with the Like button. Use a text widget to insert the button HTML on your site. If you want to connect your RSS feed to your fan page instead, <a class="wp-oembed" title="Pheedo" href="http://pheedo.com" target="_blank">Pheedo</a> offers a solution with <a class="wp-oembed" title="Dlvr.it" href="http://dlvr.it" target="_blank">Dlvr.it</a>.</p>
<h3>Get a Like Plugin for my Posts</h3>
<p>Let people &#8220;Like&#8221; your posts. There are WordPress plugins that allow you to automate the insertion of Like buttons. The Like button offers a one-time sharing event. It can also connect with the user for ongoing updates related to the topic of the particular post (a.k.a &#8220;<a href="http://wphacks.com/facebook-like-for-tags-wordpress-plugin/">Like for Tags</a>&#8220;).</p>
<p>We recently did a case study on CNN.com. If they implemented these strategies, they would see 25%-40% increase in page views over time. CNN is already a user of Facebook social plugins but they are currently not using them as described in this article. The increase in page views is significant from a revenue perspective, most likely seven figures.</p>
<p><em>Note: This article includes opinions of the author based on working with the blogging community to develop social syndication tools. Your reactions to these opinions are greatly appreciated.</em></p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=3004&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/a-social-media-strategy-for-wordpress-users/">A Social Media Strategy for WordPress Users</a>  © 2010 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/a-social-media-strategy-for-wordpress-users/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Facebook Like for Tags WordPress Plugin</title>
		<link>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/</link>
		<comments>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 19:09:59 +0000</pubDate>
		<dc:creator>Rikard Kjellberg</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[like button]]></category>
		<category><![CDATA[like for tags]]></category>
		<category><![CDATA[social plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=2921</guid>
		<description><![CDATA[Facebook Like for Tags is a WordPress plugin that transforms Facebook Like from one-time sharing into a personalized connection for ongoing updates and sharing in the Facebook News Feed.]]></description>
			<content:encoded><![CDATA[<p><em>This guest post was written by Rikard Kjellberg, a Silicon Valley blogger who works on social syndication solutions for publishers. If you have webmaster or WordPress knowledge and are interested in <a href="http://wphacks.com/write/">writing a post for WordPress Hacks</a>, please <a href="http://wphacks.com/contact/">contact us</a>.</em></p>
<p>You may have noticed that Facebook social plugins are everywhere these days with the popular &#8221;Like&#8221; button, primarily because of its ease of use and how it integrates with the social graph.  This is because the button represents a one-time sharing event vs. establishing a lasting connection with your readers.  Now imagine instead how you could get ongoing updates on topics that interest you!</p>
<p>A recent addition to the WordPress plugin directory does just that! <a href="http://wordpress.org/extend/plugins/like-for-tags/">Facebook Like for Tags</a> transforms the Like button into a personalized user connection for ongoing updates and sharing based on tags or categories.</p>
<p>For example, say you have a travel blog. One day you write about southern France. In your post you assign categories &#8220;Europe&#8221; and &#8220;France&#8221; to the post.  Some of your readers really enjoy the article and share it in Facebook by clicking on the Like button. Some time later, you again write about France. Those readers who had &#8220;Liked&#8221; the previous article will now get an update automatically in their Facebook News Feed!</p>
<p><a rel="attachment wp-att-2945" href="http://wphacks.com/facebook-like-for-tags-wordpress-plugin/newsfeed-wphacks/"><img class="aligncenter size-full wp-image-2945" src="http://wphacks.com/wp-content/uploads/2010/09/newsfeed-wphacks.jpg" alt="" width="456" height="648" /></a></p>
<p>Since the automatic update is based on user interest, it will be relevant to the user and thereby more likely to grab attention. The result is more revisits to your site and more reach into Facebook due to additional sharing. Over time you will commonly see in excess of 25% more page views.</p>
<p>A more detailed description of the plugin and installation can be found here.  Grab <a href="http://wordpress.org/extend/plugins/like-for-tags/">Facebook Like for Tags</a> today and transform the Like button into a trusted recommendations engine!</p>
<p><strong>Disclosure:</strong> I am co-founder of <a href="http://www.ingboo.com/pvm/start" target="_blank">IngBoo</a>, the provider of this WordPress plugin and the cloud-based change-detect-notification service that powers the function.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=2921&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/facebook-like-for-tags-wordpress-plugin/">Facebook Like for Tags WordPress Plugin</a>  © 2010 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/facebook-like-for-tags-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Automatically Tweet WordPress Posts with WordTwit</title>
		<link>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/</link>
		<comments>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/#comments</comments>
		<pubDate>Tue, 05 May 2009 09:00:44 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Auto-Tweet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordTwit]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1968</guid>
		<description><![CDATA[Twitter has exploded in popularity over the past year as many mainstream media sources have been using the service to communicate with their readers/viewers, but did you know that bloggers can now use Twitter to promote their content as well? While searching for a WordPress plugin that could automatically publish my blog posts on Twitter, [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter has exploded in popularity over the past year as many mainstream media sources have been using the service to communicate with their readers/viewers, but did you know that bloggers can now use Twitter to promote their content as well?</p>
<p>While searching for a WordPress plugin that could automatically publish my blog posts on Twitter, I was thrilled to discover the <a href="http://www.bravenewcode.com/wordtwit/">WordTwit WordPress plugin</a>.    With this plugin, simply upload and activate, then enter the Twitter login information for the account you want the tweets to appear under.   Once done, all your WordPress posts will start to appear on your Twitter account (almost instantly from my experience).</p>
<p>[<a href="http://downloads.wordpress.org/plugin/wordtwit.2.0.5.zip"><strong>Download the WordTwit WordPress Plugin</strong></a>]</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1968&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/">Automatically Tweet WordPress Posts with WordTwit</a>  © 2009 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/automatically-tweet-wordpress-posts-with-wordtwit/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Optimize Your WordPress Database with Optimize DB WordPress Plugin</title>
		<link>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/</link>
		<comments>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 18:49:33 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Optimize Database]]></category>
		<category><![CDATA[Optimize WordPress]]></category>
		<category><![CDATA[Optimize WordPress Database]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wphacks.com/?p=1919</guid>
		<description><![CDATA[If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of Yoast.com has an easy to use WordPress plugin called Optimize Database. This free WordPress plugin simply needs activated, then whenever you click Optimize Now, the plugin runs an optimize [...]]]></description>
			<content:encoded><![CDATA[<p>If your WordPress blog has been around for awhile, chances are there is some clutter in your MySQL database.   For these situations, Joost De Valk of <a href="http://yoast.com/">Yoast.com</a> has an easy to use WordPress plugin called <a href="http://yoast.com/wordpress/optimize-db/">Optimize Database</a>.</p>
<p>This free WordPress plugin simply needs activated, then whenever you click <em>Optimize Now</em>, the plugin runs an <code>optimize table</code> command on your WordPress tables, effectively defragmenting it. This is very useful for tables that are frequently updated. If you&#8217;d like to learn more about why this WordPress plugin might be necessary, you can read more information on <a href="http://www.dbtuna.com/article.asp?id=15">this post</a>.</p>
<p>Great plugin Joost!</p>
<p>[<strong><a href="http://downloads.wordpress.org/plugin/optimize-db.zip">Download the Optimize Database Plugin</a></strong>]</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=1919&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/optimize-wordpress-database-wordpress-plugin/">Optimize Your WordPress Database with Optimize DB WordPress Plugin</a>  © 2009 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/optimize-wordpress-database-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 3.607 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-11 18:03:52 -->

