Bookmarklet
You will need to add the link below to your bookmarks, then when on a page you wish to submit, just open the bookmark.
LibDig this page <-- Right click and Add as favourite / Bookmark this link.
If you use (new)
Blogger please follow these
instructions.
If you use
Wordpress (selfhosted) you can download the LibDig
widget.
Image Widget
Code:
<script type="text/javascript" src="http://libdig.co.uk/widget.php?f=left&u=[YOUR POSTS URL]&t=[YOUR POSTS TITLE]"></script>
Text Widget
Code:
<script type="text/javascript" src="http://libdig.co.uk/widget.php?inline=1&u=[YOUR POSTS URL]&t=[YOUR POSTS TITLE]"></script>
Simple Text Link
LibDig This!
Code:
<a href="http://libdig.co.uk/add.php?u=[YOUR POSTS URL]&t=[YOUR POSTS TITLE]">LibDig This!</a>
If you use
Wordpress.org (self-hosted) you can auto replace the
[YOUR POST URL] with
<?php the_permalink(); ?> and
[YOUR POST TITLE] with
<?php the_title(); ?>
The Image Widget is available as a Wordpress Plugin
here.
If you are still on the
old blogger templates it should be much easier and all you need to do is change
[YOUR POST URL] with
<$BlogItemPermalinkUrl$> and
[YOUR POST TITLE] with
<$BlogItemTitle$>