Plugin to provides a sleek and easy way to list all your public profiles and to let others connect with you
In case you find that your favorite site is missing all you need is
to add one more site in the list just check myprofiles_global.php it contains an array list with all sites index one by one,
Just at the end add your site details
Example
"<website_name>" => Array(
"name" => 'myprofiles_<website_name>',
"favicon" => 'images/<website_name>.png',
"url" => '<profile_url>',
)
Just Replace with your website name
place 16 x 16 pixel large image of website "preferably FAVICON" in plugins/myprofiles/img folder.
Just replace with your personal url but change your nickname / profile_number to NAME
and voila your new profile is in the admin interface just add your nick and you are good to go
example for profile_url => http://www.twitter.com/anantshri will be converted to http://www.twitter.com/NAME
If in case of doubt feel free to contact me http://anantshri.info?page=contact or post message at the forum.
With version 0.6 you can eassily use this plugin even without using widget interface.
in order to use this you just have to call <?php show_myprofiles(); ?> anywhere inside the body or footer.
But you have to keep in mind that this function will give you a list of all your profile's with images
but styling is not inclided in it. that is to be taken care by the theme editor only.
(in case some one need's help i am always ready to help)
Use the same box in myprofiles admin section just place your usernames by ; seperator.
Requires: 2.6 or higher
Compatible up to: 2.9.2
Last Updated: 2010-1-24
Downloads: 4,599
Got something to say? Need help?