开发者 | Vitalie Ciubotaru |
---|---|
更新时间 | 2018年9月10日 19:56 |
PHP版本: | 3.2.1 及以上 |
WordPress版本: | 4.9.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<?php $podlist = get_option('dpu-podlist'); ?>
The result is an indexed array of Diaspora* server URLs.
share-on-diaspora.zip
and upload its contents to the /wp-content/plugins/
directoryIt retrieves a list of Diaspora pods from a community server (http://Podupti.Me). The list is useless for final users, but can be used by other plugins.
Bug reports, feature requests and real code are always welcome. Check out https://github.com/ciubotaru/diaspora-podlist-updater or drop a line to "vitalie at ciubotaru dot tk".
You can get the podlist from you plugin with the following code (example):
<?php $podlist = get_option( 'dpu-podlist' ); ?>
Once a day. To force an update, deactivate the plugin and activate it again.