There is a feature in Feedburner that allows you to insert various
“share”
links {Digg this, twit this etc.) after every news post, via inserting a
javascript script.
The trouble is, it needs the dynamic link to each post. From
Feedburner’s
own documentation:
"
There are two pieces of data you need to insert in this tag before it
will
work on your blog:
Your FeedFlare URL.
Dynamic post URL. Use one of your blog’s template tags to dynamically
insert
the URL of the current post. (E.g. Blogger uses
<$BlogItemPermalinkURL$>;
Movable Type uses <$MTEntryPermalink$>.)"
However, being new to Typo (or just thick), I don’t know where to add
the