<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://72.14.177.54/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Bloggerhacks - User contributions [en]</title>
		<link>http://72.14.177.54/Bloggerhacks/Special:Contributions/Harvey</link>
		<description>From Bloggerhacks</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Tue, 16 Jun 2026 07:46:41 GMT</lastBuildDate>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add a dropdown '''AddThis button''' to each of your posts. [http://www.addthis.com AddThis] is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code within the template (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button BEGIN --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button END --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll probably want to replace ''JOHNDOE'' (line 5) with your AddThis username. If you don't have an account, you can register to [http://www.addthis.com AddThis] for free.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to add a digg button to your blogger post]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
* [[Social bookmark new blogger posts using AddThis]]&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Sat, 16 Feb 2008 12:30:09 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You'll probably need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add a dropdown '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code within the template (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button BEGIN --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button END --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''JOHNDOE'' (line 5) with your AddThis username. I'm not sure if it even works without a given username. If it does, there will be no need for an AddThis account.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to add a digg button to your blogger post]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
* [[Social bookmark new blogger posts using AddThis]]&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 17:26:28 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>Social bookmark new blogger posts using AddThis</title>
			<link>http://72.14.177.54/Bloggerhacks/Social_bookmark_new_blogger_posts_using_AddThis</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Version==&lt;br /&gt;
1.0&lt;br /&gt;
==Platform==&lt;br /&gt;
New Blogger&lt;br /&gt;
==Author==&lt;br /&gt;
Deniz Akay&lt;br /&gt;
==Homepage==&lt;br /&gt;
http://web-messengers.blogspot.com/2006/11/social-bookmark-blogger-beta-post-with.html&lt;br /&gt;
==License==&lt;br /&gt;
&lt;br /&gt;
==Required Skills== &lt;br /&gt;
&lt;br /&gt;
==Description== &lt;br /&gt;
How to social bookmark new blogger posts using AddThis&lt;br /&gt;
==Method== &lt;br /&gt;
Read instuctions on the homepage&lt;br /&gt;
==Sites Using This Hack==&lt;br /&gt;
[http://www.harpeinvesting.com Sharpe Investing]&lt;br /&gt;
&lt;br /&gt;
==Extensions / Alternates== &lt;br /&gt;
&lt;br /&gt;
==See Also:== &lt;br /&gt;
[http://web-messengers.blogspot.com/search/label/New Blogger Pre-hacked templates for new blogger] &amp;lt;br/&amp;gt;&lt;br /&gt;
[[AddThis button in your posts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]] &lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 16:38:56 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:Social_bookmark_new_blogger_posts_using_AddThis</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You'll probably need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add a dropdown '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code within the template (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button BEGIN --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- AddThis Bookmark Button END --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''JOHNDOE'' (line 5) with your AddThis username. I'm not sure if it even works without a given username. If it does, there will be no need for an AddThis account.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to add a digg button to your blogger post]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:28:37 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You'll probably need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code within the template (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE STARTS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''JOHNDOE'' (line 5) with your AddThis username. I'm not sure if it even works without a given username. If it does, there will be no need for an AddThis account.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to add a digg button to your blogger post]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:17:07 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* See Also: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You'll probably need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE STARTS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''JOHNDOE'' (line 5) with your AddThis username. I'm not sure if it even works without a given username. If it does, there will be no need for an AddThis account.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[How to add a digg button to your blogger post]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:10:01 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>PopMarks - Blog Buttons</title>
			<link>http://72.14.177.54/Bloggerhacks/PopMarks_-_Blog_Buttons</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform==&lt;br /&gt;
&lt;br /&gt;
For use with [[Blogger]], [[WordPress]] and [[TypePad]] blogs.&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
&lt;br /&gt;
* (idea and code) [http://www.greg-hill.id.au Greg Hill]&lt;br /&gt;
* (icons and lists) [http://3spots.blogspot.com Yuli]&lt;br /&gt;
&lt;br /&gt;
==Homepage==&lt;br /&gt;
&lt;br /&gt;
* (Freshblog) [http://blogfresh.blogspot.com/2006/06/popmarks-3spotsfreshblog-cross-over.html PopMarks - a 3spots/Freshblog Cross-Over!]&lt;br /&gt;
* (3spots) [http://3spots.blogspot.com/2006/06/popmarks-social-bookmark-button.html PopMarks! THE SOCIAL BOOKMARK BUTTON!]&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Skill Level==&lt;br /&gt;
&lt;br /&gt;
You must be comfortable with editing your [[Blogger template]].&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
This hack unifies all your social bookmarking, search and translation services buttons into a single button.  When clicked by your readers, a small floating window popups with integrated icons pointing to these services. Post-specific information such as the title of your post, post URLs, dates, feed URLs, tags and free-text selections are automatically pre-populated. The list of services is fetched from a central repository at [[del.icio.us]], so that it stays current with new services in your category of interest. &lt;br /&gt;
&lt;br /&gt;
This means blogs aren't cluttered with a large list of buttons, publishers don't have to keep monitoring for new services and installing them, and readers don't have to manually enter data.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
# Obtain JavaScript code from the [http://blogfresh.blogspot.com/2006/06/popmarks-3spotsfreshblog-cross-over.html instructions].&lt;br /&gt;
# Insert JavaScript snippet into the head element of your [[Blogger template]].&lt;br /&gt;
# Choose preferred icons, popup style and services for your blog.&lt;br /&gt;
# Re-publish your blog.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack==&lt;br /&gt;
&lt;br /&gt;
* [http://speccysux.blogspot.com Speccy Sux]&lt;br /&gt;
* [http://3spots.blogspot.com 3spots]&lt;br /&gt;
* [http://404errors.blogspot.com/ 404 Errors]&lt;br /&gt;
&lt;br /&gt;
Edit this area and add your own link if you are using this hack.&lt;br /&gt;
&lt;br /&gt;
==See Also== &lt;br /&gt;
[[AddThis button in your posts]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Blogger Classic]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:08:45 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:PopMarks_-_Blog_Buttons</comments>		</item>
		<item>
			<title>Social bookmarking in Blogger beta</title>
			<link>http://72.14.177.54/Bloggerhacks/Social_bookmarking_in_Blogger_beta</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Author==&lt;br /&gt;
code: [http://hackosphere.blogspot.com/ Ramani] &amp;lt;br/&amp;gt;&lt;br /&gt;
idea and URLs: [http://stubborn-fanatic.blogspot.com/ Vivek]&lt;br /&gt;
&lt;br /&gt;
==Homepage==&lt;br /&gt;
[http://hackosphere.blogspot.com/2006/09/delicious-and-digg-hotlinks-for-your.html Hackosphere 3006]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/2006/09/get-socially-bookmarked.html Vivek Sanghi]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
&lt;br /&gt;
You must be comfortable with editing your Blogger template and have fair understanding of basic HTML.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
This hack allows you to add links to social bookmarking sites like digg it!, del.icio.us, furl and many more under your blogger posts so that your readers can bookmark an article in a single click. It also provides image icon for display and linking (images should be hosted on your server or image host)&lt;br /&gt;
&lt;br /&gt;
==Method== &lt;br /&gt;
&lt;br /&gt;
1. Review/understand the Blogger beta template code and select the location where you would like to put the links on this [http://hackosphere.blogspot.com/2006/09/delicious-and-digg-hotlinks-for-your.html page]&amp;lt;br/&amp;gt;&lt;br /&gt;
2. Select additional social bookmarking links and obtain the images from this [http://stubborn-fanatic.blogspot.com/2006/09/get-socially-bookmarked.html page]&amp;lt;br/&amp;gt;&lt;br /&gt;
3. Save the images on your hard drive and host them on a server or free image host like [www.photobucket.com photobucket]&amp;lt;br/&amp;gt;&lt;br /&gt;
4. Back up your template and then in the expanded widget view incorporate the code from sites mentioned above.&amp;lt;br/&amp;gt;&lt;br /&gt;
5. Preview the template (if you have followed the instructions carefully there should be no problem).&amp;lt;br/&amp;gt;&lt;br /&gt;
6. Save and template and enjoy! Incase of any issues feel free to drop a line on any of the above sites.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack==&lt;br /&gt;
&lt;br /&gt;
[http://hackosphere.blogspot.com/index.html Hackosphere 3006]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/ Vivek Sanghi]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://dennyhalim.blogspot.com/ Denny on IT]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://svajmalizo.blogspot.com Svaj Malizo]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Extensions / Alternates== &lt;br /&gt;
Note that these are for non beta user in case of blogger&lt;br /&gt;
&lt;br /&gt;
[http://blogfresh.blogspot.com/2006/06/popmarks-3spotsfreshblog-cross-over.html popmarks]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://3spots.blogspot.com/2006/06/popmarks-social-bookmark-button.html popmarks]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/2006/09/translate-blogs-using-google.html Google translate under each post in blogger beta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[AddThis button in your posts]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:07:50 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:Social_bookmarking_in_Blogger_beta</comments>		</item>
		<item>
			<title>Social bookmarking in Blogger beta</title>
			<link>http://72.14.177.54/Bloggerhacks/Social_bookmarking_in_Blogger_beta</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* See Also: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I just don't have much to say lately.&lt;br /&gt;
Eh. Not much on my mind lately.  &lt;br /&gt;
&lt;br /&gt;
[http://s-url.net/0v19 black women] | &lt;br /&gt;
[http://s-url.net/0uv4 asian women] | &lt;br /&gt;
[http://s-url.net/0uuz free anal mom] | &lt;br /&gt;
[http://s-url.net/0ux9 bikini dare models]&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
code: [http://hackosphere.blogspot.com/ Ramani] &amp;lt;br/&amp;gt;&lt;br /&gt;
idea and URLs: [http://stubborn-fanatic.blogspot.com/ Vivek]&lt;br /&gt;
&lt;br /&gt;
==Homepage==&lt;br /&gt;
[http://hackosphere.blogspot.com/2006/09/delicious-and-digg-hotlinks-for-your.html Hackosphere 3006]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/2006/09/get-socially-bookmarked.html Vivek Sanghi]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
&lt;br /&gt;
You must be comfortable with editing your Blogger template and have fair understanding of basic HTML.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
This hack allows you to add links to social bookmarking sites like digg it!, del.icio.us, furl and many more under your blogger posts so that your readers can bookmark an article in a single click. It also provides image icon for display and linking (images should be hosted on your server or image host)&lt;br /&gt;
&lt;br /&gt;
==Method== &lt;br /&gt;
&lt;br /&gt;
1. Review/understand the Blogger beta template code and select the location where you would like to put the links on this [http://hackosphere.blogspot.com/2006/09/delicious-and-digg-hotlinks-for-your.html page]&amp;lt;br/&amp;gt;&lt;br /&gt;
2. Select additional social bookmarking links and obtain the images from this [http://stubborn-fanatic.blogspot.com/2006/09/get-socially-bookmarked.html page]&amp;lt;br/&amp;gt;&lt;br /&gt;
3. Save the images on your hard drive and host them on a server or free image host like [www.photobucket.com photobucket]&amp;lt;br/&amp;gt;&lt;br /&gt;
4. Back up your template and then in the expanded widget view incorporate the code from sites mentioned above.&amp;lt;br/&amp;gt;&lt;br /&gt;
5. Preview the template (if you have followed the instructions carefully there should be no problem).&amp;lt;br/&amp;gt;&lt;br /&gt;
6. Save and template and enjoy! Incase of any issues feel free to drop a line on any of the above sites.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack==&lt;br /&gt;
&lt;br /&gt;
[http://hackosphere.blogspot.com/index.html Hackosphere 3006]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/ Vivek Sanghi]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://dennyhalim.blogspot.com/ Denny on IT]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://svajmalizo.blogspot.com Svaj Malizo]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Extensions / Alternates== &lt;br /&gt;
Note that these are for non beta user in case of blogger&lt;br /&gt;
&lt;br /&gt;
[http://blogfresh.blogspot.com/2006/06/popmarks-3spotsfreshblog-cross-over.html popmarks]&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://3spots.blogspot.com/2006/06/popmarks-social-bookmark-button.html popmarks]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
&lt;br /&gt;
[http://stubborn-fanatic.blogspot.com/2006/09/translate-blogs-using-google.html Google translate under each post in blogger beta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[AddThis button in your posts]]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:06:36 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:Social_bookmarking_in_Blogger_beta</comments>		</item>
		<item>
			<title>How to add a digg button to your blogger post</title>
			<link>http://72.14.177.54/Bloggerhacks/How_to_add_a_digg_button_to_your_blogger_post</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform==&lt;br /&gt;
Specifically for use with [[Blogger]] blogs&lt;br /&gt;
&lt;br /&gt;
==Author==&lt;br /&gt;
* (idea and partial code) [http://web-tracker.blogspot.com Tom Thomas]&lt;br /&gt;
* (partial code) [http://diggtheblog.blogspot.com/2006/07/integrating-digg-within-your-website.html Digg Blog]&lt;br /&gt;
&lt;br /&gt;
==Homepage==&lt;br /&gt;
* (Digg Button) [http://diggbutton.blogspot.com/2006/09/add-digg-button-to-single-blogger-post.html Digg Button - ]&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should know how to create an HTML file using notepad and be able to upload/host that file to a server.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of the &amp;lt;IFRAME&amp;gt; tag, will allow you to add both a Digg count and &amp;quot;Digg it&amp;quot; button to individual Blogger posts.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
# Copy some code and paste it into notepad.&amp;lt;br&amp;gt;&lt;br /&gt;
# Copy and paste Digg related URL into code from &amp;quot;1&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
# Save as an HTML file.&amp;lt;br&amp;gt;&lt;br /&gt;
# Upload file to server.&amp;lt;br&amp;gt;&lt;br /&gt;
# Copy and paste some additional code into your intended Blogger post.&amp;lt;br&amp;gt;&lt;br /&gt;
# Republish blog.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack==&lt;br /&gt;
*[http://web-tracker.blogspot.com/2006/08/how-to-embed-youtube-video-in-your.html Tom Thomas' Web Tracker]&lt;br /&gt;
*[http://fengdw.blogspot.com Feng's Distorted World]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
*[[AddThis button in your posts]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 13:05:15 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:How_to_add_a_digg_button_to_your_blogger_post</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
For use with [[Blogger]] blogs, but probably can easily be adapted to other template based platforms (e.g., [[WordPress]]).&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You'll probably need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open the template file.&lt;br /&gt;
* Create a backup: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, right above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE STARTS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url   = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub   = 'JOHNDOE';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''JOHNDOE'' (line 5) with your AddThis username. I'm not sure if it even works without a given username. If it does, there will be no need for an AddThis account.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications (optional)==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be placed in the post footer section, aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably. Remember to always make a backup of the template file prior to any changes! A broken template file can make your blog unusable and it's quite a mess to repair a template file manually.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;br /&gt;
[[Category:Platform Unknown]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 12:50:32 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE STARTS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADDTHIS CODE ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click '''Save Template''' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be place in the post footer section and aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 12:30:15 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of JavaScript, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool that provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click '''Download Full Template''' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check '''Expand Widget Templates''' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the JavaScript code so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK STARTS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Modifications==&lt;br /&gt;
When using the code as given here, the ''AddThis button'' will be place in the post footer section and aligned to the right. Optionally, you can place the button in the post header section or elsewhere. Just paste the JavaScript code suitably.&lt;br /&gt;
&lt;br /&gt;
Of course, you can change the ''float:right;'' statement (line 8) to ''float:center;'' or ''float:left;'' to align the button to the center or to the left, respectively.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 12:26:56 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>How to add AddThis button to your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/How_to_add_AddThis_button_to_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;How to add AddThis button to your posts moved to AddThis button in your posts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[AddThis button in your posts]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:38:30 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:How_to_add_AddThis_button_to_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;How to add AddThis button to your posts moved to AddThis button in your posts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of a JavaScript code snippet, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool and provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click ''Download Full Template'' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check ''Expand Widget Templates'' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the hack so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK BEGINS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:38:30 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of a JavaScript code snippet, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool and provides a ''one button for all'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click ''Download Full Template'' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check ''Expand Widget Templates'' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the hack so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK BEGINS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:32:37 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of a JavaScript code snippet, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool and provides a “''one button for all''�&amp;amp;#65533; functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click ''Download Full Template'' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check ''Expand Widget Templates'' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the hack so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK BEGINS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;br /&gt;
[[Category:New Blogger]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:30:45 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;/* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of a JavaScript code snippet, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool and provides a “''one button for all''” functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click ''Download Full Template'' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check ''Expand Widget Templates'' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the hack so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK BEGINS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:22:41 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
		<item>
			<title>AddThis button in your posts</title>
			<link>http://72.14.177.54/Bloggerhacks/AddThis_button_in_your_posts</link>
			<description>&lt;p&gt;Harvey:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Platform== &lt;br /&gt;
Specifically for use with [[Blogger]] blogs.&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
[http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5]&lt;br /&gt;
&lt;br /&gt;
==Required Skills==&lt;br /&gt;
You should be able to edit and save your [[Blogger template]] file.&lt;br /&gt;
&lt;br /&gt;
==Other Requirements==&lt;br /&gt;
You need an [http://www.addthis.com AddThis] account/username to use this hack. Don't worry, it's free.&lt;br /&gt;
&lt;br /&gt;
==Description== What does it do?&lt;br /&gt;
This hack, through use of a JavaScript code snippet, will add an '''AddThis button''' to each of your posts. AddThis is a free social bookmarking sharing tool and provides a ''“one button for all�&amp;amp;#65533;'' functionality to your blog.&lt;br /&gt;
&lt;br /&gt;
==Method==&lt;br /&gt;
* Open template file: on your dashboard, go to '''Layout | Edit HTML''' to open your template file.&lt;br /&gt;
* Create a backup of your template: click ''Download Full Template'' to download a backup copy before editing your template file (just in case).&lt;br /&gt;
* Check ''Expand Widget Templates'' to see the full template.&lt;br /&gt;
* Search for the following lines of code (you will insert the ''AddThis code'', i.e. the hack, above these lines):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
* Insert the hack so that the result looks like this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK BEGINS HERE --&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
  expr:addthis_url    = '&amp;lt;data:post.url/&amp;gt;';&lt;br /&gt;
  expr:addthis_title  = '&amp;lt;data:post.title/&amp;gt;';&lt;br /&gt;
  expr:addthis_pub    = 'USERNAME';&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style='float:right; display:inline;'&amp;gt;&lt;br /&gt;
  &amp;lt;script src='http://s7.addthis.com/js/addthis_widget.php?v=12' type='text/javascript'/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;!-- HACK ENDS HERE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class='post-footer-line post-footer-line-2'&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
: You'll want to replace ''USERNAME'' (line 5) with your AddThis username.&lt;br /&gt;
* That's it! Just click ''Save Template'' and watch the result.&lt;br /&gt;
&lt;br /&gt;
==Sites Using This Hack== &lt;br /&gt;
* [http://ankerboje.blogspot.com Boat Builder's Blogbook]&lt;br /&gt;
&lt;br /&gt;
==See Also:==&lt;br /&gt;
* [[Social bookmarking in Blogger beta]]&lt;br /&gt;
* [[PopMarks - Blog Buttons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hacks]]&lt;br /&gt;
[[Category:Bookmarking]]&lt;/div&gt;</description>
			<pubDate>Fri, 15 Feb 2008 00:18:41 GMT</pubDate>			<dc:creator>Harvey</dc:creator>			<comments>http://72.14.177.54/Bloggerhacks/Talk:AddThis_button_in_your_posts</comments>		</item>
	</channel>
</rss>