Showing posts with label Blogspot. Show all posts
Showing posts with label Blogspot. Show all posts

Wednesday, August 19, 2009

Putting Digg Icon on your Blogger.com/Blogspot.com Posts

Under Layout->Edit Templates click Expand Widget Templates and replace the below code :



 <div class='post-header-line-1'/>
with this :

 <div class='post-header-line-1'>
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src='http://digg.com/tools/diggthis.js'
type='text/javascript'>
</script>
</div>
</div>
and Save Template

Monday, August 17, 2009

Blogspot.com & Windows Live Writer & Images

I updated my Hyper-V post using Windows Live Writer. My first trial resulted with : HTTP 403 (Not Authorized) message. After a quick search in my dear friend Google, I learned that you need to create a Web Album under Picasa Web Albums (also a Google product) named : “Windows Live Writer” to overcome this issue.