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

WP Recommender

描述

This plugin finds and suggests relevant, potentially interesting content from
your blog to visitors. The goal is to push the relevant content to the visitor
with the prospect of increase of page views on your blog and eventually
satisfied and returning visitor.

Plugin is able to recommend similar posts and pages using two different
approaches. The first is content based and produces list of the most similar
items based on words occurring in both items. Advantage of this approach lies
in is its simplicity for users to install and it works straight from the start
(there’s no so-called “cold start” period from the collaborative filtering
approach).

The second approach is employing collaborative filtering to identify post and
pages that might interest user. Suggested items are calculated from the users’
browsing history that plugin logs on the aliiike server. Server accepts such
logs only if you are registered and you created an account. Disadvantage of
this approach is the fact that you need to wait until enough data is logged.
If the traffic on your site is low it can last for a while. Advantage of this
approach is the fact that you are modeling users’ behaviour (rather than the
contents), which in normal circumstances should easily outperform the content
based approach.

Important aspect of plugin is its ability to serve recommendation lists to a
settable percentage of users only. In combination with the Google Analytics
this feature allows you to perform so-called A/B testing to measure the
influence of the recommended items on your visitors’ browsing behavior (or
sales increase or decrease in case you are running a web shop).

See the Aliiike recommender homepage
as well as the rest of the site for more information.

安裝

Two different approaches require a bit different installation procedure and
have different prerequisites. First, I describe the simpler, content based
approach installation.

I. Content based

This approach is currently supported on MySQL database only. In case you use it
the installation procedure is the following:

  1. Download the plugin and unpack it to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Should you face problems when creating the fulltext index on database, try to
run manually the following SQL query:

CREATE FULLTEXT INDEX comparator ON wp_posts (post_title, post_content)

II. Collaborative filtering

This approach logs the visits on your site on aliiike.com server. Logging
and recommending requires an account ID therefore:

  1. You have to register and create an account for your site on aliiike.com.
  2. Download the plugin and unpack it to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Insert an account id and secret key in the recommender settings page.

In both approaches you Customize the look and feel via ‘Plugins’ | ‘Aliiike Recommender’ menu.

常見問題

I welcome you to send some questions on peter.ljubic – AT – aliiike.com.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 WP Recommender 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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