WordPress Author Popup Plugin – KarthiKeyan
Sunday, August 21st, 2011Here is my nice wordpress plugin that allows bloggers to display their profile information in an elegant css popup.
How it works? Just mouse over on “Posted by KarthiKeyan” link above. You will see it.
Installation instructions:
Step 1: Download Author Popup WordPress Plugin
Step 2: Extract and upload the entire author-popup directory to /wp-content/plugins/
Step 3: Open your theme’s single.php file /wp-content/themes/yourtheme/single.php
Put this code <?php the_author_posts_link();?> inside class=”postmeta” area.
Step 4: Activate the plugin in wp-admin area.
Additional Configurations:
#1. Author Popup plugin displays user’s gravatar picture based upon his email address.
#2. If you have wordpress profile custom fields with the name of “twitter” & “facebook” then, that user’s twitter & facebook profiles will be linked inside popup.
label: twitter
value: twitter username
label: facebook
value: full facebook profile url
label: youtube
value: full channel url
Demo
Credits:
Coda Popup Bubble‘s styles.
Author Exposed Plugin‘s Idea.
For feedbacks & bugs:
Please comment here., I will do improvements on next release.
