WP BlogBabel

WP BlogBabel show your (or others) site/blog rank and trend from BlogBabel stats

Author:Giovambattista Fazioli (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:2.9.2
Plugin version:0.1.4
Added to WordPress repository:20-12-2009
Last updated:05-02-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/wp-blogba...
Total downloads:871
plugin download
Click to start download

WP BlogBabel show your (or others) site/blog rank and trend from BlogBabel stats. In your template insert: <?php wp_blogbabel('your-blog-slug'); ?> or set it like Widget

FEATURES

  • Show Rank and Trend via BlogBabel API
  • Use internal cache to avoid overload BlogBabel Server (refresh ever 24h)
  • Show multiple site rank (see Widget use for example)
  • No image, no Flash, FULL XHTML and CSS
  • Get single Rank or Trend from one or more site slug
  • Fully customizable output
  • Contextual Help

HOW TO

In PHP inline function mode you can set some args. This is the XHTML/CSS layout

<?php wp_blogbabel('blogslug=undolog'); ?>

args

* blogslug            Your BlogBabel blog slug (default '')
* container_before    Main tag container open (default <div>)
* container_after     Main tag container close (default </div>)
* show_title          Show Top Header Title (default '1')
* show_rank           Show Rank (default '1')
* show_trend          Show Trend (default '1')

or single rank value

<?php wp_blogbabel_get('blogslug=undolog', 'rank'); ?>

or single trend value

<?php wp_blogbabel_get('blogslug=undolog', 'trend'); ?>

Related Links

For more information on the roadmap for future improvements please e-mail: g.fazioli@saidmade.com