[WordPress] 外掛分享: BP External Activity

首頁外掛目錄 › BP External Activity
10+
安裝啟用
尚無評分
5774 天前
最後更新
問題解決
v1.0 上架:2010-05-26

內容簡介

允許管理員將任意 RSS 資料匯入到 BuddyPress 網站全區活動串流中

此外掛每小時匯入一次 RSS 資料。您可能需要減少 Simplepie 快取時間以使此控制台運作:
add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 600;’) );
例如將 RSS 快取減少至 10 分鐘。如果您在使用此外掛時有問題,將此代碼放在您的 bp-custom.php 檔案中。

目前此外掛會從 RSS 資料中的作者欄位尋找 WP 資料庫中對應的作者。如果找不到對應的使用者,則會使用未連結的文字「A user」,例如「A user 編輯了維基頁面...」

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「BP External Activity」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Allows admins to import data from an arbitrary RSS feed into their BuddyPress sitewide activity stream
The plugin imports RSS feeds every hour. You may find that you need to decrease your Simplepie cache time to make it work:
add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 600;’) );
reduces the RSS cache to ten minutes, for example. Put that in your bp-custom.php file if you are having problems with the plugin.
At the moment, the plugin uses the Author field from the RSS feed to look for a matching author in your WP database. If it doesn’t find one, it uses the unlinked text ‘A user’, as in ‘A user edited the wiki page…’.

延伸相關外掛

文章
Filter
Mastodon