开发者 | danielsteginga |
---|---|
更新时间 | 2011年11月2日 18:43 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.4 及以上 |
WordPress版本: | 3.1.2 |
peersme
to the /wp-content/plugins/
directory or install directly through the plugin installer.We've opened the API of our developers community on dev.peers.me. Just authenticate with username "dev" and password "633bf1c1".
Use the following shortcode to show only 5 users: [peersme list="users" limit="5"]
Use the following shortcode to show the latest users on top: [peersme list="users" on="created_at" sort="DESC"]
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.
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.
Currently the API is connected over SSL. Some hostingproviders doesn't update their SSL Certicates archive. The connection tries to connect over this secure line by checking the certificate, but when this certificate isn't available we try to connect over SSL without the certificate but keep the connection encrypted.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
And add this in your HTML:
<div id="users"></div>
And:
<script type="text/javascript"> var ajax_load = "<img src='/wp-content/plugins/peersme/loading.gif' alt='loading...' />"; var loadUsers = "/wp-content/plugins/peersme/api.php?q=users"; $(document).ready(function () { $("#users").html(ajax_load).load(loadUsers); }); </script>
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.