Hello,
I've got a blogging site hosted on Windows Sever, ASP.Net 3.5, ASP.Net AJAX, SQL Server in background.
I want to give bloggers a button like 'digg-it' which they can put on their blogs for the readers to click to thumb-up the post if they like it.
I know I'll be using Javascript to do that. What can I do to: -
- Retrieve code from my website which will display the current count of the thumb-up.
- Increase the count on my website if the user thumbs up something.
Since most of these blogs are on blogger.com/wordpress.com, the plugin code will be embedded in the blog theme. I guess I will be using the URL of the blog post as the unique id. My problem is how to get my site and javascript that's on blogger.com talking.
Your help will be appreciated.
Thanks