I need to have a simple button created and I believe the best route to go would be by using javascript.
The script is to be a clone of the face book ‘like button’ and act like it’s a real like button.
I have attached an image to display how it should work.
This image shows what the button/text should look like when the
button is not clicked, clicked, and hovered.
When the user clicks the like button it should store a cookie that will remember that the clicked the button, even if they leave and return.
If they click the like button a second time it should remove the cookie.
