A simple 'I like this' plugin inspired by the facebook 'like' functionality.
With CSS :) Here is the code that I use:
a.done {
background:url("http://yoururl.com/wordpress/plugins/roses-like-this/action_check.png") bottom right no-repeat;
padding-right:18px;
color:#8bcb46;
}
IMPORTANT!!!! PLEASE MAKE SURE THAT YOUR THEME HAS THE FOLLOWING LINE IN ITS HEADER FILE:
<?php wp_print_scripts(); ?>
Do you call get_header() in your theme? This is also needed, although almost certainly there anyway.
The plugin expects to find the javascript file in a folder called roses-like-this under /plugins. So if you have named the folder something else, you're probably getting a 404 error!
To fix, you can either rename your folder roses-like-this OR you can edit the likethis.php file and edit line 112 roses-like-this/ to yourfoldername/
Requires: 3.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-9-11
Downloads: 8,258
0 of 1 support threads in the last two months have been resolved.
Got something to say? Need help?