LBB

A simple address book plugin. View addresses in the admin back-end or embedded
in a post or page.

Author:Gerald S. Fuller (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:3.8.1
Plugin version:1.1.5
Added to WordPress repository:20-12-2007
Last updated:27-03-2014
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://geraldsfuller.com/little-black-book-wo...
Total downloads:10 773
Active installs:20+
plugin download
Click to start download

A simple address book plugin.

You can view and edit addresses (names, addresses, phone numbers, email addresses, etc.) in the administration interface (under Manage > Little Black Book), or embed a read-only, semantically marked-up, list of addresses in posts and/or pages. You can embed a list of your addresses in a blog post or page by putting ~LBB~ wherever you want the list to appear. The generated HTML is semantically marked-up, so you can fine-tune it's appearance through your theme's stylesheet. Here are the entries I use:

/----:[ Little Black Book styles]:----/ .timediff { color:red } .name, .address, .homephone, .cellphone { font-family:"Courier New"; font-weight:bold; font-size:larger; } .homephone { color:blue; } .cellphone { color:green; } .notes { font-family:Arial, sans-serif; font-size:smaller; }