=== Peers.me === Contributors: danielsteginga Donate link: http://peers.me/ Tags: peers.me, community, API, groups, group conversation, forums, messaging, networking, profiles, social Requires at least: 3.0.4 Tested up to: 3.0.4 Stable tag: 0.3 Peers.me is an group conversation tool for your company, school, sports team or community. This plugin makes it easy to access the public profiles and publications through the Peers.me API and display them in your WordPress site. == Installation == 1. Upload the `peersme` to the `/wp-content/plugins/` directory or install directly through the plugin installer. 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Enter your Peers.me API credentials on the settings page 4. Create a page: 'users'. Make sure the slug is the same name. Place the following shortcode [peersme list="users"] 5. Create a page: 'groups'. Make sure the slug is the same name. Place the following shortcode [peersme list="groups"] 6. Create a page: 'publications'. Make sure the slug is the same name. Place the following shortcode [peersme list="publications"] You can change the paths for 'users', 'groups' and 'publications'. == Frequently Asked Questions == = Is there a open API for testing purposes? = We've opened the API of our developers community on dev.peers.me. Just authenticate with username "dev" and password "633bf1c1". = How can I limit my list? = Use the following shortcode to show only 5 users: [peersme list="users" limit="5"] = Can I sort my list? = Use the following shortcode to show the latest users on top: [peersme list="users" on="created_at" sort="DESC"] = Is there a widget? = We've developed a widget which let you configure resource, sorting and limiting. Just drag the Peers.me widget to a widget area and configure. = Can I meet other developers using this plugin? = Yes, we've got a developers community on http://dev.peers.me for ideas and questions. If you would like to signup, please mail me at daniel [at] peers.me. == Changelog == = 0.3 = Some code cleanup and these features: * Filter groups on "Label"; eg. [peersme list="groups" label="Project"] * Customizable templates; copy default.tpl and rename and edit it. Choose your template from settings * Customizable stylesheet; copy default.css and rename and edit it. Choose your stylesheet from settings * Tags on publications * Filter publications on duplicate waves It's also possible to make a ajax call to api.php. Just include jQuery like this: `` And add this in your HTML: `
` And: `` = 0.2 = This version has templates and configurable username and password for the Peers.me API. Also two widgets for users and groups. = 0.1 = This version is the first release. You can list publications, users and groups.