=== Algorithmia === Contributors: https://algorithmia.com Tags: widget Requires at least: 3.0.1 Tested up to: 4.3 Stable tag: 1.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrates Wordpress with the Algorithmia API for advanced algorithm usage. == Description == Algorithmia provides an API for advanced algorithm usage. This plugin integrates Wordpress with the Algorithmia API. Visit https://algorithmia.com to register (required) and learn more about Algorithmia. This first release creates a Widget which loads content recommendations from Algorithmia onto the Wordpress site. This crawls your site and performs text analysis to generate the content recommendations. == Installation == This section describes how to install the plugin and get it working. 1. Register for an account on https://algorithmia.com and take note of your API key. 2. Upload `algorithmia.php` to the `/wp-content/plugins/algorithmia` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. 4. Visit the Widgets UI and place the Content Recommendation widget wherever you like. 5. Configure the widget with a title like 'Recommended Content'. 6. Configure the widget to use your Algorithmia API key from step one. 7. Configure the widget with the number of posts you wish to display. Max value is 10. == Preventing Content from Being Shown in Recommendations == You may prevent your pages and posts from being included in the pool of potential recommendations. Simply edit the post or page you wish to exclude and check the box in the 'Recommender Options' section. == Frequently Asked Questions == = Do I need to Register for Algorithmia? = Yes. Visit https://algorithmia.com to register. = What other algorithms are supported? = This plugin currently supports content recommendations. We will be adding support for additional algorithms in future releases. == Changelog == = 1.0 = * Initial release. Supports content recommendation widget. = 1.0.4 = * Add option for number of related pages displayed in widget.