One of the easiest ways to encourage readers to link back to your blog posts is by adding the backlink (or trackback) code at the end of each post. If your post is useful or informative enough, people would want to mention it in their blog. Providing the link code would make it easier for them to properly do so.
Do you like this post? Please link back to this post by pasting the permalink code below in your blog post’s HTML.
URL:HTML link code:
BB (forum) link code:
Here’s how to do it.
You will need to add the code below to your template HTML. Once added the backlink code will be automatically generated at the end of every post.
- Go to Dashboard > Design > Edit HTML.
- Back up your template.
- Tick the Expand Widget Templates check box on top right of the HTML window.
- Paste the following code right under
<data:post.body/>
or<b:if cond='data:blog.pageType == "item"'> <p>Do you like this post? Please link back to this post by pasting the permalink code below in your blog post’s HTML.</p> URL: <br /> <textarea id="url" onclick="this.focus();this.select()" readonly="readonly" rows="1" style="width: 100%;" title="Click to highlight"><data:post.url/></textarea> HTML link code: <br /> <textarea id="HTML-code" onclick="this.focus();this.select()" readonly="readonly" rows="1" style="width: 100%;" title="Click to highlight"><a href="<data:post.url/>"><data:post.title/></a></textarea> BB (forum) link code: <br /> <textarea id="BB-code" onclick="this.focus();this.select()" readonly="readonly" rows="1" style="width: 100%;" title="Click to highlight">[url=<data:post.url/>]<data:post.title/>[/url]</textarea> </b:if>
This link boxes will only appear on post pages.
- Preview and save.
2 comments:
test comment
test lagi
Post a Comment