In the blogger posts, if you hoover over the timestamp a small popup will come up that says 'permanent link'. Unless someone is familiar with all the fine details of blogger, they won't find this link. This is a disadvantage. But, you can easily add the text 'permalink' to that time stamp. To do this, look for this code in your blogger template:
<a href="<$BlogItemPermalinkUrl$>" title="permanent link"><$BlogItemDateTime$></a>Then add the text Permalink to that code like this:
<a href="<$BlogItemPermalinkUrl$>" title="permanent link"><$BlogItemDateTime$> Permalink</a>Now the permalink is obvious to all your readers.
Make sure you put a space before the word Permalink or else your link will end up looking like this pmpermalink. Not pretty.
No comments:
Post a Comment