If you use
Blogger (Blogspot) you will then need to visit the Dashboard -> Layout -> Edit HTML.
Here you should
backup your template in case anything goes wrong. Once you've done that tick "Expand Widget Templates" and you will now see the full template of your blog.
Image Widget
I suggest you place this just before the text of your blog post. Try and find this
<data:post.body/> in your template, and directly
before it add the following.
Code:
<!-- Start: LibDig Image Widget -->
<script type="text/javascript" src="http://libdig.co.uk/widget.php?f=left&u=<data:post.url/>&t=<data:post.title/>"></script>
<!-- End: LibDig Image Widget -->
Text Widget
I recommend you insert this next to the comment link. You'll need to find
<span class='post-comment-link'>, from here find the next
</span> and now insert the code immediatly
after it.
Code:
<!-- Start: LibDig Inline Widget -->
<span class='post-comment-link'>
<script type="text/javascript" src="http://libdig.co.uk/widget.php?inline=1&u=<data:post.url/>&t=<data:post.title/>"></script>
</span>
<!-- End: LibDig Inline Widget -->
Simple Text Link
LibDig This!
Code:
<!-- Start: LibDig Simple Text Link -->
<a href="http://libdig.co.uk/add.php?u=<data:post.url/>&t=<data:post.title/>">LibDig This!</a>
<!-- End: LibDig Simple Text Link -->