Plugin gives recommendations based on posts user have seen on your blog.
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:
/wp-content/plugins/ directory.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:
/wp-content/plugins/ directory.In both approaches you Customize the look and feel via 'Plugins' | 'Aliiike Recommender' menu.
Requires: 2.4 or higher
Compatible up to: 2.7
Last Updated: 2009-1-22
Downloads: 1,376
Got something to say? Need help?