Posts Tagged ‘PLUGIN’

Wordpress Plugin: Readers Also Viewed…

Permalink

I don’t normally mention anything when I add a new WP plugin to this site but this one is very new and quite useful.

While displaying too many plugins can make a blog look cluttered and unprofessional, contextual internal links can increase your pageviews and make your site flow more intuitively.

If you haven’t already grabbed it, download and install a Related Posts plugin and then install the Where Did They Go From Here plugin.

Where Did They Go From Here is very similar to the Amazon list that say something like, People who Bought this Also Bought

Basically, once installed it can track where users click after they have viewed one of your single posts. Unfortunately.. there is no relationship between this plugin and the Recent Posts plugin so you will often see duplicate links across the two lists.

Installation is routine (follow the instructions on the plugin page) except that the plugin attempts to hook into the WP footer and display itself just before the comments. This type of installation will probably work for most people but I found it to result in a badly displayed page when applied to my severely hacked theme.

The fix is simple however, all I had to do was comment out this line in the plugin:


add_action(’comment_form’,’show_where_they_go’);

And add a function call to single.php just above where I placed the Recent Posts call:


<?php show_where_they_go();?>

That was it! The content will start populating once people begin to click away from your single post pages. I highly recommend this plugin!

New Firefox Del.icio.us Plugin

Permalink

A friend of mine (thanks Brian) brought it to my attention that Yahoo recently released a new version of the Firefox del.icio.us plugin that takes integrated bookmarks to the next level.

What Are These Things?

If you’re not already familiar with Firefox; it’s a great alternative to browsing the web with Microsoft’s Internet Explorer. Download, Install, Enjoy - Do yourself a favor and:

Del.icio.us on the other hand is an online bookmarking resource which organizes bookmarks according to tags (e.g., ’space’, ‘construction’, etc..) instead of using a folder hierarchy. It takes a bit getting used to but after time I’m sure you’ll find it to be an invaluable resource as do I.

Get To It Already

The “classic” Firefox del.icio.us plugin maintains a separation between your del.icio.us plugins and your Firefox bookmarks. The newer plugin however will import your ‘browser based’ plugins into del.icio.us - which isn’t by itself a new del.icio.us feature - but then it also replaces your browser-based controls and content with the del.icio.us content.

This allows you to use the power of client side controls to access your online bookmarks. Using those controls allows you the ability to search and manage your bookmarks with more familiar and easy to use interface elements.

firefox plugin wanted

Brian had a good suggestion that would further enhance this plugin; actually, it’s an enhancement to Firefox or an entirely different plugin altogether. Anyway, due to the fact that the Firefox sidebar contains a variety of elements (bookmarks, history, search results, etc..); there should be a simple way to graphically allow the user to jump between elements. Take a look at Brian’s illustration, it presents the idea very well.

Anyway, if you use Firefox and Del.icio.us I’m sure you’ll love the integration this new plugin offers.