Chicklet Creator Wordpress Plugin Instructions
Instructions below for version 0.5.x.
Included in the plugin are the button images and the plugin file.
Install & Configure
1) Download the plugin.
2) Upload the entire Chicklet-Creator folder into your Wordpress plugins directory.
-- The final path should look like this /wp-content/plugins/Chicklet-Creator/
3) Activate the plugin via the Plugins area in the Wordpress admin.
4) Put the following code in the theme's template where you want the feed buttons to show up:
<?
if (function_exists('chicklet_creator')) {
chicklet_creator();
} ?>
-- My suggestion would be to go into your Wordpress theme directory and open sidebar.php. Then insert it above the archives code which will look like this <li><h2>Archives</h2>
5) In the admin area, go to 'Options' -> 'Chicklet Creator' and configure what buttons you want to see. You can also add a Feedburner feed here.
6) Enjoy! This code should work anywhere in your blog template.
Error?! - If you get this error Cannot load Chicklet-Creator/chicklet-creator.php it means that the files were uploaded but the file struction is incorrect. Ensure that your file structure looks like this
/wp-content/plugins/Chicklet-Creator/chicklet-creator.php
/wp-content/plugins/Chicklet-Creator/RSS-images/











