10+
安裝啟用
—
尚無評分
2746 天前
最後更新
—
問題解決
WordPress 3.2.1+ v0.0.3 上架:2015-02-06
內容簡介
這是一個輔助工具外掛程式。它定期查詢 Diaspora* 社群的公共服務 Podupti.me,以取得最新的活躍 Diaspora* 伺服器列表(也稱為「Pods」)。然後將此列表儲存並提供給其他外掛程式使用(特別是Share on Diaspora)。
API
要從其他外掛程式中獲取 Pod 列表,請使用以下參考程式碼:
<?php $podlist = get_option('dpu-podlist'); ?>
結果將會是一個以索引編號排序的 Diaspora* 伺服器網址陣列。
外掛標籤
開發者團隊
原文外掛簡介
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:
The result is an indexed array of Diaspora* server URLs.
