Widget Setup
Wordpress PluginAdd this plugin to your blog...
The WordPress plugin for the Arkayne widget includes a complete control panel for every widget option. From the panel you can adjust everything from text, color, size, to link counts, similarity limits, and link categories. Settings are controlled via Admin->Options->Arkayne. To monitor click throug rates create an account.
- Download from WordPress: Official WordPress Page for Arkayne Plugin
- Download from Arkayne: arkayne.php, arkayne-options.php, and readme.txt plugin.
- Copy arkayne.php and arkayne-options.php into [wordpress path]/wp-content/plugins/.
- In your WordPress Admin->Plugins->Arkayne Related Content Widget, activate the plugin.
- Customize the widget through Wordpress Admin->Options->Arkayne or using the settings page.
- The Arkayne widget will appear at the bottom of your blog posts.
Javascript InstallAdd these lines of code to your HTML page...
The simplest and quickest install on any page is to simply add the default Arkayne widget via pasting JavaScript into HTML. This approach will work on any web page. To customize and monitor the widget create an account.
- Copy the following code...
<script src="http://www.arkayne.com/js/widget.js" type="text/javascript"></script>
<script type="text/javascript"> _token="INSERT YOUR TOKEN HERE"; _width="100%"; _height="200"; widget(); </script>
- Paste the code into your page or template. Do NOT modify the code except for the token.
- Customize the widget look using the settings page.