Customize button options, and this wizard will demonstrate and generate the code for you.
Click "Add to Blogger" to have code copied to your to Blogger blog or copy it to any website.
Demo
Notes
Javascript files (jQuery & plugin) should be included in that order! And each file needs to exists one time only on a page regardless of how many buttons you have on that page.
You can include the Javascript files at <head> section or by the end of the page.
When setting options in HTML5 attribute, you should escape single-quotes with backslash in options values.
so, you would write 'John\'s Post' instead of 'John's Post'.
And escape double-quotes like this 'say "hi"' instead of 'say "hi"'.
If you place options in HTML comment, you should escape single-quotes as before.
And put a backslash between any 2 consecutive dashes like this 'related -\- Post'
instead of 'related -- Post'.
If you are on Wordpress, you can insert this code in the loop at your index template
Plugin was also tested to work with jQuery 1.3.2, Just replace jQuery Javascript source to "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"