>
Download This Plugin | |
Download Elegant Themes | |
Name | Diaspora Podlist Updater |
Version | 0.0.1 |
Author | Vitalie Ciubotaru |
Rating | 0 |
Last updated | 2015-02-05 04:43:00 |
Downloads |
13
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Diaspora Podlist Updater plugin added 6 bytes of resources to the Home page and 10 bytes of resources to the sample Post page.
Diaspora Podlist Updater plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Diaspora Podlist Updater plugin ads no tables to your Wordpress blog database.This is an auxiliary utility plugin. It periodically queries Podupti.me, a public service of Diaspora* community. It retrieves a fresh list of active Diaspora* servers (so called "pods"). The list is then stored and made available for other plugins (specifically Share on Diaspora).
To get the podlist from another plugin, use the following reference code:
<?php $podlist = get_option('dpu-podlist'); ?>
The result is an array of Diaspora* server URLs.