To add kick it button of dotnetkicks to all posts of blogspot blog , write this code in the html of template
Look for this line of code in html by expending widget templates<p><data:post.body/></p>
Now copy and paste this code just above this line<p><a expr:href='
"http://www.dotnetkicks.com/submit/?url="
+ data:post.url + "&title=" + data:post.title'
expr:id='data:widget.instanceId + "_kickit"'
><img alt='Submit this story to DotNetKicks'
expr:src='
"http://www.dotnetkicks.com/Services/Images
/KickItImageGenerator.ashx?url=" +
data:post.url'/></a></p>
Saturday, January 17, 2009
Browse > Home /
Blogger Hacks /
Blogger tips
/ Autometically add dotnetkicks kick it button to all posts of your blogspot blog
Autometically add dotnetkicks kick it button to all posts of your blogspot blog
Subscribe to:
Post Comments (Atom)
Comments
2 comments to "Autometically add dotnetkicks kick it button to all posts of your blogspot blog"
9:55 PM
Thank you young man.I love to read your blog.It is user friendly even for golden ladies like me.
2:59 PM
There are problems with your code. It won't work because it has issues. Please find this post.
http://praveenbattula.blogspot.com/2009/09/dotnetkickscom-kick-it-for-blogger.html
Post a Comment