The Blog

WordPress Tooltip Plugin

WordPress tooltip plugin lets you add tooltips to plain text or links within your posts and pages.

Demo: Hover over me to see a tooltip!

There is no configuration required. The plugin has a very easy to use GUI which simplifies the process of adding a tooltip.

Download Plugin

Refer to the screenshots below:

Button on Post and Page editor to open the tooltip GUI

Tooltip GUI

Download Plugin

Credit: jQuery tipTip

Twitter Counter WordPress Plugin – Twounter

Twounter returns the number of twitter followers in a plain text format.

There are two ways to fetch the number of twitter followers.

PHP Template Tag:

You can use the function

<?php echo twounter('username') ?>

in your template files.

Shortcode:

You can use the twounter shortcode

[twounter]username[/twounter]

in posts and pages to return the numbers of twitter followers.

Download Plugin

Latest Version is 1.0.2

DailyBooth Plugin for WordPress

WordPress DailyBooth plugin lets you add your DailyBooth updates (thumbnails) to your WordPress blog. The plugin includes shortcode support, a php template tag and a wordpress widget.

This version of the plugin makes full use of the new DailyBooth API and Cache.

Shortcode:

You can add dailybooth updates to  blog posts and pages with the following shortcode:

[dailybooth id=jon images=3 width=50 height=50]

PHP Template Tag:

You can add dailybooth updates to wordpress themes with the following template tag

<?php $dailyBooth = new WP_DailyBooth; $dailyBooth->images($id = 'jon', $images = '3', $width = '50', $height ='50'); ?>

Images, width and height paramters are optional for both the shortcode and template tag.

Widget:

The plugin comes with a simple widget. Just drag and drop it in your sidebar.

Download Plugin

Latest Version is 1.0.3

Changelog

1.0.3

  1. Added support to add captions to the image (optional).