Adding a .NET kicks link to a Blogger blog
June 28. 2007
Here's how you can add a link to .NET kicks on a blogger hosted blog:
Go into your blog settings and select to edit the template. You will need to check the checkbox to expand custom widgets first. Then find the <data:post-body/>
section and insert the following code afterwards:
<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
<!-- dotnetkicks BEGIN -->
<p><a expr:href='"http://www.dotnetkicks.com/kick/?url=" + data:post.url'><img border='0' expr:src='"http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=" + data:post.url'/></a></p>
<!-- dotnetkicks END -->
</div>