Diaspora Podlist Updater

Diaspora Podlist Updater Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,075 downloads
Diaspora Podlist Updater Icon

Try plugin: Diaspora Podlist Updater

We'll create fresh WordPress site with Diaspora Podlist Updater installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Diaspora Podlist Updater

This plugin periodically retrieves a fresh list of active Diaspora* pods and makes it available for other plugins to use.

0


0


0


0


0

updated: 5 years ago
since: 9 years ago

Description

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).

API

To get the podlist from another plugin, use the following reference code:

<?php $podlist = get_option('dpu-podlist'); ?>

The result is an indexed array of Diaspora* server URLs.