=== My Profiles ===
Contributors: anantshri
Donate link: http://anantshri.info/index.php?page=wpprofiles
Tags: myprofiles,social profile,networking, social networking, widget
Requires at least: 2.6
Tested up to: 2.9.2
Stable tag: 0.6
Plugin to provides a sleek and easy way to list all your public profiles and to let others connect with you
== Description ==
Since the time we start our journey on internet we keep accumulating multiple online profiles.
Sometimes it feels so weird to tell our friends which nickname has been used for which site
This plugin helps you in showcasing all or rather most of your profiles at one place
and in turn provides an opportunity for bloggers to expand there networks on multiple sites
without the troubles of remembering various nicknames all the time.
This plugin from version 0.7 not only has option to add widget in wordpress self hosted blog but also you
can add widget to all your other sides.
Some of the salient features of this plugin
* Simple hassle free widget + admin panel to add websites.
* for those not having widget enabled theme or don't want to use widget we now have function call enabled. [refer FAQ section]
* If your favourite site is missing its as easy as 1 2 3 to add your website in the list [refer
FAQ section].
* support showcasing of multiple profiles [refer FAQ]
* support to add this widget on various sites [refer FAQ]
So go ahead and grab it to start flaunting your profiles on your very own blog.
== Installation ==
1. Upload `myprofiles` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to Myprofiles admin page and add your details.
== Frequently Asked Questions ==
= What if my site is missing =
In case you find that your favorite site is missing
Option 1
add a comment in http://blog.anantshri.info/projects/my-profiles/
Option 2
for those who dare to play with the code.
all you need is
* your profile URL
* img in 16 x 16 pixel format.
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 website_name with your website name
place 16 x 16 pixel large image of website "preferably FAVICON" in `plugins/myprofiles/img` folder.
Just replace profile_url 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.
= how to use this plugin without widget =
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 `` 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)
= how to add multiple profiles =
Use the same box in myprofiles admin section just place your usernames by `;` seperator.
= how to place this widget outside wordpress blog =
Just select the option to enable the external widget option in admin page of the plugin and you will get the
sample script that you should use on other sites.
= how to display this widget on other sites =
with version 0.7 a new feature has been implemented which allows the widget to be placed on external sites also.
Note : this feature is disabled by default. please enable it in the admin interface when you want to use it.
on website where you want to embedd the widget add following script in your head section.
`
`
in the body where ever you want to display widget place below listed code.
`
`
Options : Height and width is customizable. just change the value of variable in script. value is in pixels
== Screenshots ==
1. Screen shot of working my profiles plugin on my site
2. Admin panel of myprofiles
== Changelog ==
= Version 0.7 =
1. added support for wordpress shortcode.
2. added support for placing external widget.
3. added few more sites in the list.
4. admin section to enable external widget support.
= Version 0.6 =
1. XHTML compliance
2. option to directly add using function call reducing dependency on widget option. [refer FAQ section on how to use it].
3. Added support for multiple profile
4. added internationalization option <- need more help on making it truly international
5. removed sidebar php file and instead created a generic function to display all profile
= Version 0.5 =
Initial Release