這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Private Feed Key

描述

Private Feed Key adds a 32bit (or 40bit) key for each of your users, creating a unique feed url for every registered user on the site. This allows you to restrict access to your feeds, to registered users only. The plugin will also work with plugins that filter access to posts to certain user levels, only allowing the user to see that content .

安裝

  1. Install Private Feed Key either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Activate the plugin.
  3. In your WordPress Administration Area, go to the Plugins page and click Activate for Feed Key

Once you have Private Feed Key installed and activated your feeds will only be accessable when using a valid Feed Key.

常見問題

What are Feed Keys?

Feed Keys, are unique 32bit (or 40bit) keys that are added to your blog’s URL in order to give every registered user a custom feed URL.
A Feed Key looks something like this: 206914af21373cc4792a057b067d2448

This is then appended to the feed url for your user in their User Profile, like the examples below, either without permalinks…

http://example.com/?feed=rss2&feedkey=206914af21373cc4792a057b067d2448

…or with permalinks

http://example.com/feed/?feedkey=206914af21373cc4792a057b067d2448

評價

There are no reviews for this plugin.

貢獻者及開發者

“Private Feed Key” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Private Feed Key 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1

Initial Release