{"id":6578,"date":"2009-08-29T21:42:03","date_gmt":"2009-08-29T21:42:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/my-profiles\/"},"modified":"2010-01-24T11:37:05","modified_gmt":"2010-01-24T11:37:05","slug":"my-profiles","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/my-profiles\/","author":901089,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"v0.6","stable_tag":"0.6","tested":"2.9.2","requires":"2.6","requires_php":"","requires_plugins":"","header_name":"My profiles","header_author":"Anant Shrivastava","header_description":"","assets_banners_color":"","last_updated":"2010-01-24 11:37:05","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/anantshri.info\/index.php?page=wpprofiles","header_plugin_uri":"http:\/\/anantshri.info\/index.php?page=wpprofiles","header_author_uri":"http:\/\/anantshri.info","rating":0,"author_block_rating":0,"active_installs":10,"downloads":5598,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.5","0.6"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539215","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539215","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>Screen shot of working my profiles plugin on my site<\/p>","2":"<p>Admin panel of myprofiles<\/p>"}},"plugin_section":[],"plugin_tags":[44667,8120,2053,2048,162],"plugin_category":[43],"plugin_contributors":[78630],"plugin_business_model":[],"class_list":["post-6578","plugin","type-plugin","status-closed","hentry","plugin_tags-myprofiles","plugin_tags-networking","plugin_tags-social-networking","plugin_tags-social-profile","plugin_tags-widget","plugin_category-customization","plugin_contributors-anantshri","plugin_committers-anantshri"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/my-profiles.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/my-profiles\/trunk\/screenshot-1.png?rev=1539215","caption":"<p>Screen shot of working my profiles plugin on my site<\/p>"},{"src":"https:\/\/ps.w.org\/my-profiles\/trunk\/screenshot-2.png?rev=1539215","caption":"<p>Admin panel of myprofiles<\/p>"}],"raw_content":"<!--section=description-->\n<p>Since the time we start our journey on internet we keep accumulating multiple online profiles.<\/p>\n\n<p>Sometimes it feels so weird to tell our friends which nickname has been used for which site<\/p>\n\n<p>This plugin helps you in showcasing all or rather most of your profiles at one place <br \/>\nand in turn provides an opportunity for bloggers to expand there networks on multiple sites<br \/>\nwithout the troubles of remembering various nicknames all the time<\/p>\n\n<p>Some of  the salient features of this plugin<\/p>\n\n<ul>\n<li>Simple hassle free widget + admin panel to add websites.<\/li>\n<li>for those not having widget enabled theme or don't want to use widget we now have function call enabled. [refer FAQ section]<\/li>\n<li>If your favourite site is missing its as easy as 1 2 3 to add your website in the list [refer \nFAQ section].<\/li>\n<li>support showcasing of multiple profiles [refer FAQ]<\/li>\n<\/ul>\n\n<p>So go ahead and grab it to start flaunting your profiles on your very own blog.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>myprofiles<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to Myprofiles admin page and add your details.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What if my site is missing<\/dt>\n<dd><p>In case you find that your favorite site is missing all you need is<\/p>\n\n<ul>\n<li>your profile URL<\/li>\n<li>img in 16 x 16 pixel format.<\/li>\n<\/ul>\n\n<p>to add one more site in the list just check <code>myprofiles_global.php<\/code> it contains an array list with all sites index one by one,<\/p>\n\n<p>Just at the end add your site details<\/p>\n\n<p>Example<\/p>\n\n<pre><code>    \"&lt;website_name&gt;\" =&gt; Array(\n        \"name\" =&gt; 'myprofiles_&lt;website_name&gt;',\n        \"favicon\" =&gt; 'images\/&lt;website_name&gt;.png',\n        \"url\" =&gt; '&lt;profile_url&gt;',\n    )\n<\/code><\/pre>\n\n<p>Just Replace  with your website name <br \/> \nplace 16 x 16 pixel large image of website \"preferably FAVICON\" in <code>plugins\/myprofiles\/img<\/code> folder.<br \/> \nJust replace  with your personal url but change your nickname \/ profile_number to <code>NAME<\/code><br \/> \nand voila your new profile is in the admin interface just add your nick and you are good to go<br \/> \n<br \/> \nexample for profile_url =&gt; <code>http:\/\/www.twitter.com\/anantshri<\/code> will be converted to <code>http:\/\/www.twitter.com\/NAME<\/code>\n<br \/> <br \/> \nIf in case of doubt feel free to contact me http:\/\/anantshri.info?page=contact or post message at the forum.<\/p><\/dd>\n<dt>how to use this plugin without widget<\/dt>\n<dd><p>With version 0.6 you can eassily use this plugin even without using widget interface.<\/p>\n\n<p>in order to use this you just have to call <code>&lt;?php show_myprofiles(); ?&gt;<\/code> anywhere inside the body or footer.\nBut you have to keep in mind that this function will give you a list of all your profile's with images \nbut styling is not inclided in it. that is to be taken care by the theme editor only.\n(in case some one need's help i am always ready to help)<\/p><\/dd>\n<dt>how to add multiple profiles<\/dt>\n<dd><p>Use the same box in myprofiles admin section just place your usernames by <code>;<\/code> seperator.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>Version 0.6<\/h4>\n\n<ol>\n<li>XHTML compliance<\/li>\n<li>option to directly add using function call reducing dependency on widget option. [refer FAQ section on how to use it].<\/li>\n<li>Added support for multiple profile<\/li>\n<li>added internationalization option &lt;- need more help on making it truly international<\/li>\n<li>removed sidebar php file and instead created a generic function to display all profile<\/li>\n<\/ol>\n\n<h4>Version 0.5<\/h4>\n\n<p>Initial Release<\/p>","raw_excerpt":"Plugin to provides a sleek and easy way to list all your public profiles and to let others connect with you","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/6578","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=6578"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/anantshri"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=6578"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=6578"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=6578"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=6578"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=6578"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=6578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}