<?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/" xmlns:series="http://unfoldingneurons.com/" ><channel><title>Ruhani Rabin &#187; Wordpress</title> <atom:link href="http://www.ruhanirabin.com/category/development/wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.ruhanirabin.com</link> <description>Tech, Life and Thoughts</description> <lastBuildDate>Thu, 29 Jul 2010 09:11:44 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>How to &#8211; Add Facebook LIKE button to WordPress Posts</title><link>http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/</link> <comments>http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/#comments</comments> <pubDate>Thu, 22 Apr 2010 06:40:40 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Articles]]></category> <category><![CDATA[code]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[social networking]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=1614</guid> <description><![CDATA[Facebook does made it pretty easy to Implement the "Like" button code on your site. How about a blog Post? This is where you will need this "hack" to make it work!<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.9" /></div><div>Rating: 8.9/<strong>10</strong> (100 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/' rel='bookmark' title='Permanent Link: How to style the latest post in WordPress'>How to style the latest post in WordPress</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-a-twitthis-button-with-tinyurl-or-bitly-api/' rel='bookmark' title='Permanent Link: How to add a tweet this button with auto TinyURL or Bit.ly shortening'>How to add a tweet this button with auto TinyURL or Bit.ly shortening</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fhow-to-add-facebook-like-button-to-wordpress-posts%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F9CLDD0%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20-%20Add%20Facebook%20LIKE%20button%20to%20WordPress%20Posts%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2010/04/facebook_like1.jpg" alt="" title="Facebook LIKE button" width="554" height="125" class="alignnone size-full wp-image-1620" /><br /> Facebook introduced more social interactions with their new &#8220;<strong>Like</strong>&#8221; or &#8220;<strong>Recommend</strong>&#8221; Button. This <a href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">Facebook button</a> enables the user to interact with a site or page. Additionally share it with his/her friends at their own Facebook profile.</p><p>Well, Facebook does made it pretty easy to Implement the &#8220;Like&#8221; button code on your site. The complexity comes when it is not a single page website. How about a blog Post? This is where you will need this hack to make it work!<br /> <span id="more-1614"></span><br /> Do not use the code provided by Facebook because that will not work on Blog posts. Here is the hacked code designed for WordPress!</p><p>Open up your <strong>single.php</strong> and look for <strong>the_content()</strong>. Paste the code you see below&#8230; either before or after <strong>the_content()</strong>..</p><div class="codecolorer-container text mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">// start of fb like code<br /> <br /> &lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:60px&quot;&gt;&lt;/iframe&gt;<br /> <br /> // end of fb like code<br /> <br /> &lt;?php the_content(); ?&gt;</div></td></tr></tbody></table></div><h3>Optional Settings:</h3><p>If you like to show the faces of your friends, change the part &#8220;<strong>show_faces=fals</strong>e&#8221; to &#8220;<strong>show_faces=true</strong>&#8221;</p><p>If you like to show the label of the button as &#8220;<strong>Recommend</strong>&#8220;, change the part of the code &#8220;<strong>action=like</strong>&#8221; to &#8220;<strong>action=recommend</strong>&#8221;</p><p>I hope this will help you to implement the &#8220;Like&#8221; button on your WordPress Posts! Have fun and drop me a line at <a href="http://twitter.com/ruhanirabin">twitter</a> or you can click on the &#8220;<strong>Like</strong>&#8221; button on the top of this post <img src='http://www.ruhanirabin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><h3>Resources (Plugins for WordPress):</h3><p>Thanks to my Readers <img src='http://www.ruhanirabin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><ul><li><strong><a href="http://wordpress.org/extend/plugins/like">Facebook Like plugin</a> including support for Open Graph (XFBML)</strong></li><li><a href="http://blog.gunnjerkens.com/2010/04/facebook-like-plugin-for-wordpress/" target="_blank"><strong>Facebook Like Plugin from Smoking Gunn</strong></a> (<a href="http://blog.steffanantonas.com/how-to-get-a-facebook-like-button-for-your-wordpress-blog-plugin.htm" target="_blank">Features Live Preview, Thanks Stefan</a> to introduce that).<li>Alternatively &#8230; <a href="http://www.kouguu.net/?p=1" target="_blank"><strong>Kouguu FB Like WordPress Plugin</strong></a> with Configurable Admin Screen</li><p> Those who doesn&#8217;t want to do code hacking, this one is for them <img src='http://www.ruhanirabin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></li><li>This is how to <strong><a href="http://thewellrunsite.com/2010/04/22/adding-a-facebook-like-button-thesis/" target="_blank">Implement in Thesis WordPress theme</a></strong></li></ul><p>And.. I&#8217;m spent&#8230;</p><p>Don&#8217;t forget to rate the post too!</p><p>_</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.9" /></div><div>Rating: 8.9/<strong>10</strong> (100 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/' rel='bookmark' title='Permanent Link: How to style the latest post in WordPress'>How to style the latest post in WordPress</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-a-twitthis-button-with-tinyurl-or-bitly-api/' rel='bookmark' title='Permanent Link: How to add a tweet this button with auto TinyURL or Bit.ly shortening'>How to add a tweet this button with auto TinyURL or Bit.ly shortening</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/feed/</wfw:commentRss> <slash:comments>139</slash:comments> </item> <item><title>Top 10 Firefox Add-on for WordPress</title><link>http://www.ruhanirabin.com/top-firefox-add-on-for-wordpress/</link> <comments>http://www.ruhanirabin.com/top-firefox-add-on-for-wordpress/#comments</comments> <pubDate>Mon, 14 Dec 2009 18:40:17 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[add-on]]></category> <category><![CDATA[blogging]]></category> <category><![CDATA[blogging-tools]]></category> <category><![CDATA[extensions]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[tools]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=1451</guid> <description><![CDATA[WordPress is the most popular blogging tool and Firefox is the most amazing browser. Now what would happen if these two powerful tools work together? It will simplify the job being an active blogger. This post will introduce with these amazing Firefox add-ons that works hand to hand with WordPress<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.9" /></div><div>Rating: 8.9/<strong>10</strong> (32 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/top-most-useful-web-developers-tools-for-firefox/' rel='bookmark' title='Permanent Link: Top 10 Most useful Web Developers tools for Firefox'>Top 10 Most useful Web Developers tools for Firefox</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Ftop-firefox-add-on-for-wordpress%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Top%2010%20Firefox%20Add-on%20for%20WordPress%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2009/12/top-firefox-wordpress-add-on.jpg" alt="top firefox wordpress add-ons" title="top firefox wordpress add-ons" width="500" height="248" class="alignnone size-full wp-image-1452" /><br /> WordPress is the most popular blogging tool and Firefox is the most amazing browser. Now what would happen if these two powerful tools work together? It will simplify the job being an active blogger. If you are a web designer who needs to install WordPress blogs daily or a blogger who loves creating new blogs then these Firefox extensions would make your work much easier. It could be simply posting comments or creating new blog posts. Nevertheless this post will introduce with top amazing Firefox extensions that works hand to hand with WordPress. This is a guest post by Raz Barr from Kuwait.<span id="more-1451"></span></p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/2996">Wordpress.com Sidebar 1.9</a>: &#8211; This add-on would enable you to access your WordPress account from the sidebar of your Browser. However this add-on won&#8217;t work for Self hosted blogs but if your blog is hosted on WordPress then it could save you lot of time.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/4835">WordPress Helper 1.1.1</a>: &#8211; This extension is Fast and Very Easy to use. It gives you easy access to development Related pages of Wordpress codex. It also allows you to easily switch to the back-end of your Wordpress site and search for strings that are marked. Other Features of this Plug-in are the creation of website profiles, a short icon which would tell you whether a current website makes use of Wordpress or not, Notification of Wordpress Version Updates and Custom Preference settings.</p><p><a href="http://deepestsender.mozdev.org/">Deepest Sender</a>: &#8211; An Efficient blogging Client for FireFox. Instead of going to separate Blogging Platforms like Wordpress, LiveJournal etc, just click the button on your toolbar and start posting. You can create multiple accounts and easily switch between them with help of Deepest Sender. Other Features of Deepest sender are WYSIWYG editor, easy editing of posts, drag and drop, save drafts, Work in Offline mode etc.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/1730">Scribefire</a>: &#8211; Scribefire is a Fully Featured blog editor which would integrate with your FireFox Browser and allows you to post easily on your blog. It also allows uploading of images and Files to your FTP, save drafts and all other blog operations directly from your FireFox Browser. You can download this add-on here.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/7571">Zemanta</a>: &#8211; Zemanta is a great FireFox extension which would enhance your blog by recommending relevant images, tags, categories and links as you type it. Zemanta database contains more than 10000 news sources and blogs, and helps the user find relevant images at flickr, Getty, Wikipedia and social networking sites like YouTube, facebook, twitter and much more.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/9095">easyComment 1.3</a>: &#8211; Easy Comment is a small FireFox Extension which will help you to comment on your blogs quickly. You can create multiple profiles (name/email/URL) and the easy Comment function would automatically fill the forms for you.</p><p><a href="http://www.viciao2k3.net/blog/wordpress/zwordpress-shortcuts-to-wordpress-from-firefox/">Zwordpress</a>: &#8211; Zwordpress FireFox add-on would help you manage your Wordpress blog much faster with the help of keyboard shortcuts. You can manage multiple blogs with this Plugin and switch one blog to another with single click.</p><p><a href="http://labs.laan.com/blog/dashblog/">DashBlog</a>: &#8211; A FireFox extension which would help you to grab videos from the web and post to your Wordpress blog quickly.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/8204">Screen grab to WordPress! 0.2</a>: &#8211; A great FireFox add-on which would help you to take screen captures and directly upload it to your Wordpress blog.</p><p><a href="https://addons.mozilla.org/en-US/firefox/addon/1407">Clipmarks 4.0.0</a>: &#8211; Clipmarks lets you take clips from specific parts of articles or any other web page and post them directly to your Wordpress blog eliminating the need of saving them to any other place. You can also email those clips to your friends or share them on twitter or Facebook.</p><p>Well there are more tools for Firefox and WordPress, but I personally found these useful and easy to use. Why not you share some with me? Feel free to comment and share your experience.</p><p><strong>Article Author</strong>: Raz Barr is a Web Designer at <a href="http://www.go-gulf.com/">Go-gulf</a> , a <a href="http://www.go-gulf.com/web-design-kuwait.php">web design company</a> from Kuwait that provides affordable web design and development solutions.</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.9" /></div><div>Rating: 8.9/<strong>10</strong> (32 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/top-most-useful-web-developers-tools-for-firefox/' rel='bookmark' title='Permanent Link: Top 10 Most useful Web Developers tools for Firefox'>Top 10 Most useful Web Developers tools for Firefox</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/top-firefox-add-on-for-wordpress/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Lazy Blogger&#8217;s guide to Super Charge WordPress with 100+ Plugins</title><link>http://www.ruhanirabin.com/ultimate-wordpress-plugins/</link> <comments>http://www.ruhanirabin.com/ultimate-wordpress-plugins/#comments</comments> <pubDate>Fri, 30 Oct 2009 19:42:17 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[Resources]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[article]]></category> <category><![CDATA[blogging-tools]]></category> <category><![CDATA[guide]]></category> <category><![CDATA[management]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[roundup]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Ultimate]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=1331</guid> <description><![CDATA[Mission of this post is guiding you to discover the most useful, smart and efficient plugins for WordPress. These plugins will let you concentrate more about writing your content rather than spending time over managing the blog.<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.6" /></div><div>Rating: 8.6/<strong>10</strong> (77 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/' rel='bookmark' title='Permanent Link: Ultimate Wordpress SEO Tools and Plugins Resources from WordCampUK'>Ultimate Wordpress SEO Tools and Plugins Resources from WordCampUK</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fultimate-wordpress-plugins%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Lazy%20Blogger%27s%20guide%20to%20Super%20Charge%20WordPress%20with%20100%2B%20Plugins%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2009/10/lazybloggers_supercharging_wordpress_plugins.jpg" alt="lazybloggers supercharging wordpress plugins" width="450" height="230" /></p><p>Ask yourself a question, &#8220;Are you a Lazy Blogger?&#8221;. Even if you are not, these plugins will bring you to next evolution for your WordPress blog which will change the way you do blogging.</p><p>&#8220;Why do you need these plugins?&#8221;. Because, WordPress is the best and the most expandable blogging platform in the world, the plugin architecture simply gives you the power to add engaging features, improve communication and build a strong relation between you and your blog readers. Savvy? No?</p><p>Blogging is about writing great content and if your spend all your sweet time modifying your blog by hard coding then &#8220;When will you find the time to write the great content?&#8221;. Makes you think? By the time you reach over this post, you might be so proud of yourself that you have actually 23 plugins installed on your WordPress and you begin to think like you are getting professional. Well my friend, I can tell you one thing -</p><blockquote><p>&#8220;Quality matters over Quantity&#8221;</p></blockquote><p>Today the mission of this post is to guide you to discover the most useful, smart and efficient plugins for WordPress. These plugins will let you concentrate more about writing your content rather than spending time over managing the blog.</p><blockquote><p>Carefully hand picked and incredibly handy WordPress plugins to power up your blog are included in this list. Among some popular WordPress plugins you also will discover new, not so well known or underrated but extremely useful WordPress plugins.</p></blockquote><p><span id="more-1331"></span></p><p><strong>Just a few Notes before continue</strong> :</p><ul><li>Spend enough time to understand your need and purpose of your blog. An example would be a photo blog. A photo blog will require image gallery plugins etc. So sort out first what kind of blog and then add appropriate plugins.</li><li>Do not install all of the plugins, it will simply overload your WordPress configuration. If possible test it out on your local system.</li><li>Not all the plugins listed here are the very best but they do &#8220;get the things done&#8221;.</li><li>Ah I just found out someone simply <a href="http://www.arthack.org/wordpress-with-100-plugins.html" target="_blank">stolen the content and image of this article</a> and changed the image to claim it as their own.</li></ul><p>&#8216;Nuff said, lets continue&#8230;</p><h3>Blog Management Plugins</h3><p>Managing your blog can be tedious task. Lets see how we can simplify the process of managing your blog using these plugins.</p><ol><li><div><a href="http://www.blogtrafficexchange.com/wordpress-backup/" target="_blank">WordPress Backup</a> &#8211; Wordpress Backup is an essential plugin for all Wordpress blog administrators. It performs regular backups of your upload (images) current theme, and plugin directories. Backup files are available for download and optionally emailed to a specified email. Don&#8217;t get caught without a recent backup of your theme or images or plugins.</p><p>You can adjust the interval between backups and the email address to which the backups are sent.</p><p>Note:<br /> a) As the size of the zip files increase, it may not be possible to email the files due to limitations of email servers.</p><p>b) It requires some editing on PHP.INI at your server, but not all hosting service provider allows you to access that feature.</p><p>Why do you need this?<br /> On a Rainy Day this will save your life.</p></div></li><li><div><a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WP Database Backup</a> &#8211; Database is the crucial part of your blog system. WordPress database backup creates backups of your core WordPress tables as well as other tables of your choice in the same database. It can backup database to your server as well as it can email the database directly to your inbox. Nifty? Yup, it is pretty sweet when you can also schedule the interval between the backups.</p><p>Why do you need this?<br /> On a Rainy Day this also will save your life.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache</a> â€“ A very popular and easy to use caching plugin which generates static html files from your dynamic WordPress blog. After a html file is generated your web server will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. Yes, it is a noticeable performance improvement tool. Pretty easy to setup and configure.</p><p>Why do you need this?<br /> This generates static files and reduce loads on the server dramatically.</p><p><em>Alternative would be:<br /> </em></p><p><a href="http://wordpress.org/extend/plugins/w3-total-cache/" target="_blank">W3 Total Cache</a> &#8211; This is another alternative to the WP Super Cache plugin. Trusted by many popular blogs like: mashable.com, pearsonified.com, webdesignerdepot.com, freelanceswitch.com, briansolis.com, css3.info, tutsplus.com, yoast.com, noupe.com and others. W3 Total Cache improves the user experience of your blog by improving your server performance, caching every aspect of your site, reducing the download time of your theme and providing transparent content delivery network (CDN) integration.</p><p>Benefits:<br /> * At least 10x improvement in site performance (Grade A in YSlow, when fully configured)<br /> * &#8220;Instant&#8221; second page views (browser caching after first page view)<br /> * Reduced page load time: increased visitor time on site (visitors view more pages)<br /> * Optimized progressive render (pages appear to load instantly)<br /> * Improved web server performance (easily sustain high traffic spikes)<br /> * Up to 80% Bandwidth savings via Minify and HTTP compression of HTML, CSS, JavaScript and RSS feeds</p><p>Note: This plugin is designed for very advance users.</p><p>Why do you need this?<br /> I&#8217;ve moved from WP-Super Cache to this one for some specific performance reasons but as a general blogger you can always use WP Super Cache plugin.</p></div></li><li><div><a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" target="_blank">Maintenance Mode Plugin</a> â€“ Adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end. A great tool to use while you upgrade your blog.</p><p>Why do you need this?<br /> Definitely you don&#8217;t want your visitors to end up on some error page while you are upgrading your blog <img src='http://www.ruhanirabin.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></div></li><li><div><a href="http://wordpress.org/extend/plugins/plugin-manager/" target="_blank">Plugin Manager</a> &#8211; lets you to view, download and install plugins from wordpress.org from an AJAX&#8217;ed interface, instead of manually downloading, extracting and uploading each plugin. A real time saver you can say.</p><p><em>Another alternative would be:</em></p><p><a href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central" target="_blank">Plugin Central</a> &#8211; Automatically installs WordPress plugins by name and URL. Provides automatic update of multiple plugins.</p><p>Why do you need this?<br /> It makes you life much more simpler for installing and updating plugins.</p></div></li><li><div><a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank">Role Manager</a> &#8211; allows you to assign different levels of access to different contributors to your blog â€“ for example, only allowing a user to contribute to a particular category. Comes with very detailed and exclusive options.</p><p>Why do you need this?<br /> This one will give you the flexibility of managing multiple level of permissions on your blog. If you run a multi-author blog, this will become your Swiss army knife.</p></div></li><li><div><a href="http://blogwaffe.com/2006/10/04/421/" target="_blank">No Self Ping</a> â€“ Prevents your blog from sending pingbacks internally to your other posts.</p><p>Why do you need this?<br /> Self-Pinging is simply annoying</p></div></li><li><div><a href="http://www.ruhanirabin.com/wp-optimize/" target="_blank">WP-Optimize</a> &#8211; Oh yeah, this is kinda shameless plug. I know. But Remember WP-Optimize can clean your database overhead in one simple click, cleans up your post revisions, additionally allows you to change your username and enables you to clean up your spam queue comments in a flash.</p><p>Why do you need this?<br /> Enables you to cleanup your database overhead, easy and simple to use. Compatible with all Wordpress 2.x databases and keeps your database in a optimal condition without going through PhpMyAdmin interface. You should run it at least once every month.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/sitepress-multilingual-cms/" target="_blank">WPML Multilingual CMS</a> &#8211; Allows building complete multilingual sites with WordPress</div></li><li><div><a href="http://wordpress.org/extend/plugins/pretty-link/" target="_blank">Pretty Link</a> &#8211; Shrink, track and share any URL on the Internet from your WordPress website. You can now shorten links using your own domain name (as opposed to using tinyurl.com, bit.ly, or any other link shrinking service)! In addition to creating clean links, Pretty Link tracks each hit on your URL and provides a full, detailed report of where the hit came from, the browser, os and host. Pretty Link is a killer plugin for people who want to mask their affiliate links, track clicks from emails, their links on Twitter to come from their own domain, or generally increase the reach of their website by spreading these links on forums or comments on other blogs.</div></li><li><div><a href="http://wordpress.org/extend/plugins/sidebar-login/" target="_blank">Sidebar-Login</a> &#8211; has both a widget and a template tag to allow you to have a login form in the sidebar of your wordpress powered blog.</div></li><li><div><a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress.com Stats</a> &#8211; Automattic created its own stats system, to focus on just the most popular metrics a blogger wants to track and provide them in a clear and concise interface. Installing this stats plugin is much like installing Akismet, all you need is to put in your API Key and the rest is automatic.</div></li><li><div><a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/" target="_blank">Feedburner Feed Replacement</a> &#8211; Forwards all feed traffic to Feedburner while letting through some important User-Agents.</div></li><li><div><a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/" target="_blank">Adminimize</a> &#8211; Visually compresses the administrative header so that more admin page content can be initially seen. Also moves &#8216;Dashboard&#8217; onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area. Adminimize is a WordPress plugin that lets you hide &#8216;unnecessary&#8217; items from the WordPress administration menu, submenu and even the &#8216;Dashboard&#8217;, with forwarding to the Manage-page. On top of that, you can also hide post meta controls on the Write page and other areas in the admin-area and Write-page, so as to simplify the editing interface. Compatible with WordPress 2.5 or later. Configure all metaboxes and other areas in the write-area. The new theme move the Tags- and Category-box to the sidebar, switch off optional metaboxes and other areas in the write-area. Scroll automatically to the Textbox, when you click the write-button. Many options for menu, submenu and all areas, metaboxes in the write-area, separated for all roles in WordPress. <a href="http://wordpress.org/extend/plugins/adminimize/screenshots/" target="_blank">Screen Shots</a>.</div></li><li><div><a href="http://crowdfavorite.com/wordpress/" target="_blank">WordPress Mobile Edition</a> shows mobile visitors a mobile version of the site. You have to install the theme as well</div></li><li><div><a href="http://plugins.spiralwebconsulting.com/analyticator.html" target="_blank">Google Analyticator</a> makes it easy to enable Google Analytics on your blog and measure where visitors are coming from, what terms they are searching for, etc.</p><p>Another strong alternative is:</p><p><a href="http://wordpress.org/extend/plugins/ultimate-google-analytics/" target="_blank">Ultimate Google Analytics</a> &#8211; Plugin to add Google Analytics JavaScript to each page on your weblog without making any changes to your template. The plugin can also add tracking to outbound links, downloads from your own site and mailto: links.</div></li><li><div><a href="http://kerrywebster.com/design/branded-login-screen-for-wordpress-27/" target="_blank">Branded Login Screen for WordPress</a> &#8211; Lets you use custom login screen instead of WordPress default. Branded Admin which lets you change the admin area is also available</div></li><li><div><a href="http://www.peteholiday.com/wp-sentry" target="_blank">WP Sentry</a> is a plugin for access-restricted posting, allowing bloggers to discuss sensitive subjects without being exposed to Google or non registered users. With WP Sentry you can create user groups, specify which users or groups have access to the post. Setting any access restrictions forces the post to be listed as “private” in WordPress, so you don&#8217;t have to worry about forgetting to hide a sensitive post. Users may be members of multiple groups.</div></li><li><div><a href="http://www.johnkolbert.com/portfolio/wp-plugins/absolute-privacy/" target="_blank">Absolute Privacy</a> for WordPress provides you with the ultimate user moderation. It&#8217;s perfect for family blogs, private communities, and personal websites. It could force users to enter first and last name during registration, let users to choose their own passwords, get emailed every time an approval is waiting (with a link for quick approval), lock out all non-logged in views from your website.</div></li><li><div><a href="http://wordpress.org/extend/plugins/co-authors/" target="_blank">Co-Authors Plugin</a> &#8211; When you have a blog that is being run by multiple authors, there are times that more than one person contribute to an article. Co-Authors that will let you associate multiple authors to a post in WordPress. Co-authored posts appear on a co-author&#8217;s posts page and feed. Additionally, co-authors may edit the posts they are associated with, and co-authors who are contributors may only edit posts if they have not been published (as is usual).</div></li><li><div><a href="http://www.deepwave.net/articles/hide_dashboard/" target="_blank">Hide Dashboard</a> &#8211; This plugin lets you hide dashboard features from some users. The title just say it all.</div></li><li><div><a href="http://ericulous.com/2007/03/19/wp-plugin-genki-pre-publish-reminder/" target="_blank">Pre-Publish Post Reminder</a> &#8211; Always forget to insert your signature, thumbnail or maybe a category image? Or need a place to store your code where you can conveniently copy and paste into your post? Need to leave a note for co-authors? This is what this plugin is for â€“ a handy reminder list on your Post Admin page.</div></li><li><div><a href="http://plugins.trac.wordpress.org/wiki/Userextra" target="_blank">Userextra</a> On Blogs that have multiple authors, it is wise to assign authors to specific categories to avoid confusion. This plugin limits the user to publishing into the categories he/she is assigned.</div></li></ol><h3>Content Plugins</h3><p>Empower your contents with these terrific plugins:</p><ol><li><a href="http://coffee2code.com/wp-plugins/customizable-post-listings" target="_blank">Customizable Post Listings</a> &#8211; Display Recent Posts, Recently Commented Posts, Recently Modified Posts, Random Posts, and other post, page, or draft listings using the post information of your choosing in an easily customizable manner. You can narrow post searches by specifying categories and/or authors, among other things.</li><li><a href="http://www.unfoldingneurons.com/neurotic-plugins/organize-series-wordpress-plugin/" target="_blank">Organize Series</a> &#8211; This plugin adds a number of features to wordpress that enable you to easily write and organize a series of posts and display the series dynamically in your blog. You can associate &#8220;icons&#8221; or &#8220;logos&#8221; with the various series. This version of Organize Series Plugin requires at least WordPress 2.8 to work<em>Another alternative would be:</em><a href="http://remstate.com/projects/in-series/" target="_blank">In Series</a> â€“ Allows you to easily group a series of posts into a series.Why do you need this?<br /> If you have multiple posts that are part of a series, this plugin will help you out by automating managing the series of posts.</li><li><a href="http://wordpress.org/extend/plugins/post-template/" target="_blank">Post Template</a> allows you to create templates for posts with the same structure â€“ perfect for reviews and series, and also useful to keep a multi-author blog consistent.</li><li><a href="http://wordpress.org/extend/plugins/comicpress-manager/" target="_blank">ComicPress Manager</a> &#8211; ComicPress Manager ties in with the ComicPress theme to make managing your WordPress-hosted Webcomic easy and fast.</li><li><a href="http://wordpress.org/extend/plugins/wp-table-reloaded/" target="_blank">WP-Table Reloaded</a> &#8211; Enables you to create and manage tables in your WP&#8217;s admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. You can include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML. <a href="http://wordpress.org/extend/plugins/wp-table-reloaded/screenshots/" target="_blank">Screen shots</a>.</li><li><a href="http://wordpress.org/extend/plugins/quotes-collection/" target="_blank">Quotes Collection</a> &#8211; Ajax powered Random Quote sidebar widget helps you collect and display your favorite quotes on your WordPress blog.</li><li><a href="http://mitcho.com/code/yarpp/" target="_blank">Yet Another Related Posts Plugin</a> &#8211; Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the display.Alternative<a href="http://www.microkid.net/wordpress/related-posts/" target="_blank">Microkid&#8217;s Related Posts</a> allows you to manually add related posts.</li><li><a href="http://johannes.jarolim.com/yapb" target="_blank">Yet Another Photoblog</a> &#8211; Convert your WordPress Blog into a full featured photoblog in virtually no time. Use the full range of WordPress functions and plugins: Benefit from the big community WordPress has to offer</li><li><a href="http://www.dagondesign.com/articles/add-signature-plugin-for-wordpress/" target="_blank">Add Signature Plugin for WordPress</a> &#8211; This plugin lets you display a custom signature at the bottom of your posts. Simply type the text you want in the options page and configure it to display on every post, or manually display it by adding the trigger text wherever you like. You can also add in author information using the included variables â€“ login name, first name, last name, nickname, email address, website, and description/bio. It get this information from the author&#8217;s account settings. It currently supports up to three different signature templates.</li><li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/insights" target="_blank">Insights WordPress plugin</a> bring a powerful new way to write your blog posts. With Insights you can very quickly (in couple of seconds) do the following: search your blog for posts, edit them or insert links to them into the current post, insert Flickr Images, Youtube videos, links to Wikipedia, Google Map. Insights allows you to do all this using dynamic AJAX interface which loads the relevant information to your post in just a few seconds</li><li><a href="http://www.dagondesign.com/articles/posts-by-author-plugin-for-wordpress/" target="_blank">Post By Author</a> &#8211; This plugin will show the last X posts by the current author either at the bottom of every post, or where you manually specify in each post. Using the built-in options page, you can choose the number of posts to show, set the header text, choose to show the post dates, select the format of the date, and choose whether or not to include the current post in the list</li></ol><h3>SEO Plugins</h3><p>SEO Plays a very crucial role in your Blog, so here are the plugins you need. For more SEO plugins and tools for WordPress, take a look inside the &#8220;<a href="http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/">Total solutions for WordPress SEO</a>&#8221; post.</p><ol><li><div><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a> &#8211; A must install. A very powerful Out-of-the-box SEO for your Wordpress blog.</p><p><em>Another alternative would be:<br /> </em></p><p><a href="http://wordpress.org/extend/plugins/headspace2/" target="_blank">HeadSpace2 SEO</a> &#8211; All-in-one meta-data manager that allows you to fine-tune the SEO potential of your site</div></li><li><div><a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Google XML Sitemaps</a> &#8211; This plugin will generate a sitemaps.org compatible sitemap of your WordPress blog which is supported by Ask.com, Google, MSN Search and YAHOO.</div></li><li><div><a href="http://www.askapache.com/seo/404-google-wordpress-plugin.html" target="_blank">AskApache Google 404</a> &#8211; Displays unbeatable information to site visitors arriving at a non-existent page (from a bad link). Major SEO with Google AJAX, Google 404 Helper, Related Posts, Recent Posts, etc..</div></li><li><div><a href="http://michael.tyson.id.au/smart-404" target="_blank">Smart 404</a> &#8211; Rescue your viewers from site errors! When content cannot be found, Smart 404 will use the current URL to attempt to find matching content, and redirect to it automatically. Smart 404 also supplies template tags which provide a list of suggestions, for use on a 404.php template page if matching content can&#8217;t be immediately discovered.</div></li><li><div><a href="http://wordpress.org/extend/plugins/simple-tags/" target="_blank">Simple Tags</a> &#8211; Simple Tags is the successor of Simple Tagging Plugin This is THE perfect tool to manage perfectly your WP 2.3, 2.5, 2.6, 2.7 and 2.8 tags. It was written with this philosophy : best performances, more secured.</div></li><li><div><a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/" target="_blank">WP Greet Box</a> &#8211; Show a different message to your visitor depending on which site they are coming from. For example, you can ask Digg visitors to Digg your post, Google visitors to subscribe to your RSS feed, and more! Best of all, this plugin is compatible with various WordPress cache plugins.</div></li></ol><h3>Comments Plugins</h3><p><em><strong>3rd Party Hosted Commenting Systems</strong></em></p><p><a href="http://disqus.com" target="_blank">Disqus Commenting System</a>: My personal favorite. It&#8217;s a total web comments management service integrated with many popular Social Media Platforms. Namely you can comment using your facebook login, OpenID, Twitter and others. Very handy moderation dashboard and a mature product. You will need to have an account with Disqus and you need to register your blog to it first. It also sync the comments with WordPress database so if you decided not to use it anymore, all your comments will be available to WordPress. Not to mention that this system also contains a <a href="http://wordpress.org/extend/plugins/disqus-comment-system/" target="_blank">WordPress Plugin</a> for easier sync and manageably. All comments interface is hosted by <a href="http://disqus.com" target="_blank">Disqus</a> itself.</p><p><strong>Alternative Choice 1</strong></p><p><a href="http://intensedebate.com/" target="_blank">IntenseDebate</a>: Almost all the same feature as Disqus commenting system with some additional options. It has it&#8217;s <a href="http://wordpress.org/extend/plugins/intensedebate/" target="_blank">own WordPress plugin as well</a>. Created by the owner of <a href="http://automattic.com/" target="_blank">WordPress systems</a>. I still prefer <a href="http://disqus.com" target="_blank">Disqus</a> though.</p><p><strong>Alternative Choice 2</strong></p><p><a href="http://js-kit.com/" target="_blank">JS-KIT Echo</a>: Well known JavaScript based hosted commenting platform which also integrates with WordPress, provides a good number of alternative login systems and Social Media interaction for commenting.</p><p><em>Verdict</em>: Disqus Commenting System. Continue to the rest of this section if you are not interested on one stop solutions or you might like to customize the features of the comments section of your blog.</p><p><strong><em>Blog Comments Plugins</em></strong></p><ol><li><div><a href="http://akismet.com/" target="_blank">Akismet</a> Spam filter plugin (Requires a WordPress.org free account) is an absolute must for any blog, filtering out obvious spam and holding back the dubious stuff for moderation.</div></li><li><div><a href="http://wordpress.org/extend/plugins/wp-ajax-edit-comments/" target="_blank">WP Ajax Edit Comments</a> &#8211; The most powerful comment editing solution for WordPress. Users can edit their own comments for a limited time, while admins can edit all comments.</p><p>Note: Handy and Useful but resource heavy.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/sem-dofollow/" target="_blank">DoFollow</a> is a plugin which disables the default â€˜nofollow&#8217; setting on Wordpress blogs (which tells search engines to disregard any links in comments). This means that links posted in comments benefit from â€˜Google juice&#8217;.</p><p>Note: Personally I&#8217;m not using it right now because I am using Disqus.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/commentluv/" target="_blank">CommentLuv</a> &#8211; This plugin will visit the site of the comment author while they type their comment and retrieve a selection of their last blog posts, tweets or digg submissions which they can choose one from to include at the bottom of their comment when they click submit.</p><p>Note: It has been found to increase comments and the community spirit for the thousands of blogs that have installed it. With a simple install you will immediately start to find new and interesting blog posts, tweets and diggs from your own blog and community. Visit <a href="http://comluv.com/" target="_blank">ComLuv</a> for more information.</div></li><li><div><a href="http://wordpress.org/extend/plugins/gurken-subscribe-to-comments/" target="_blank">Gurken StC</a> is an extension of the version from Mark Jaquith (txfx.net). It supports closed-loop authentication which means that you first have to confirm your mail address, before you&#8217;re able to receive notifications about subsequent comments.</div></li><li><div><a href="http://wordpress.org/extend/plugins/comment-rating/" target="_blank">Comment Rating</a> &#8211; Allows visitors to rate comments in Like vs. Dislike fashion with clickable images. Poorly-rated &amp; highly-rated comments are displayed differently</div></li><li><div><a href="http://yoast.com/wordpress/comment-redirect/" target="_blank">Comment Redirect</a> &#8211; This plugin redirect your first time commentators to a WordPress page of your choice. This is an excellent plugin to use if you want to thank your first time commentators. You can send them to a page where you have written some kind words for them.</div></li><li><div><a href="http://www.justinshattuck.com/2007/03/19/comment-relish-WordPress-plugin/" target="_blank">Comment Relish</a> â€“ This plugin lets you send out email to your new commentators and welcome them/thank them. This is a great way to initiate the process of interaction. Keep the message short and sweet. Tag with it some resources that might be helpful to your users. Often times marketers attach freebies and other products which makes the new visitor, a loyal user to your website.</div></li></ol><h3>Image Plugins</h3><ol><li><div><a href="http://wordpress.org/extend/plugins/scissors/" target="_blank">Scissors</a> &#8211; Enhances WordPress&#8217; handling of images by introducing cropping, resizing, rotating, and watermarking functionality.</div></li><li><div><a href="http://wordpress.org/extend/plugins/simple-flickr-plugin/" target="_blank">Simple Flickr Photos</a> &#8211; Displays Flickr photos based on your settings.</p><p>Note: This one also depends on what kind of focus you have on your blog. If you are a photographer and you host your images at Flickr then you might consider using this.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/" target="_blank">jQuery Lightbox</a> &#8211; Image overlay plugin</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/jquery-lightbox-for-native-galleries/" target="_blank">jQuery Lightbox For Native Galleries</a> &#8211; Makes the native WordPress galleries use a lightbox to display the fullsize images.</p><p><em>Yet another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/lightview-plus/" target="_blank">Lightview Plus</a> &#8211; A wordpress plugin which implements lightview of Nick Stakenburg. Lightview does the same as lightbox, but in a much nicer way and since Version 2.0 much more. Now lightview-plus plays videos from YouTube and Vimeo.</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/lightbox-plus/" target="_blank">Lightbox Plus</a> &#8211; Permits users to view larger versions of images from the current page and display simple slide shows, all in an overlay.</div></li><li><div><a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">Nexgen Gallery</a> &#8211; NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option. You need to check out the <a href="http://nextgen-gallery.com/" target="_blank">Demo Site</a>.</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/flash-album-gallery/" target="_blank">GRAND Flash Album Gallery</a> &#8211; Full integrated (flash skin based, slideshow) Image Gallery plugin with a powerful admin back end.</div></li></ol><h3>Social Media Plugins</h3><p>Lets you integrate your blog and interact with many social media platforms:</p><ol><li><div><a href="http://www.joedolson.com/articles/wp-to-twitter/" target="_blank">WP to Twitter</a> &#8211; The WP-to-Twitter plugin posts a Twitter status update from your WordPress blog using the Cli.gs URL shortening service to provide a link back to your post from Twitter. If you have a Cli.gs API key, the shortened URL will also be filed in your Cli.gs account so that you can track statistics for the shortened URL. The plugin can send a default message for updating or editing posts or pages, but also allows you to write a custom Tweet for your post which says whatever you want. By default, the shortened URL from Cli.gs is appended to the end of your message, so you should keep that in mind when writing your custom Tweet. Any status update you write which is longer than the available space will automatically be truncated by the plugin. This applies to both the default messages and to your custom messages.</div></li><li><div><a href="http://xavisys.com/wordpress-twitter-widget/" target="_blank">Twitter Widget Pro</a> &#8211; A widget that properly handles twitter feeds, including @username, #hashtag, and link parsing. It supports displaying profiles images, and even lets you control whether to display the time and date of a tweet or how log ago it happened (about 5 hours ago, etc). Requires PHP5.</div></li><li><div><a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">Sociable</a> â€“ Automatically adds links to your favorite social bookmarking sites to your posts, pages and RSS feed</div></li><li><div><a href="http://wordpress.org/extend/plugins/sexybookmarks/" target="_blank">SexyBookmarks</a> &#8211; Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three</div></li><li><div><a href="http://wordpress.org/extend/plugins/twitoaster/" target="_blank">Twitoaster</a> &#8211; Twitter Conversations. Automatically retrieve Twitter Replies to your Blog&#8217;s Posts. These Twitter Replies are handled like Posts Comments, using WP built-in comment system.</div></li><li><div><a href="http://wordpress.org/extend/plugins/twitter-goodies/" target="_blank">Twitter Goodies</a> plugin will show your tweets under Sidebar Area (Widget), Post and/or Pages</div></li><li><div><a href="http://kovshenin.com/wordpress/plugins/twitter-friendly-links/" target="_blank">Twitter Friendly Links</a> &#8211; The plugin creates a shorter link for every blog post, so instead of <a href="http://kovshenin.com/wordpress/plugins/twitter-friendly-links/">http://kovshenin.com/wordpress/plugins/twitter-friendly-links/</a> you can use <a href="http://kovshenin.com/712">http://kovshenin.com/712</a>. Sweet, huh?</div></li><li><div><a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/">Digg Digg Wordpress Plugin</a> Wordpress plugin that is used to generate social vote button, which include Digg , Reddit , Dzone , Yahoo Buzz , TweetMeme (twitter) , fbShare (facebook) and Polladium  buttons.</div></li><li><div><a href="http://wordpress.org/extend/plugins/wp-followme/" target="_blank">WP FollowMe</a> is a wordpress plugin that allow you to add a twitter &#8220;Follow me&#8221; badge on your wordpress blog.</div></li><li><div><a href="http://www.backtype.com/plugins/tweetcount" target="_blank">BackType Tweetcount</a> &#8211; The BackType Tweetcount plugin shows the number of tweets your posts get and allows users to retweet.</p><p><em>Another cool alternative would be:</em></p><p><a href="http://sudarmuthu.com/wordpress/easy-retweet" target="_blank">Easy Retweet</a> &#8211; Simple and effective retweet button for your blog posts.</div></li><li><div><a href="http://wordpress.org/extend/plugins/tweet-blender/" target="_blank">Tweet Blender</a> &#8211; Similar in functionality to Twitter&#8217;s own widget but has support for multiple authors, hashtags, and keywords all blended together. The plugin can show tweets from just one user (as all other Twitter plugins do); however, it can also show tweets for a topic which you can define via Twitter hashtag or keyword. But there is more! It can also show tweets for multiple authors AND multiple keywords AND multiple hashtags all blended together into a single stream. <a href="http://wordpress.org/extend/plugins/tweet-blender/screenshots/" target="_blank">View Screen Shots</a>.</div></li><li><div><a href="http://wordpress.org/extend/plugins/add-to-any-subscribe/" target="_blank">Add to Any: Subscribe Button</a> &#8211; Helps readers subscribe to your blog using any feed reader, such as Google Reader, My Yahoo!, Netvibes, Windows Live, and all other RSS readers. The button comes with AddToAny&#8217;s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor&#8217;s browsing history.</div></li><li><div><a href="http://wordpress.org/extend/plugins/share-this/" target="_blank">ShareThis</a> &#8211; The ShareThis WordPress plugin provides a simple way for users to add your post to many social bookmarking sites, or to send a link to your post via email, AIM, Facebook, Twitter and more</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/add-to-any/" target="_blank">Add to Any: Share/Bookmark/Email Button</a> &#8211; Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious, and over 100 more social bookmarking and sharing sites. The button comes with AddToAny&#8217;s customizable Smart Menu, which places the services visitors use at the top of the menu, based on each visitor&#8217;s browsing history</div></li><li><div><a href="http://wordpress.org/extend/plugins/gigya-socialize-for-wordpress/" target="_blank">Gigya Socialize</a> &#8211; Increase Registration and Engagement using Facebook Connect, Twitter and OpenID. <a href="http://blog.gigya.com/" target="_blank">Demo Site</a>.</div></li><li><a href="http://www.sociable.es/facebook-connect/" target="_blank">Facebook Connect for WordPress</a> &#8211; Wordpress plugin that allows direct integration of Wordpress blogs with Facebook using Facebook Connect.</li><li><a href="http://www.openparenthesis.org/code/wp" target="_blank">WordBook</a> &#8211; Bring your WordPress blog posts into Facebook, and enabling users to comment and share those posts.</li><li><div><a href="http://wordpress.org/extend/plugins/lastfm-records/" target="_blank">Last.Fm Records</a> &#8211; This plugin shows CD covers on your WordPress weblog. It connects to last.fm and grabs the list of CDs you listened to recently and tries to find the cover images at last.fm</div></li><li><div><a href="http://neop.gbtopia.com/?p=108" target="_blank">Postalicious</a> is a WordPress plugin that automatically posts your delicious, ma.gnolia, Google Reader, Reddit, or Yahoo Pipes bookmarks to your blog. The exact details of how your bookmarks are posted are very customizable and are designed to meet your specific needs. Postalicious uses the pseudo-cron functionality introduced in WordPress 2.1 to schedule automatic hourly updates. If you do not have WordPress 2.1 or later installed, you will still be able to use Postalicious, but you will have to perform the updates manually</div></li><li><div><a href="http://lesterchan.net/wordpress/readme/wp-email.html" target="_blank">WP-Email</a> &#8211; Allows people to recommend/send your WordPress blog&#8217;s post/page to a friend.</div></li></ol><h3>Widget/Presentation Plugins</h3><ol><li><div><a href="http://wordpress.org/extend/plugins/my-link-order/" target="_blank">My Link Order</a> &#8211; Allows you to set the order in which links and link categories will appear in the sidebar.</div></li><li><div><a href="http://wordpress.org/extend/plugins/video-sidebar-widgets/" target="_blank">Video Sidebar Widgets</a> &#8211; A video sidebar widget using WordPress 2.8 Widgets API to display videos such as Vimeo, YouTube, MySpace Videos etc. Requires at least WordPress 2.8.1</div></li><li><div><a href="http://wordpress.org/extend/plugins/about-me-widget/" target="_blank">About Me widget</a> &#8211; Add an &#8220;About Me&#8221; widget to your sidebar.</p><p>Note: Not really necessary but it still depends on your choice. It&#8217;s not a good thing to clutter up your sidebar.</p></div></li><li><div><a href="http://wordpress.org/extend/plugins/advanced-rss/" target="_blank">Advanced RSS</a> &#8211; This plugin creates a new RSS widget. You can use this to replace the built in RSS widget or along side it. It is substantially more powerful than the built in widget in that you have complete control over how the feed is displayed via XSL templates. The plugin also includes an admin page for creating, editing and deleting the xsl templates, along with running tests to ensure your environment supports the required features. Additionally some plugin-wide options may be configured</div></li><li><div><a href="http://wordpress.org/extend/plugins/sidebar-photoblog/" target="_blank">Sidebar Photoblog</a> &#8211; An easy to use photoblog plugin helps you to share your daily photos on your sidebar. With photo archive, nice effects and ability to show random photo.</div></li><li><div><a href="http://wordpress.org/extend/plugins/top-commentators-widget/" target="_blank">Top Commentators Widget</a> &#8211; Adds a sidebar widget to show the top commentators in your WP site. Adapted from Show Top Commentators plugin at Personal Financial Advice</div></li><li><div><a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank">Flexi Pages Widget</a> &#8211; A highly configurable WordPress sidebar widget to list pages and sub-pages. User friendly widget control comes with various options.</div></li><li><div><a href="http://wordpress.org/extend/plugins/get-recent-comments/" target="_blank">Get Recent Comments</a> &#8211; This plugin shows excerpts of the latest comments and/or trackbacks in your sidebar. You have comprehensive control about their appearance. This ranges from the number of comments, the length of the excerpts up to the html layout. You can let the plugin order the comments by the corresponding post, or simply order them by date. The plugin can (optionally) separate the trackbacks/pingbacks from the comments. It can ignore comments to certain categories, and it offers support for gravatars. It only gives extra work to the database, when actually a new comment arrived. You can filter out unwanted pingbacks, which originate from your own blog. And it is a widget.</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/wp-recentcomments/" target="_blank">WP-RecentComments</a> &#8211; Display recent comments in your blog sidebar.</div></li><li><div><a href="http://mou.me.uk/projects/wordpress/plugins/facebook-dashboard-widget/" target="_blank">Facebook Dashboard Widget</a> &#8211; You can display your Facebook friends status updates, posted items and/or notifications on your WordPress dashboard. Require WP 2.5 or above.</div></li><li><div><a href="http://www.mikesmullin.com/wordpress_plugins/list-authors-widget-10/" target="_blank">List Authors Widget</a> &#8211; This plugin display a list of authors in your WordPress Sidebar Widgets linking to the authors.php page</div></li></ol><h3>Banner and Advertise Plugins</h3><ol><li><div><a href="http://meandmymac.net/plugins/adrotate/" target="_blank">AdRotate</a> &#8211; Make making money easy with AdRotate. Add advanced banners to your website using the simplest interface available!</div></li><li><div><a href="http://www.thulasidas.com/adsense" target="_blank">Easy AdSense</a> &#8211; Easiest way to show AdSense and make money from your blog.</div></li><li><div><a href="http://wordpress.org/extend/plugins/wp-insert/" target="_blank">WP-Insert</a>: Allows insert any type of content fragments inside your posts, can be used as a AD Manager also.</div></li><li><div><a href="http://wordpress.org/extend/plugins/sponsors-slideshow-widget/" target="_blank">Sponsors Slideshow Widget</a> &#8211; Widget to display a certain link category with images as slide show.</div></li><li><div><a href="http://wordpress.org/extend/plugins/author-advertising-plugin/" target="_blank">Author Advertising Plugin</a> &#8211; Specially for multi author blogs. This plugin allows blog admins to create a revenue sharing program utilizing one of the many advertising programs out there i.e Yahoo, Google Adsense, Amazon, Allposters etc.</div></li></ol><h3>Other Plugins</h3><ol><li><div><a href="http://wordpress.org/extend/plugins/paypal-donations/" target="_blank">PayPal Donations</a> &#8211; Easy and simple setup and insertion of PayPal donate buttons with a shortcode or through a sidebar Widget. Donation purpose can be set for each button</div></li><li><div><a href="http://contactform7.com/" target="_blank">Contact Form 7</a> &#8211; Simple, flexible but efficient contact form plugin</p><p><em>Another alternative would be:</em></p><p><a href="http://www.deliciousdays.com/cforms-plugin" target="_blank">cForms II</a> allows you to create multiple and customizable contact forms across your blog, including multiple forms on the same page.</div></li><li><div><a href="http://wordpress.org/extend/plugins/download-monitor/" target="_blank">Wordpress Download Monitor</a> &#8211; Manage downloads on your site, view and show hits, and output in posts.</div></li><li><div><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/" target="_blank">WP-CodeBox</a> &#8211; WP-CodeBox provides clean syntax highlighting and AJAX advanced features for embedding source code within pages or posts.</div></li><li><div><a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">WP-PageNavi</a> &#8211; Adds a more advanced paging navigation to your WordPress blog</div></li><li><div><a href="http://wordpress.org/extend/plugins/polldaddy/" target="_blank">PollDaddy Polls</a> &#8211; The PollDaddy Polls plugin allows you to create and manage polls from within your WordPress dashboard. You can create polls, choose from 20 different styles for your polls and view all results for your polls as they come in. All PollDaddy polls are fully customizable, you can set a close date for your poll, create multiple choice polls, choose whether to display the results or keep them private. You can even embed the polls you create on other websites. You can collect unlimited votes and create unlimited polls</div></li><li><div><a href="http://wordpress.org/extend/plugins/category-icons/" target="_blank">Category Icons</a> &#8211; Assigns icons to categories with WordPress 2.3 or higher.</div></li><li><div><a href="http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/" target="_blank">TDO Mini Forms</a> &#8211; This plugin allows you to add highly customizable forms that work with your Wordpress Theme to your website that allows non-registered users and/or subscribers (also configurable) to submit and edit posts and pages. New posts are kept in &#8220;draft&#8221; until an admin can publish them (also configurable). Likewise edits can be kept be automatically kept as revisions until an admin approves them. It can optionally use Akismet to check if submissions and contributions are spam. TDO Mini Forms can be used to create &#8220;outside-the-box&#8221; uses for Wordpress, from Contact Managers, Ad Managers, Collaborates Image Sites, Submit Links, etc.</div></li><li><div><a href="http://lesterchan.net/wordpress/readme/wp-print.html" target="_blank">WP-Print</a> &#8211; Displays a printable version of your WordPress blog&#8217;s post/page.</p><p><em>Another alternative would be:</em></p><p><a href="http://wordpress.org/extend/plugins/bunnys-print-css/" target="_blank">Bunny&#8217;s Print CSS</a> creates a stylesheet for printing so users printing pages from your blog can avoid endless pages of widgets, comments or other page furniture (including design elements).</div></li><li><div><a href="http://www.thisismyurl.com/download/wordpress-downloads/easy-popular-posts/" target="_blank">Easy Popular Posts</a> shows you your most popular posts â€“ useful to install in a sidebar (you&#8217;ll need to put a line of PHP in the sidebar template for this).</div></li><li><div><a href="http://wordpress.org/extend/plugins/gd-star-rating/" target="_blank">GD Star Rating</a> &#8211; GD Star Rating plugin allows you to set up rating and review system for posts, pages and comments in your blog. You can set many options for displaying the rating stars, and also add widgets into the sidebars for displaying top ratings and other statistics generated by the plugin. Plugin includes advanced settings panels that will allow you to control many aspects of rating. Plugin also supports multi ratings along with thumbs based ratings. Plugin supports use of cache plugins and dynamic loading of data using ajax</div></li><li><div><a href="http://wordpress.org/extend/plugins/gd-press-tools/" target="_blank">GD Press Tools</a> &#8211; GD Press Tools is a collection of various administration, seo, maintenance, backup and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists. Some of the features don&#8217;t work with every version of the WordPress</div></li><li><div><a href="http://wordpress.org/extend/plugins/rss-import/" target="_blank">RSSImport</a> &#8211; Import and display Feeds in your blog, use PHP or the Shortcode.</div></li><li><div><a href="http://scribu.net/wordpress/smart-archives-reloaded/sar-1-4.html" target="_blank">Smart Archives Reloaded</a> is an enhanced version of the Smart Archives. It&#8217;s easier to setup, there is no code editing required, it features better caching and now you don&#8217;t need to wait when publishing a new post and provides you settings page to choose how you want the archives displayed.</div></li><li><div><a href="http://isagoksu.com/proplayer-WordPress-plugin/" target="_blank">ProPlayer WP Plugin</a> will help you to put videos from YouTube, Vimeo, Metacafe, Dailymoition on your blog in any FLV Player. It&#8217;s highly customizable with support of 27 skins and in addition you can play mov/mp4/h264/mp3 files too. Plugins includes Rating video, Visualizer for audio files, Displaying watermark. By default JW FLV Media Player is used.</div></li><li><div><a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube" target="_blank">Smart Youtube</a> is a WordPress plugin that allows you to easily insert Youtube videos in your post, comments and in your RSS feed. The plugin is designed to be small and fast and not use any external resources. Smart YouTube also supports playback of high quality videos, works on iPhone, produces xHTML valid code and allows you to view videos in fullscreen.</div></li><li><div><a href="http://www.instinct.co.nz/e-commerce/" target="_blank">WordPress e-Commerce</a> Plugin is e-Commerce platform with a focus on aesthetics, web standards and usability. This plugin makes it easy for you to accept payments online via Google Checkout, Paypal, Authorize.net, Payment Express. You can also tweak your site to look however you want utilizing WordPress PHP template tags, shortcodes and widgets.</div></li><li><div><a href="http://mtekk.weblogs.us/code/breadcrumb-navxt/" target="_blank">Breadcrumb Navigation</a> is an excellent supplementary navigation system specially for CMS because it helps in site usability. The plugin we are going to share in this article reveals page hierarchy. It is a very good addition to the design because of usability and it also provides SEO benefits because it links to the path hence increasing bot activity in page indexing.</div></li><li><div><a href="http://wordpress.org/extend/plugins/wp-typography/" target="_blank">WP-Typography</a> &#8211; Have you ever wished that you can have rounded quotes, show ellipses, your hyphens don&#8217;t get mixed up, yes WP-Typography takes care of that. This plugin is not required for everyone, it is just for those who care about minor details.</div></li></ol><h3>Conclusion</h3><p>This is my current list of smart, efficient plugins; yet it&#8217;s inevitable that there are other plugins out there which I am not aware of at this moment. Do you know one or maybe few? Feel free to suggest me your favorite plugin using the comment form. I will try my best to keep this post updated with your suggestions.</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.6" /></div><div>Rating: 8.6/<strong>10</strong> (77 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/' rel='bookmark' title='Permanent Link: Ultimate Wordpress SEO Tools and Plugins Resources from WordCampUK'>Ultimate Wordpress SEO Tools and Plugins Resources from WordCampUK</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/ultimate-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>176</slash:comments> </item> <item><title>Ultimate Wordpress SEO Tools and Plugins Resources from WordCampUK</title><link>http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/</link> <comments>http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/#comments</comments> <pubDate>Sun, 19 Jul 2009 18:59:21 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Resources]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[google]]></category> <category><![CDATA[mattcuts]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[presentation]]></category> <category><![CDATA[ranking]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[serp]]></category> <category><![CDATA[tools]]></category> <category><![CDATA[Ultimate]]></category> <category><![CDATA[wordcamp]]></category> <category><![CDATA[wordcampuk]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=1099</guid> <description><![CDATA[How Wordpress Can Help You Rank in GOOGLE. Here is the ultimate list of Wordpress SEO Tools and Reources that you'll ever need to know from wordCampUK<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=9.8" /></div><div>Rating: 9.8/<strong>10</strong> (10 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/ultimate-wordpress-plugins/' rel='bookmark' title='Permanent Link: Lazy Blogger&#8217;s guide to Super Charge WordPress with 100+ Plugins'>Lazy Blogger&#8217;s guide to Super Charge WordPress with 100+ Plugins</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/how-to-change-wordpress-permalinks-without-affecting-google/' rel='bookmark' title='Permanent Link: How to Change Wordpress Permalinks without affecting Google'>How to Change Wordpress Permalinks without affecting Google</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Ultimate%20Wordpress%20SEO%20Tools%20and%20Plugins%20Resources%20from%20WordCampUK%22%20%7D);"></div><p><img height="172" alt="ultimate list of Wordpress SEO Tools and Reources that you'll ever need to know" src="http://www.ruhanirabin.com/userfiles/2009/07/7-20-20092-44-18am.jpg" width="450" /></p><p>I love Wordpress and today I&#8217;m here to present you with an ultimate list of Wordpress SEO Tools and Resources that you&#8217;ll ever need to know. This is a must read presentation and transcript for any wordpress fan. It&#8217;s written by <strong>Nick Garner</strong> and presented at <a href="http://www.slideshare.net/wordcampuk" target="_blank"><strong>wordCampUK</strong></a>. I&#8217;m merely sharing the awesomeness of these resources.<span id="more-1099"></span>&nbsp;</p><p>&nbsp;</p><div id="__ss_1739606" style="WIDTH: 425px; TEXT-ALIGN: left"><object style="MARGIN: 0px" height="355" width="425"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordcamp09-090719055029-phpapp02&amp;stripped_title=wordcampuk-seo-tools-plugins" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wordcamp09-090719055029-phpapp02&amp;stripped_title=wordcampuk-seo-tools-plugins" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355" /></object><div style="FONT-SIZE: 11px; PADDING-TOP: 2px; FONT-FAMILY: tahoma,arial; HEIGHT: 26px">View more <a style="TEXT-DECORATION: underline" href="http://www.slideshare.net/">presentations</a> from <a style="TEXT-DECORATION: underline" href="http://www.slideshare.net/wordcampuk">wordcampuk</a>.</div></div><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><a href="http://www.slideshare.net/wordcampuk" target="_blank"><strong>wordcampUK</strong></a> <strong>SEO tools &amp; plugins &#8211; Presentation Transcript</strong></p><p>&nbsp;</p><p>&nbsp;</p><ol><li>WORDPRESS FOR SEO. HOW WORDPRESS CAN HELP YOU RANK WITH GOOGLE JULY 19TH 2009. <strong>NICK GARNER</strong></li><li>WORDPRESS IS AWESOME WE LOVE IT!</li><li>PRESENTATION STRUCTURE.<br /> 1. Seo is complex, so follow a process and make it simple<br /> 2. Get wordpress set up for SEO &gt; plugins / analytics / testing / webmaster central<br /> 3. Content, be useful &amp; relevant.<br /> 4. Links&#8230;The vote of confidence for your site.<br /> 5. Tools and ways to see how you are moving ahead.</li><li>SEO IS COMPLEX WORDPRESS MAKES IT EASIER</li><li>WORDPRESS FOR SEO. THINK PROCESS Complex way:<br /> The easy way:<br /> 1. Use Wordpress! And get the necessary plugins.<br /> 2. Decide who your audience Is.<br /> 3. Make the content very useful and persuasive.<br /> 4. Structure your content so its easy for engines&#8230;<br /> 5. Get analytics, see where you are going.<br /> 6. Work consistently for at least 6 months.<br /> 7. Socialise and get links into your site.<br /> 8. Conversion optimize and get rewards from your traffic.</li><li>PLUGINS FOR SEO (AND ANALYTICS) MY FAVOURITES THAT SAVES ME TIME AND HASSLE</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><strong>GOOGLE XML SITEMAPS</strong></a>:<br /> GET INDEXED MORE EASILY<br /> 4* / 504 ratings | 1,416,701 downloads<br /> This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.<br /> <strong>COMMENT:</strong> Unless you have a massive site or have indexing problems, then it&rsquo;s a nice extra, but not so important.</li><li>PLUGIN FOR <a href="http:// wordpress.org/extend/plugins/redirection/" target="_blank"><strong>SEO REDIRECTION</strong></a><br /> 4* / 68 ratings | 159,745 downloads<br /> Redirection is a WordPress plugin to manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. Simple interface to add a redirection This is particularly useful if you are migrating pages from an old website, or are changing the directory of your WordPress installation. A graphical interface to manage all your redirections<br /> <strong>COMMENT:</strong> If you are doing an upgrade from a different CMS, or the site has a history of disruptive changes, this plugin can be invaluable as a great way to mop up old links.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/permalink-redirect/" target="_blank"><strong>PERMALINK REDIRECT</strong></a><br /> 5* rating / 14,132 downloads<br /> This plugin fixes all sorts of weird addons to your URL&#8217;s by automatically 301 redirecting to the permalink for that post, page, category or tag page. Only use this plugin if you&#8217;re 110% sure you know what you&#8217;re doing. That way, a URL like this: <a href="http://www.example.com/page1/?q=ek">http://www.example.com/page1/?q=ek</a> Will be automatically redirected to: <a href="http://www.example.com/page1/">http://www.example.com/page1/</a><br /> <strong>COMMENT:</strong> It&rsquo;s one of those &lsquo;enable and go&rsquo; plugins that you just have on in the background. Obviously if you are using affiliate tracking links, then it&rsquo;s a no no.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/bayesian-top-title-learner/" target="_blank"><strong>BAYESIAN RELATED LINKS</strong></a><br /> 6* rating / 1,310 downloads<br /> First, we make a model of browsing behavior. Then we need to figure out the parameters for this model. Bayesian methods allow us to learn the parameters with few assumptions. See Additional Information for more about the mathematical theory.<br /> <strong>COMMENT:</strong> Interesting idea&#8230;I&rsquo;ve always spoken about how important internal linking is, so this does it automatically and is great if you want the site to &lsquo;find its own level&rsquo;.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/automatic-seo-links" target="_blank"><strong>AUTOMATIC SEO LINKS</strong></a><br /> 6* rating / 5,430 downloads<br /> Forget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog. For each link, you can set: Title / Target / Rel Other features Also you can know every moment how many times a word has been changed. This plugin just changes the words in plain text, if it finds a word in a link, title, header.. it would not be replaced. In case the plugin finds more of once the same word in a post, it will only change the first one. This is to avoid black seo and inconveniences to the users.<br /> <strong>COMMENT:</strong> Nice idea, a bit spammy and uncontrollable. If you could switch on or off certain pages and posts, it would be very usable.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank"><strong>ALL IN ONE SEO</strong></a><br /> 4* / 462 ratings | 2,429,459 downloads<br /> As you see from the screengrab, it does about everything automatically. All in One SEO Pack<br /> <strong>COMMENT:</strong> Its almost the default plugin for anyone who cares about SEO. Its really all you need to meta tag optimisation. You can even change tags on Individual pages and posts&#8230;.nice.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/paginated-comments/" target="_blank"><strong>PAGINATED COMMENTS</strong></a><br /> 5* rating / 6 ratings | 4,938 downloads<br /> Paginated Comments is a WordPress Plugin ** developed with SEO in mind ** that gives you the ability to break your comments into a number of search engine optimized pages. You can create pages based on size of comments (so that no page of comments is greater than a certain file size) or you can create pages based on number of comments per page (100 for example). Some features include:<br /> â€¢Titles for each page of comments.<br /> â€¢Description and Keywords for each pages of comments.<br /> â€¢Paginate by size of all comments.<br /> â€¢Paginate by a number of comments.<br /> â€¢Personalize your Pretty Permalinks URI&#8217;s.<br /> â€¢Control page of comments post content.<br /> â€¢Handle this and more features within your WordPress<br /> â€¢Dashboard with a easily menu.</p><p><strong>COMMENT:</strong> I once managed a blog that frequently got 500 plus comments per Post. This was the the best way to manage this massive flow of opinion. And after the plugin install, commenting rose again!</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank"><strong>PAGED NAVIGATION</strong></a><br /> 5* / 60 Ratings | 289,136 downloads Add paged navigation to your category pages<br /> <strong>COMMENT:</strong> It chunks down those very long category pages to makes them manageable for spiders and it allows content to not get buried too quickly as is the case with the normal &lsquo;previous &gt; next&rsquo; footer links.</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/enforce-www-preference/" target="_blank"><strong>ENFORCE WWW PREFERENCE</strong></a><br /> 5* / 8 ratings | 10,934 downloads<br /> Enforce www. Preference enforces your yes-www or no-www preference as defined by your Blog URL setting in &#8216;Options &#8211; General.&lsquo; If you have <a href="http://example.com/">http://example.com/</a>, people who visit any WordPress-served URL staring with <a href="http://www.example.com/">http://www.example.com/</a> will be redirected to the no-www version. If you have <a href="http://www.example.com/">http://www.example.com/</a>, people who visit any WordPress-served URL staring with <a href="http://example.com/">http://example.com/</a> will be redirected to the yes- www version. The plugin will also strip off any hanging redundant /index.php<br /> <strong>COMMENT:</strong> Easy way to avoid any possibility of content duplication through Spiders reading the www version and no-www versions of the site as separate sites</li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/robots-meta/" target="_blank"><strong>ROBOTS META CONFIGURATION</strong></a><br /> 5* rating / 18 Ratings | 51,891 This plugin makes it possible (and very easy) to:<br /> â€¢ Prevent indexing of your search result pages, while still allowing the search engines to follow the links on them, by adding noindex,follow robots meta tags.<br /> â€¢ Disallow indexing of subpages to your homepage, category pages, author pages and tag pages, to prevent duplicate content.<br /> â€¢ Prevent Yahoo! and Google from indexing your feeds by adding a meta tag to their head-section.<br /> â€¢ Prevent indexing of just your comment feeds.<br /> â€¢ Disable author and date-based archives.<br /> â€¢ Nofollow your login, register and admin links, because they really don&#8217;t need PageRank.<br /> â€¢ Enforce a trailing slash on archives.<br /> â€¢ Edit your .htaccess and your robots.txt from within WordPress.<br /> â€¢ Assign robots meta tags to individual posts &amp; pages.<br /> â€¢ Verify your site with Google Webmaster Tools and Yahoo! Site Explorer.<br /> â€¢ Add noarchive tags to your blog (Thanks to Henryk Gerlach). <strong>COMMENT:</strong> Great plugin and really helps &lsquo;sculpt&rsquo; your site for search engines</li><li>PLUGIN FOR ANALYTICS <a href="http://wordpress.org/extend/plugins/ultimate-google-analytics" target="_blank"><strong>ULTIMATE GOOGLE ANALYTICS</strong></a><br /> 4.5* / 18 ratings | 52,274 downloads<br /> Plugin to add Google Analytics JavaScript to each page on your weblog without making any changes to your template. The plugin can also add tracking to outbound links, downloads from your own site and mailto: links.<br /> <strong>COMMENT:</strong> When you are ready to dig into your numbers, this plugin will Help you dig right into the data and so make useful decisions. <a href="http://www.davechaffey.com/blog/seo/seo-analytics-using-google-analytics/" target="_blank">MORE READING</a></li><li>PLUGIN FOR SEO <a href="http://wordpress.org/extend/plugins/headspace2/" target="_blank"><strong>HEADSPACE META TAG MANAGER</strong></a><br /> 4* 76 / Ratings<br /> HeadSpace2 is an all-in-one meta-data manager that allows you to fine-tune the SEO potential of your site. Visit the HeadSpace page for a video demonstration.<br /> <strong>COMMENT:</strong> Its all in one seo, just bigger and better (depending on your view) Its worth a download&#8230;</li><li>PLUGIN FOR SEO (AND ANALYTICS) <a href="http://wordpress.org/extend/plugins/breadcrumbs" target="_blank"><strong>BREADCRUMB NAVIGATION</strong></a><br /> 4* rating / 4 ratings | 18,645 Downloads<br /> This plugin allows you to add breadcrumbs to your theme. Why you should do this is outlined in my WordPress SEO article. They could for instance look like this.<br /> <strong>COMMENT:</strong> It helps add link hierarchy to your site and of course its good for usability.</li><li>PLUGINS FOR SEO <strong>SEO FRIENDLY PERMALINKS</strong> &ndash; I know, its not a plugin <img src='http://www.ruhanirabin.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> This is all open to debate&#8230;but for SEO, I prefer this URL structure: Mywebsite.com/category-name/post-name-postID.html Mywebsite.com/%category%/%post_name%-%post_id%.html The other big benefit is that the URL acts as a breadcrumb trail.</li><li>GOOD SEO HOUSEKEEPING DONT FORGET TO REGISTER ON GOOGLE WEBMASTER CENTRAL.</li><li>CONTENT REMEMBER, WRITE IT FOR HUMANS AND MAKE IT ON THEME</li><li>CONTENT THINK LIKE A LIBRARIAN. Google is the librarian who has to put your site somewhere on its index. So make it easier for them. Get it right and be the BIG book everyone can see.</li><li>CONTENT THE BEST STRUCTURE H1 for site name in header H1 tag for headlines H2 for sidebar titles Try not to do multiple categories for posts Use tagging for cross referencing Paginate categories and allow engines in. Paginate front page. Block off archives because of duplication of content Meta tags: -Title tags &#8211; Description tags &#8211; Keywords And check your site through with w3c <a href="http://validator.w3.org/">http://validator.w3.org/</a> | <a href="http://jigsaw.w3.org/css-validator/">http://jigsaw.w3.org/css-validator/</a></li><li>CONTENT STRUCURE As with breadcrumbs and link hierarchy, think about hierarchy of content. The most important and generic content at the top. The more granular going down the hierarchy.</li><li>Links HOW WORDPRESS CAN HELP YOU RANK WITH GOOGLE</li><li>LINKS A VOTE OF CONFIDENCE IN YOUR SITE Google value links as they represent a vote for your site. Some links matter more than others. Relevance to your site Really matters.</li><li>LINKS THE SAME MODEL APPLIES TO HUMANS So make your site useful and relevant. The more sociable interesting and useful you are, the greater your prominence. In search, that means links. And Google loves a nice link!</li><li>LINKS SOME HOMEWORK <a href="http://collinlahay.com/">http://collinlahay.com/</a> Great for really practical tips on getting links. Sphinn is a social bookmarking site for SEO&rsquo;ers. The most popular content Gets voted up. There is a category for link building: <a href="http://sphinn.com/upcoming/LinkBuilding/">http://sphinn.com/upcoming/LinkBuilding/</a> This site search brings up some great stuff like: Link Building Strategies: 69 Solid Tactics For 2009 Link Building Worksheets &#8211; Organize Your Campaign The 7 Golden Rules of White Hat Link Building More here <a href="http://www.google.co.uk/search?hl=en&amp;q=site%3Asphinn.com+link+building">http://www.google.co.uk/search?hl=en&amp;q=site%3Asphinn.com+link+building</a></li><li>TOOLS MAKE YOUR LIFE EASIER</li><li>TOOLS MAKE YOUR LIFE EASIER<br /> Check your links: (PRO): <a href="http://www.majesticseo.com/">http://www.majesticseo.com/</a><br /> extraordinary detail on links <a href="http://siteexplorer.search.yahoo.com/">http://siteexplorer.search.yahoo.com/</a> very useful for mid level use<br /> Firefox plugins: SEO Quake: <a href="https://addons.mozilla.org/en-US/firefox/addon/3036">https://addons.mozilla.org/en-US/firefox/addon/3036</a><br /> Search Status: <a href="https://addons.mozilla.org/en-US/firefox/addon/321">https://addons.mozilla.org/en-US/firefox/addon/321</a><br /> SEO for Firefox: <a href="http://tools.seobook.com/firefox/seo-for-firefox.html">http://tools.seobook.com/firefox/seo-for-firefox.html</a> Detailed site analysis:<br /> SEMrush: <a href="http://www.semrush.com">http://www.semrush.com</a> / Not UK centric, but shows detail on phrases your site ranks for.<br /> RAVEN: <a href="http://raven-seo-tools.com">http://raven-seo-tools.com</a> / All in one linkbuilding CRM. Search Engine Ranking Position Tracking (SERP tracking)<br /> Firefox: <a href="http://tools.seobook.com/firefox/rank-checker/">http://tools.seobook.com/firefox/rank-checker/</a> easy tool. More: <a href="http://www.seocompany.ca/tool/seo-tools.html" target="_blank"><strong>136 free seo tools</strong></a></li><li>FINAL THOUGHTS WORDPRESS, YOU MADE THE RIGHT DECISION</li><li>THE MAN FROM GOOGLE &ndash; HE SAY YES! MATT CUTTS. HEAD OF GOOGLE WEBSPAM TEAM He said that WordPress is a &ldquo;great choice&rdquo; for SEO because it solves &ldquo;80-90% of Search Engine Optimization (SEO)&rdquo;.</li></ol><p>See all of the resources here: <a href="http://www.slideshare.net/wordcampuk">http://www.slideshare.net/wordcampuk</a></p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=9.8" /></div><div>Rating: 9.8/<strong>10</strong> (10 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/ultimate-wordpress-plugins/' rel='bookmark' title='Permanent Link: Lazy Blogger&#8217;s guide to Super Charge WordPress with 100+ Plugins'>Lazy Blogger&#8217;s guide to Super Charge WordPress with 100+ Plugins</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/how-to-change-wordpress-permalinks-without-affecting-google/' rel='bookmark' title='Permanent Link: How to Change Wordpress Permalinks without affecting Google'>How to Change Wordpress Permalinks without affecting Google</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/ultimate-wordpress-seo-tools-and-plugins-resources-from-wordcampuk/feed/</wfw:commentRss> <slash:comments>59</slash:comments> </item> <item><title>How to add a tweet this button with auto TinyURL or Bit.ly shortening</title><link>http://www.ruhanirabin.com/how-to-add-a-twitthis-button-with-tinyurl-or-bitly-api/</link> <comments>http://www.ruhanirabin.com/how-to-add-a-twitthis-button-with-tinyurl-or-bitly-api/#comments</comments> <pubDate>Tue, 10 Mar 2009 16:06:20 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[api]]></category> <category><![CDATA[article]]></category> <category><![CDATA[bitly]]></category> <category><![CDATA[code]]></category> <category><![CDATA[hacks]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[twitter]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=762</guid> <description><![CDATA[How to add a Tweet This button to your wordpress posts without using any plugin or widget? Well there are few sites allow you to do that. But for instance I want the control to be in my hand and it&#8217;s pretty much no point of using a plugin or widget to do this kind [...]<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.5" /></div><div>Rating: 8.5/<strong>10</strong> (19 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li><li><a href='http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/' rel='bookmark' title='Permanent Link: How to style the latest post in WordPress'>How to style the latest post in WordPress</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fhow-to-add-a-twitthis-button-with-tinyurl-or-bitly-api%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FQWvJd%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20add%20a%20tweet%20this%20button%20with%20auto%20TinyURL%20or%20Bit.ly%20shortening%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2008/12/wordpress-tips-tricks.jpg" alt="wordpress tips tricks" title="wordpress tips tricks" width="300" height="132" class="alignnone size-full wp-image-501" /></p><p>How to add a Tweet This button to your wordpress posts without using any plugin or widget? Well there are few sites allow you to do that. But for instance I want the control to be in my hand and it&#8217;s pretty much no point of using a plugin or widget to do this kind of job. Why? because each time a plugin/widget loads, it takes away cpu and ram resources from server. So let me show you a nifty simple way to add a cool Tweet This button to your wordpress posts including automatic creation of TinyURL/Bit.ly url for your post. The automatic TinyURL creation for wordpress post already published at <a href="http://www.wprecipes.com/how-to-automatically-provide-tinyurls-for-your-wordpress-blog-posts" target="_blank">WPRecipes</a> website but it was not implemented in their Tweet This post options. Additionally I&#8217;ve added <strong>Bit.ly API usage code</strong> by my own. Bit.ly dynamic creation of urls offers statistics and usage information (free registered account). Let me show you the implementation of that in a more useful manner. <span id="more-762"></span></p><p>First of all in your wordpress theme directory you should have a <strong>functions.php</strong> file which contains common functions to be used inside your themes. In case you don&#8217;t have one, create a file called <strong>functions.php</strong> inside your favorite wordpress theme directory. Now open the <strong>functions.php</strong> file and add this function which will allow you to create TinyURL.com urls on demand.</p><p>Code to generate tinyurl inside your themes <strong>functions.php</strong>:</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">// Ondemand function to generate tinyurl</span><br /> <span style="color: #000000; font-weight: bold;">function</span> getTinyUrl<span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> &nbsp;<br /> &nbsp; &nbsp; &nbsp;<span style="color: #000088;">$tinyurl</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;http://tinyurl.com/api-create.php?url=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> &nbsp;<br /> &nbsp; &nbsp; &nbsp;<span style="color: #b1b100;">return</span> <span style="color: #000088;">$tinyurl</span><span style="color: #339933;">;</span> &nbsp;<br /> <span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div><p>or you can add <strong><a href="http://bit.ly" target="_blank">bit.ly</a> JSON API</strong> to create dynamic bit.ly urls on the fly. <a href="http://bit.ly" target="_blank">Bit.ly</a> offers tracking features for the urls generated. This is a little bit more tricky (Note: this <strong>requires an user account</strong> at http://bit.ly and a <strong><a href="http://bit.ly/app/developers" target="_blank">API key</a></strong>, Once you login to your Bit.ly account you can find it <a href="http://bit.ly/app/developers" target="_blank">here</a>). The <strong>sample code</strong> below (don&#8217;t forget to change the login name and api key)</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;">// Ondemand function to generate dynamic bit.ly urls</span><br /> <span style="color: #000000; font-weight: bold;">function</span> getBitlyUrl<span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> &nbsp;<br /> &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">// fill up this 2 lines below with your login and api key</span><br /> &nbsp; &nbsp; <span style="color: #000088;">$bitlylogin</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'yourlogin'</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <span style="color: #000088;">$bitlyapikey</span><span style="color: #339933;">=</span> <span style="color: #0000ff;">'yourapikey'</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <br /> &nbsp; &nbsp; <br /> &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">// you dont need to change below this line</span><br /> &nbsp; &nbsp; <span style="color: #000088;">$bitlyurl</span> <span style="color: #339933;">=</span> <span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;http://api.bit.ly/shorten?version=2.0.1&amp;longUrl=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$url</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;login=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$bitlylogin</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;apiKey=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$bitlyapikey</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> &nbsp;<br /> &nbsp; &nbsp; &nbsp;<br /> &nbsp; &nbsp; <span style="color: #000088;">$bitlycontent</span> <span style="color: #339933;">=</span> <span style="color: #990000;">json_decode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$bitlyurl</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br /> <br /> &nbsp; &nbsp; <span style="color: #000088;">$bitlyerror</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$bitlycontent</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;errorCode&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br /> <br /> &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$bitlyerror</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br /> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$bitlyurl</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$bitlycontent</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;results&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;shortUrl&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br /> &nbsp; &nbsp; <span style="color: #b1b100;">else</span> <span style="color: #000088;">$bitlyurl</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$url</span><span style="color: #339933;">;</span><br /> <br /> &nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000088;">$bitlyurl</span><span style="color: #339933;">;</span><br /> <span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div><p>Ok once you are done with the code, save and close the <strong>functions.php</strong> file and open your <strong>single.php</strong> file which is your wordpress single post view template. Now you can add the piece of code underneath the function called <strong>the_content()</strong>. Add this sample code underneath there to generate an image with the link to post to twitter and additionally append the post title and post tinyurl along with it. See below.. here is the sample of a <strong>single.php</strong> file.</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;!-- looking for the_content() --&gt;<br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> <br /> <br /> &lt;div class=&quot;SocialIcons&quot;&gt;<br /> &lt;!-- Note Below --&gt;<br /> &lt;a target=&quot;_blank&quot; title=&quot;Share this article with your Twitter followers&quot; href=&quot;http://twitter.com/home?status=Reading%3A+<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> - <span style="color: #000000; font-weight: bold;">&lt;?php</span> &nbsp;<br /> &nbsp;<span style="color: #000088;">$turl</span> <span style="color: #339933;">=</span> getTinyUrl<span style="color: #009900;">&#40;</span>get_permalink<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br /> &nbsp;<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$turl</span><span style="color: #339933;">;</span><br /> &nbsp;<span style="color: #000000; font-weight: bold;">?&gt;</span> (via @ruhanirabin)&quot; rel=&quot;nofollow&quot; class=&quot;social-bookmark&quot;&gt;&lt;img alt=&quot;Tweet this!&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/twitter.png&quot;/&gt;&lt;/a&gt;<br /> <br /> &lt;/div&gt;</div></td></tr></tbody></table></div><p>Note that the above code must have the proper image file (<strong>twitter.png</strong> file in your theme directory) to display it properly. Also you can switch the function names to <strong>getTinyUrl</strong> to <strong>getBitlyUrl</strong>.</p><div id="attachment_763" class="wp-caption alignnone" style="width: 410px"><a href="http://www.ruhanirabin.com/userfiles/2009/03/add-a-twitthis-button-example-post.jpg"><img src="http://www.ruhanirabin.com/userfiles/2009/03/add-a-twitthis-button-example-post-400x114.jpg" alt="Now this is how it looks like when you click on the button and it opens twitter to post the status entry. The entire line is generated from the button itself including the tinyurl link." title="Custom tweet this Example Post" width="400" height="114" class="size-medium wp-image-763" /></a><p class="wp-caption-text">Now this is how it looks like when you click on the button and it opens twitter to post the status entry. The entire line is generated from the button itself including the tinyurl link.</p></div><p>As you can see above that you don&#8217;t really need any 3rd party widget or plugin to accomplish the Job because it&#8217;s pretty fast to do and you are in control of the look and feel, not to mention you can save your resources. For a live example you can use the Twitter icon from my Social media icons bar.</p><h3>Alternative Reading</h3><p>There is another good post about this at <a href="http://www.labnol.org/internet/twitter-links-for-wordpress-and-blogger/7995/" target="_blank">labnol.org</a>. It&#8217;s the javascript based chiklet implementation of this similar topic.</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.5" /></div><div>Rating: 8.5/<strong>10</strong> (19 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li><li><a href='http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/' rel='bookmark' title='Permanent Link: How to style the latest post in WordPress'>How to style the latest post in WordPress</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/how-to-add-a-twitthis-button-with-tinyurl-or-bitly-api/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> <item><title>How to style the latest post in WordPress</title><link>http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/</link> <comments>http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/#comments</comments> <pubDate>Sat, 24 Jan 2009 21:33:09 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[code]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[tutorials]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=609</guid> <description><![CDATA[How to display the latest post on your blog in a different style. You will often find blogs that shows the latest post in a different color or applied different CSS tags. Basically you need to Inject some code inside wordpress post listing generation loop. The Loop is used by WordPress to display each of your posts.<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.8" /></div><div>Rating: 5.8/<strong>10</strong> (11 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/how-to-display-the-latest-post-from-each-category-using-wordpress-query_posts/' rel='bookmark' title='Permanent Link: How to display the latest post from each category using WordPress query_posts'>How to display the latest post from each category using WordPress query_posts</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li><li><a href='http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/' rel='bookmark' title='Permanent Link: How to use different header for categories and pages in WordPress'>How to use different header for categories and pages in WordPress</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fhow-to-style-the-latest-post-in-wordpress%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F6msVC%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20style%20the%20latest%20post%20in%20WordPress%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2008/12/wordpress-tips-tricks.jpg" alt="wordpress tips tricks" title="wordpress tips tricks" width="300" height="132" class="alignnone size-full wp-image-501" /><br /> You will often find blogs that shows the latest post in a different color or applied different CSS tags. Basically you need to Inject some code inside <a href="http://codex.wordpress.org/The_Loop" target="_blank">wordpress post listing generation loop</a>. The Loop is used by WordPress to display each of your posts. Using The Loop, WordPress processes each of the posts to be displayed on the current page and formats them according to how they match specified criteria within The Loop tags. Any HTML or PHP code placed in the Loop will be repeated on each post. So we need to find the latest post and define a specific attribute to that post such as a different CSS class.<span id="more-609"></span></p><p>First of all open the index.php from the theme you are using. Search for the code</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div><p>Now after that code to the next line add this code:</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_paged<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$postclass</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'post'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$postclass</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$posts</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">'featured-post'</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">'post'</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div><p>As you can see from the code above it defines <em><strong>$postclass</strong></em> as a variable and look for the latest post and assign that variable to a new name. But this is not all, you need to output that variable where your post has the CSS style assigned to it. See the example below:</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;div class=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$postclass</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;<br /> &nbsp; &nbsp; &lt;h3 class=&quot;title&quot;&gt;&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; rel=&quot;bookmark&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;&lt;/h3&gt;</div></td></tr></tbody></table></div><p>Now you need to style your CSS file according to the class name you&#8217;ve assigned for the latest post</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=5.8" /></div><div>Rating: 5.8/<strong>10</strong> (11 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/how-to-display-the-latest-post-from-each-category-using-wordpress-query_posts/' rel='bookmark' title='Permanent Link: How to display the latest post from each category using WordPress query_posts'>How to display the latest post from each category using WordPress query_posts</a></li><li><a href='http://www.ruhanirabin.com/how-to-add-facebook-like-button-to-wordpress-posts/' rel='bookmark' title='Permanent Link: How to &#8211; Add Facebook LIKE button to WordPress Posts'>How to &#8211; Add Facebook LIKE button to WordPress Posts</a></li><li><a href='http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/' rel='bookmark' title='Permanent Link: How to use different header for categories and pages in WordPress'>How to use different header for categories and pages in WordPress</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/how-to-style-the-latest-post-in-wordpress/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>WP-Optimize Database Cleanup and Optimization Plugin for Wordpress</title><link>http://www.ruhanirabin.com/wp-optimize/</link> <comments>http://www.ruhanirabin.com/wp-optimize/#comments</comments> <pubDate>Tue, 20 Jan 2009 16:52:23 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[code]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[tutorials]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=588</guid> <description><![CDATA[WP-Optimize is a wordpress 2.7++ database cleanup and optimization tool. It doesn't require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks. Additionally you can rename any username to another username too.<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=9.4" /></div><div>Rating: 9.4/<strong>10</strong> (39 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/how-to-change-wordpress-permalinks-without-affecting-google/' rel='bookmark' title='Permanent Link: How to Change Wordpress Permalinks without affecting Google'>How to Change Wordpress Permalinks without affecting Google</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fwp-optimize%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22WP-Optimize%20Database%20Cleanup%20and%20Optimization%20Plugin%20for%20Wordpress%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2009/01/wp-optimize.jpg" alt="wp-optimize" title="wp-optimize" width="378" height="77" class="alignnone size-full wp-image-589" /><br /> I use wordpress solutions in a day to day basis. Wordpress comes with a very extensible framework that allows you to add comprehensive and powerful functionality to your Blog system. WP-Optimize plugin is written to simplify your daily wordpress works and make it simpler. WP-Optimize is a wordpress 2.7++ database cleanup and optimization tool. It doesn&#8217;t require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks. Additionally you can rename any username to another username too. Here are the details.<br /> <a href="http://wordpress.org/extend/plugins/wp-optimize/" target="_blank">Hosted at Wordpress Official Plugin Directory</a><br /> <span id="more-588"></span></p><p><strong>How this could help you?</strong></p><ul><li>Everytime you save a new post or pages, wordpress creates a revision of that post or page. If you edit a post 6 times you might have 5 copy of that post as revisions. Imagine if your post or pages are long and big. It&#8217;s a huge number of bytes thats on your MySQL overhead. Now WP-Optimize allows you to optimize and shrink your posts table by removing not necessary post revisions from the database. As example, if you have a post which is approximately 100KB data and you have 5 revisions of that post, the total space wasted is about 500KB. And if you have 100 posts similar to it, you have 50MB database space wasted.</li><li>Similar to the scenario described above, there might be thousands of spams and un-approved comments in your comments table, WP-Optimize can clean and remove those in a single click</li><li>WP-Optimize reports which database tables have overhead and wasted spaces also it allows you to shrink and get rid of those wasted spaces</li><li>Wordpress doesn&#8217;t allow you to rename existing username which could be a security issue because your default wordpress admin username is &#8220;admin&#8221;, if you read my <a href="http://www.ruhanirabin.com/14-tips-prevent-wordpress-get-hacked/">Wordpress Security guide article</a>, you will know the risks involved. WP-Optimize can rename any existing username to other name</li></ul><p><strong>Features:</strong></p><ul><li>Remove the existing wordpress post revisions</li><li>Remove all the comments in the spam queue</li><li>Remove all the un-approved comments</li><li>Rename one username to another username, it&#8217;s designed to rename default &#8220;Admin&#8221; user to something else</li><li>Apply MySql optimize commands on your database tables without phpMyAdmin.</li><li>Display Database table statistics.</li></ul><p><strong>Requirements:</strong></p><ul><li>It Requires wordpress version 2.7 and higher. Tested with 2.7</li></ul><p><strong>Installation:</strong></p><ul><li>Unzip the archive into your hard drive.</li><li>Upload the folder to your wp-content/plugins folder on your web host.</li><li>Login to your dashboard and activate the plugin via activate option.</li><li>The menu item is under Dashboard>WP-Optimize.</li></ul><p><strong>Usage:</strong></p><ul><li>Select the <strong>WP-Optimize</strong> menu item under Dashboard dropdown menu</li><li>Select the <strong>actions</strong> you want to perform</li><li>Click on <strong>Process </strong>button</li></ul><p><strong>Screen Shots:</strong><br /> <a href="http://www.ruhanirabin.com/userfiles/2009/01/screenshot-1.jpg"><img src="http://www.ruhanirabin.com/userfiles/2009/01/screenshot-1-300x203.jpg" alt="screenshot-1" title="screenshot-1" width="300" height="203" class="alignnone size-medium wp-image-590" /></a></p><p>&nbsp;</p><p><a href="http://www.ruhanirabin.com/userfiles/2009/01/screenshot-2.jpg"><img src="http://www.ruhanirabin.com/userfiles/2009/01/screenshot-2-300x195.jpg" alt="screenshot-2" title="screenshot-2" width="300" height="195" class="alignnone size-medium wp-image-591" /></a></p><blockquote><p> This is a primary version of the plugin so any feedback here would be highly appreciated.</p></blockquote> <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=7" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="WP-Optimize Plugin Latest - Size: 120.95 KB Downloaded: 4081 times" title="WP-Optimize Plugin Latest - Size: 120.95 KB Downloaded: 4081 times"></a><p><a name="donate"></a><br /> <strong>Did this plugin helped you out?</strong><br /> Would you like to <strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=2732133" target="_blank">donate an amount</a></strong> for this Plugin?<br /> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#038;hosted_button_id=2732133" target="_blank"><img src="http://www.ruhanirabin.com/userfiles/2009/01/btn_donatecc_lg_global.gif" alt="Donate for this Plugin" title="Donate for this Plugin" width="122" height="47" class="alignnone size-full wp-image-605" /></a></p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=9.4" /></div><div>Rating: 9.4/<strong>10</strong> (39 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/how-to-change-wordpress-permalinks-without-affecting-google/' rel='bookmark' title='Permanent Link: How to Change Wordpress Permalinks without affecting Google'>How to Change Wordpress Permalinks without affecting Google</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/wp-optimize/feed/</wfw:commentRss> <slash:comments>348</slash:comments> </item> <item><title>How to make your wordpress and flickr uploads working again</title><link>http://www.ruhanirabin.com/how-to-make-your-wordpress-and-flickr-uploads-working-again/</link> <comments>http://www.ruhanirabin.com/how-to-make-your-wordpress-and-flickr-uploads-working-again/#comments</comments> <pubDate>Sun, 18 Jan 2009 07:49:11 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[downgrade]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[issues]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=557</guid> <description><![CDATA[How to fix the wordpress and flickr issue with Flash Player 10 by downgrading flash player to version 9<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/jkdefrag-optimize-you-harddisk-for-free/' rel='bookmark' title='Permanent Link: JkDefrag &#8211; Optimize you harddisk for free'>JkDefrag &#8211; Optimize you harddisk for free</a></li><li><a href='http://www.ruhanirabin.com/how-to-mount-iso-files-in-windows-vista/' rel='bookmark' title='Permanent Link: How to mount ISO files in Windows Vista'>How to mount ISO files in Windows Vista</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Fhow-to-make-your-wordpress-and-flickr-uploads-working-again%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20make%20your%20wordpress%20and%20flickr%20uploads%20working%20again%22%20%7D);"></div><p><img src="http://www.ruhanirabin.com/userfiles/2009/01/adobe-flash-player.jpg" alt="adobe-flash-player" title="adobe-flash-player" width="300" height="300" class="alignnone size-full wp-image-562" /><br /> Since the updates of Adobe Flash player 10 there are several cases of problems. For instance Wordpress media upload and Flickr uploader stopped working. Not only that, the systems that uses SWFUpload objects are not functioning as well. This alone can cause a huge dissatisfaction among the general users, not to mention that there are a load of bug present on the flash player 10 itself. There are <a href="http://www.bit-101.com/blog/?p=1382" target="blank">so much talk going  around the web</a> about the Flash player 10 issue, but Adobe decided <a href="http://theflashblog.com/?p=423"  target="blank">not to look into it</a>, they suggest the developers of the non working products to upgrade their codes. Now my point here is not to talk or rant about flash player 10 but to solve the problem by downgrading the flash player to version 9. I&#8217;m doing this on a vista machine. First of all you need to clean up and uninstall flash player 10 from your system. Here is how..<span id="more-557"></span></p><p><strong>Steps to clean-up flash player 10 from your system:</strong></p><ul><li>Download the flash player un-installer utility. Close all browser windows before run this utility<br /> Download: <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=5" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="Adobe Flash Player Uninstaller 4.0.0.12 - Size:  Downloaded: 244 times" title="Adobe Flash Player Uninstaller 4.0.0.12 - Size:  Downloaded: 244 times"></a> 300KB</li><li>Re-boot your system and open your browsers and go to some flash based sites. It should prompt you that you do not have flash player installed in your system, yes thats what we want</li></ul><p><strong>Getting flash player 9:</strong></p><ul><li>At the flash download page at adobe you wont be able to find the flash 9 downloads, so what is the work around it. Adobe has a flash players archive which contains older versions of flash players for the developers to test their applications. Here your can find all the archived versions of flash player (Note that the downloads are pretty big in size, 120MB++). <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=6" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="Adobe Flash Player 9 archive 9.0 - Size: 252.74 MB Downloaded: 154 times" title="Adobe Flash Player 9 archive 9.0 - Size: 252.74 MB Downloaded: 154 times"></a></li><li>Alternatively I&#8217;ve extracted the files you need to my windows skydrive account which are Flash player 9r151 for windows and the flash player uninstaller.<br /> <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=3" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="Adobe Flash Player 9r151 windows 9.0.151 - Size:  Downloaded: 283 times" title="Adobe Flash Player 9r151 windows 9.0.151 - Size:  Downloaded: 283 times"></a> 1.5MB<br /> <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=4" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="Adobe Flash Player 9r151 activeX 9.0.151 - Size:  Downloaded: 160 times" title="Adobe Flash Player 9r151 activeX 9.0.151 - Size:  Downloaded: 160 times"></a> 1.5MB</li><li>Once you&#8217;ve downloaded the files from above, execute them to install adobe flash player 9 onto your system</li><li>Open and test each of your browsers, go to a flash based site and check out the version running onto your browser</li></ul><p>Thats pretty much of it. Note: All files has been tested by Kaspersky Anti-virus for the safety but you should scan before execute it.</p><p><strong>More readings on this Issue:</strong></p><ul><li><a href="http://wordpress.org/support/topic/179104?replies=4" target="blank">Image uploader doesn&#8217;t work with flash 10</a></li><li><a href="http://swfupload.org/forum/generaldiscussion/551" target="blank">SWFUpload Discussion</a></li><li><a href="http://www.bit-101.com/blog/?p=1382" target="blank">Flash Player 10 security is breaking the Web</a></li></ul> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/jkdefrag-optimize-you-harddisk-for-free/' rel='bookmark' title='Permanent Link: JkDefrag &#8211; Optimize you harddisk for free'>JkDefrag &#8211; Optimize you harddisk for free</a></li><li><a href='http://www.ruhanirabin.com/how-to-mount-iso-files-in-windows-vista/' rel='bookmark' title='Permanent Link: How to mount ISO files in Windows Vista'>How to mount ISO files in Windows Vista</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/how-to-make-your-wordpress-and-flickr-uploads-working-again/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Easier way to add facebook connect to your blog using WP-FacebookConnect plugin</title><link>http://www.ruhanirabin.com/easier-way-to-add-facebook-connect-to-your-blog-using-wp-facebookconnect-plugin/</link> <comments>http://www.ruhanirabin.com/easier-way-to-add-facebook-connect-to-your-blog-using-wp-facebookconnect-plugin/#comments</comments> <pubDate>Wed, 14 Jan 2009 10:50:11 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[api]]></category> <category><![CDATA[connect]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[tutorials]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=538</guid> <description><![CDATA[Iâ€™ve taken consideration to use the WP-FacebookConnect plugin which is featured in facebook developers wiki. It requires much more simpler method to add facebook authorization connectivity to your blog<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=7.4" /></div><div>Rating: 7.4/<strong>10</strong> (11 votes cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/facebook-connect-social-widget-comments-box-for-your-website/' rel='bookmark' title='Permanent Link: Facebook Connect Social Widget Comments Box for your website'>Facebook Connect Social Widget Comments Box for your website</a></li><li><a href='http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/' rel='bookmark' title='Permanent Link: Easy steps to Facebook Connect Comment Box [How to]'>Easy steps to Facebook Connect Comment Box [How to]</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Feasier-way-to-add-facebook-connect-to-your-blog-using-wp-facebookconnect-plugin%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F15Fb0Q%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Easier%20way%20to%20add%20facebook%20connect%20to%20your%20blog%20using%20WP-FacebookConnect%20plugin%22%20%7D);"></div><p><img title="fconnectwp" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="170" alt="fconnectwp" src="http://www.ruhanirabin.com/userfiles/2009/01/fconnectwp.jpg" width="275" border="0" /></p><p>Previously I&#8217;ve written about <a href="http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/" target="_blank">how to add facebook connect to your wordpress blog</a> but that plugin requires heavy modification on the comments.php file, which is in a way pretty tough for most people to do. So I&#8217;ve taken consideration to use the <a href="http://wordpress.org/extend/plugins/wp-facebookconnect/" target="_blank">WP-FacebookConnect plugin</a> which is featured in <a href="http://wiki.developers.facebook.com/index.php/WP-FBConnect" target="_blank">facebook developers wiki</a>. It requires much more simpler method to add <a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect" target="_blank">facebook authorization</a> connectivity to your blog. I&#8217;ve seen <a href="http://www.chris-wallace.com/2009/01/07/five-easy-steps-to-integrate-facebook-connect-with-your-blog/" target="_blank">Chris Wallace</a> already had a helpful and <a href="http://www.chris-wallace.com/2009/01/07/five-easy-steps-to-integrate-facebook-connect-with-your-blog/" target="_blank">simple explanation</a> on this. So I will just compliment his article and add some extras to you don&#8217;t need to go to so many other websites to accomplish the integration with facebook.</p><p>Basically you need these steps to complete:</p><p><span id="more-538"></span></p><ol><li>Create your <a href="http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/" target="_blank">Facebook Application</a> and <a href="http://www.new.facebook.com/developers/createapp.php?version=new" target="_blank">get the API</a> and secret keys</li><li>Download and Install the officially listed <a href="http://wordpress.org/extend/plugins/wp-facebookconnect/" target="_blank">WP-FaceBook connect</a> plugin</li><li>Configure the plugin and add your API and secret keys and save the options</li><li>Now your WP theme folder, open the comments.php file in you favorite editor and look for the comment form element and add this piece of code where you want the Facebook Connect button to appear. Here is the piece of code<pre lang="php"><?php do_action('fbc_display_login_button')  ?></pre></li><li>Here is the code inside my comments.php near to the comments form<br /></p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;form action=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_settings<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'siteurl'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/wp-comments-post.php&quot; method=&quot;post&quot; id=&quot;commentform&quot;&gt;<br /> &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$user_ID</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <br /> <br /> &nbsp; &lt;p&gt;Logged in as &lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'siteurl'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/wp-admin/profile.php&quot;&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$user_identity</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/a&gt;. &lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> wp_logout_url<span style="color: #009900;">&#40;</span>get_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;Log out of this account&quot;&gt;Log out &amp;raquo;&lt;/a&gt;<br /> <br /> &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> <span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'fbc_display_login_button'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><br /> &nbsp; &lt;p&gt;<br /> &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">&lt;?php</span><br /> &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;small&gt;Note: &lt;acronym title=&quot;</span>Facebook is a Social Networking Engine<span style="color: #0000ff;">&quot;&gt;Facebook&lt;/acronym&gt; users doesn't require to fill up name, e-mail, website or captcha code&lt;/small&gt;&lt;br&gt;&quot;</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Already a Member? &lt;br&gt;&quot;</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;'</span><span style="color: #339933;">.</span>get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'siteurl'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/wp-login.php'</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot;&gt;&lt;b&gt;Login..&lt;/b&gt;&lt;/a&gt; or&lt;br/&gt;'</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div></li><li>Yes it&#8217;s as simple as that, but in-case it doesn&#8217;t work on IE or any CSS problems you can check this <a href="http://wiki.developers.facebook.com/index.php/WP-FBConnect" target="_blank">official faq</a></li></ol><h4>WP-SuperCache Fix for Wp-FacebookConnect</h4><p>Now those who are using <a href="http://www.allfacebook.com/2008/12/how-to-make-facebook-connect-work-with-wp-super-cache/" target="_blank">WP-SuperCache, here is the solution</a> for you guys. Basically you need to do some .htaccess mod re-write and a small plugin for WP-SuperCache.</p><p>There are two places that WP Super Cache looks at for filtering user cookies (<a href="http://www.allfacebook.com/2008/12/how-to-make-facebook-connect-work-with-wp-super-cache/" target="_blank">taken from AllFaceBook</a>). The first (which I assume is the case for most users) is in the .htaccess file in your document root. If this is how your site is configured, you&#8217;ll need to find the following code in your .htaccess file:</p><div class="codecolorer-container apache mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #adadad; font-style: italic;"># BEGIN WPSuperCache</span><br /> &lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_rewrite.c&gt;<br /> <span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">On</span><br /> <span style="color: #00007f;">RewriteBase</span> /<br /> <span style="color: #00007f;">AddDefaultCharset</span> UTF-<span style="color: #ff0000;">8</span><br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_URI} !^.*[^/]$<br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_URI} !^.*//.*$<br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_METHOD} !=POST<br /> <span style="color: #00007f;">RewriteCond</span> %{QUERY_STRING} !.*=.*<br /> <span style="color: #00007f;">RewriteCond</span> %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$<br /> <span style="color: #00007f;">RewriteCond</span> %{HTTP:Accept-Encoding} gzip<br /> <span style="color: #00007f;">RewriteCond</span> %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$<span style="color: #ff0000;">1</span>/index.html.gz -f<br /> <span style="color: #00007f;">RewriteRule</span> ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$<span style="color: #ff0000;">1</span>/index.html.gz [L]<br /> <br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_URI} !^.*[^/]$<br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_URI} !^.*//.*$<br /> <span style="color: #00007f;">RewriteCond</span> %{REQUEST_METHOD} !=POST<br /> <span style="color: #00007f;">RewriteCond</span> %{QUERY_STRING} !.*=.*<br /> <span style="color: #00007f;">RewriteCond</span> %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$<br /> <span style="color: #00007f;">RewriteCond</span> %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$<span style="color: #ff0000;">1</span>/index.html -f<br /> <span style="color: #00007f;">RewriteRule</span> ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$<span style="color: #ff0000;">1</span>/index.html [L]<br /> &lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;<br /> <span style="color: #adadad; font-style: italic;"># END WPSuperCache</span></div></td></tr></tbody></table></div><p>All you need to do at that point is replace the two <strong>RewriteCond %{HTTP:Cookie}</strong> lines with the following:</p><div class="codecolorer-container apache mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #00007f;">RewriteCond</span> %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_|YOURAPIKEY_user).*$</div></td></tr></tbody></table></div><p>Now create a file <strong>fbconnect.php</strong> (It can be any name with an extension .php). Copy paste the following code inside the file and save it.</p><div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br /> <span style="color: #666666; font-style: italic;">// provided by Nick ONeil </span><br /> <span style="color: #000000; font-weight: bold;">function</span> fbc_supercache<span style="color: #009900;">&#40;</span><span style="color: #000088;">$cachestr</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br /> &nbsp; &nbsp;<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;YOURAPIKEY_user&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><br /> &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$cachestr</span> <span style="color: #339933;">.=</span> <span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">&quot;YOURAPIKEY_user&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br /> &nbsp; &nbsp;<span style="color: #b1b100;">return</span> <span style="color: #000088;">$cachestr</span><span style="color: #339933;">;</span><br /> <span style="color: #009900;">&#125;</span><br /> add_cacheaction<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wp_cache_get_cookies_values'</span><span style="color: #339933;">,</span> â€˜fbc_supercache<span style="color: #0000ff;">');<br /> ?&gt;</span></div></td></tr></tbody></table></div><p>Replace &quot;<strong>YOURAPIKEY</strong>&quot; with your actual API key and save it in the folder <strong>/wp-content/wp-plugins/wp-super-cache/plugins/</strong>. Upload that to your server and you should be good to go!</p><p>Thank you very much <a href="http://www.allfacebook.com" target="_blank">Nick ONeil from AllFacebook.com</a> &amp; Chris Wallace. There are actually few other tutorials about integrating the facebook connect, feel free to browse them too.</p><ul><li><a href="http://www.insidefacebook.com/2008/12/12/how-to-quickly-integrate-facebook-connect-authentication-in-your-blog/" target="_blank">InsideFacebook</a></li><li><a href="http://dentedreality.com.au/2008/12/implementing-facebook-connect-on-wordpress-in-reality/" target="_blank">Dentedreality</a></li></ul><h4>CSS Customization</h4><p>The css that comes with WP-FacebookConnect is of really NO use, Chris Wallace already written a nice CSS override to the article so I am taking it from him for sharing purpose. The CSS file you need to modify is inside the plugin folder (fbconnect.css).</p><div class="codecolorer-container css mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/* Facebook Connect Styles by Chris Wallace */</span><br /> <br /> <span style="color: #6666ff;">.facebook-connect</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* I added this div wrapper myself, was not part of the plugin */</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">300px</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-65px</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><br /> <span style="color: #00AA00;">&#125;</span><br /> <br /> <span style="color: #6666ff;">.facebook-connect</span> a<span style="color: #00AA00;">,</span> &nbsp;<span style="color: #808080; font-style: italic;">/* you probably won't need this css */</span><br /> <span style="color: #6666ff;">.facebook-connect</span> a<span style="color: #3333ff;">:hover</span><span style="color: #00AA00;">,</span><br /> <span style="color: #6666ff;">.facebook-connect</span> a img<span style="color: #00AA00;">,</span><br /> <span style="color: #6666ff;">.facebook-connect</span> a<span style="color: #3333ff;">:hover </span>img<span style="color: #00AA00;">&#123;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><br /> <span style="color: #00AA00;">&#125;</span><br /> <br /> <span style="color: #6666ff;">.facebook-connect</span> <span style="color: #6666ff;">.fbc_connect_button_area</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* This is the button container for your comment form */</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><br /> <span style="color: #00AA00;">&#125;</span><br /> <br /> body <span style="color: #6666ff;">.fbc_profile_header</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* I added body to override the CSS from Facebook Connect's default CSS */</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000000</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#3d3e3d</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">border-right</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #933;">5px</span> <span style="color: #933;">5px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">fixed</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">45%</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">220px</span><br /> <span style="color: #00AA00;">&#125;</span><br /> <br /> body <span style="color: #6666ff;">.fbc_profile_header</span> a<span style="color: #6666ff;">.logout</span><span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* this is a custom class I added to the HTML in fbconnect.php */</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">.9em</span><span style="color: #00AA00;">;</span><br /> &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#999</span><br /> <span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div><p>Also let me know whether this helped you out or not or are you facing any specific problems?</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=7.4" /></div><div>Rating: 7.4/<strong>10</strong> (11 votes cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li><li><a href='http://www.ruhanirabin.com/facebook-connect-social-widget-comments-box-for-your-website/' rel='bookmark' title='Permanent Link: Facebook Connect Social Widget Comments Box for your website'>Facebook Connect Social Widget Comments Box for your website</a></li><li><a href='http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/' rel='bookmark' title='Permanent Link: Easy steps to Facebook Connect Comment Box [How to]'>Easy steps to Facebook Connect Comment Box [How to]</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/easier-way-to-add-facebook-connect-to-your-blog-using-wp-facebookconnect-plugin/feed/</wfw:commentRss> <slash:comments>38</slash:comments> </item> <item><title>Tech2all.com 3 column Wordpress Theme</title><link>http://www.ruhanirabin.com/tech2allcom-3-column-wordpress-theme/</link> <comments>http://www.ruhanirabin.com/tech2allcom-3-column-wordpress-theme/#comments</comments> <pubDate>Sat, 03 Jan 2009 15:07:18 +0000</pubDate> <dc:creator>Ruhani Rabin</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[tech2all.com]]></category> <category><![CDATA[themes]]></category><guid isPermaLink="false">http://www.ruhanirabin.com/?p=525</guid> <description><![CDATA[Recently Iâ€™ve re-written a theme  for Tech2all.com. How does it look like? Take a moment to visit Tech2all.com for a live preview.<br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br />Related Post:<ol><li><a href='http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/' rel='bookmark' title='Permanent Link: How to use different header for categories and pages in WordPress'>How to use different header for categories and pages in WordPress</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol>]]></description> <content:encoded><![CDATA[<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.ruhanirabin.com%252Ftech2allcom-3-column-wordpress-theme%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Tech2all.com%203%20column%20Wordpress%20Theme%22%20%7D);"></div><p align="justify"><a href="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-theme.jpg" rel="lightbox"><img title="tech2all wordpress theme" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="243" alt="tech2all wordpress theme" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-theme-thumb.jpg" width="240" border="0" /></a></p><p align="justify">I run a Web 2.0 technology review site called <a href="http://www.tech2all.com" target="_blank" rel="tag">Tech2all.com</a>. Recently I&#8217;ve re-written a theme based on <a href="http://www.paddsolutions.com/wordpress-theme-maginoo/" rel="nofollow">Maginoo</a> for <a href="http://www.tech2all.com" target="_blank">Tech2all.com</a>. How does it look like? Take a moment to visit <a href="http://www.tech2all.com" target="_blank">Tech2all.com</a> for a live preview. I&#8217;ve build up more feature and and functionality inside it and decided to release this special edition of the theme to the public. It&#8217;s a 3 column theme contains enough space for you for your contents to fit in 2 sidebars similar to smashing magazine website. It&#8217;s designed for 1024&#215;768 px or&#160; higher resolution display.</p><p> <span id="more-525"></span><p align="justify"></p><p align="justify"><strong>Features:</strong></p><ul><li><div align="justify">Vibrant and readable font faces <br /><img title="tech2all_wp_theme-font-face" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="154" alt="tech2all_wp_theme-font-face" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themefontface.jpg" width="240" border="0" /></div></li><li><div align="justify">2 layer of navigations pages listed at very top and categories with dropdown listed down underneath the Header image <br /><a href="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themenavigationbar.jpg" rel="lightbox"><img title="tech2all_wp_theme-navigation-bar" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="132" alt="tech2all_wp_theme-navigation-bar" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themenavigationbar-thumb.jpg" width="240" border="0" /></a></div></li><li><div align="justify">Ad unit areas 336&#215;280px and header ad 468&#215;80px</div></li><li><div align="justify">Quote and Reply with selected comment, Wordpress 2.7 threaded comment support <br /><a href="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themethreadedcomments.jpg" rel="lightbox"><img title="tech2all_wp_theme-threaded-comments" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="211" alt="tech2all_wp_theme-threaded-comments" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themethreadedcomments-thumb.jpg" width="240" border="0" /></a>&#160;</div></li><li><div align="justify">Author reply highlighted in comment</div></li><li><div align="justify">Separated comments and trackbacks</div></li><li><div align="justify">JQuery Tabbed sidebar, Popular posts tab require <a href="http://wpguy.com/plugins/popularity-contest-plugin-compatibility-with-wordpress-25/" target="_blank" rel="tag">Alex Kings popularity contest plug-in</a> <br /><img title="tech2all_wp_theme-jquery-tabs" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="208" alt="tech2all_wp_theme-jquery-tabs" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themejquerytabs.jpg" width="240" border="0" /></div></li><li><div align="justify">Simple and effective archive page template <br /><a href="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themearchivepage.jpg" rel="lightbox"><img title="tech2all_wp_theme-archive-page" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="240" alt="tech2all_wp_theme-archive-page" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themearchivepage-thumb.jpg" width="203" border="0" /></a></div></li><li><div align="justify">2 Sidebars simple and similar to smashing magazine sidebars <br /><a href="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themesidebar2.jpg" rel="lightbox"><img title="tech2all_wp_theme-sidebar2" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="152" alt="tech2all_wp_theme-sidebar2" src="http://www.ruhanirabin.com/userfiles/2009/01/tech2all-wp-themesidebar2-thumb.jpg" width="240" border="0" /></a>&#160;</div></li></ul><div align="justify"><strong>Requirements:</strong></div><ul><li><div align="justify">Wordpress 2.7 or higher</div></li><li><div align="justify"><a href="http://wpguy.com/plugins/popularity-contest-plugin-compatibility-with-wordpress-25/" target="_blank">Alex Kings popularity contest</a> plug-in. Note that you will need a custom modified version of the plug-in by <strong><a href="http://wpguy.com/plugins/popularity-contest-plugin-compatibility-with-wordpress-25/">Wessley Roche</a></strong> to make it work under Wordpress 2.7. I&#8217;ve included the modified version of the plug-in along with the download.</div></li></ul><ul><strong>Download:</strong></ul> <a href="http://www.ruhanirabin.com/wp-content/plugins/download-monitor/download.php?id=1" target="_blank"><img src="http://www.ruhanirabin.com/wp-content/assets/buttons/download-button.jpg" alt="Tech2all.com Wordpress theme 2.10 - Size: 240.71 KB Downloaded: 521 times" title="Tech2all.com Wordpress theme 2.10 - Size: 240.71 KB Downloaded: 521 times"></a><p><strong>Installing:</strong></p><ol><li>Unzip to a temporary folder to your hard-disk</li><li>Upload the <strong><em>t2a_v2</em></strong> folder to your wordpress <em>themes</em> folder</li><li>Upload the plugin from the <em>plugins</em> folder to your wordpress <em>plugins</em> folder and activate it through your wordpress administration</li><li><strong>Activate the theme</strong> from your wordpress administration</li></ol><p align="justify"><strong>Customization:</strong></p><ul><li><div align="justify"><strong>Logo:</strong> Use the logo.psd at the images_src folder, edit in photoshop cs2 or cs3, Save as background-sitename.jpg slice and upload it at the images folder replacing the original one</div></li><li><div align="justify"><strong>Adsense Link units:</strong> Open header.php and change the google adsense code to your google adsense code</div></li><li><div align="justify"><strong>Banners:</strong> Open headerbanner.php and banners.php and modify those to your needs</div></li><ul><li><div align="justify"><strong>Paged navigation:</strong> Install <a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">WP-Page Navi</a> plug-in by <a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">lester Chan</a> to enable paged navigation.</div></li><li><div align="justify"><strong>Feedburner:</strong> Open header.php go to line 87 and change the subscribe via email link to your link.</div></li></ul><p> <strong>This is a free theme unless stated otherwise. Feel free to suggest me for improvement and share your thoughts.</strong></ul><p><strong>Update:</strong></p><p>Just a quick update, <strong>This Theme is the NEW RE-MAKE</strong> <a href="http://www.paddsolutions.com/wordpress-theme-maginoo/" rel="nofollow">Maginoo WordPress theme</a>, Sorry I left you guys for the <strong>Design Inspiration</strong>. Note that, The Maginoo theme is not completely featured with wordpress 2.7x new features</p> <br /><div><img src="http://www.ruhanirabin.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (1 vote cast)</div><br /><p>Related Post:<ol><li><a href='http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/' rel='bookmark' title='Permanent Link: How to use different header for categories and pages in WordPress'>How to use different header for categories and pages in WordPress</a></li><li><a href='http://www.ruhanirabin.com/wordpress-25-the-upgrade-resources/' rel='bookmark' title='Permanent Link: Wordpress 2.5 &#8211; The Upgrade Resources'>Wordpress 2.5 &#8211; The Upgrade Resources</a></li><li><a href='http://www.ruhanirabin.com/integrate-social-networking-wordpress-using-facebook-connect-api-wordpress-plugin-tutoria/' rel='bookmark' title='Permanent Link: Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial'>Integrate social networking in wordpress using facebook connect api and WordPress plugin tutorial</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.ruhanirabin.com/tech2allcom-3-column-wordpress-theme/feed/</wfw:commentRss> <slash:comments>20</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 168/386 queries in 12.389 seconds using disk
Content Delivery Network via rrcdn.ruhanirabin.netdna-cdn.com (user agent is rejected)

Served from: www.ruhanirabin.com @ 2010-07-30 07:51:00 -->