boliboro
ricvaracelno
Author's Note: Info provided by forum administrator artesea.
If you add the code below to your template, any comments left using Blogger will appear on the individual post pages (the pages you get when you click on a posts permalink). With HaloScan installed this will make copying and pasting comments into HaloScan a lot easier as they will be on the same page as the post, with the HaloScan comment link for the correct page available as well. Once you have finished manually moving the comments into HaloScan, just delete the code from your template and your good to go!
This sounds a bit involved but is easier than it sounds.
The process:
We suggest you paste this code just BEFORE the </Blogger> tag.
ricvaracelno
Moving from Blogger Comments to HaloScan Comments
NOTE: this applies to the old version of Blogger only. The following does not apply for the new version of Blogger
Author's Note: Info provided by forum administrator artesea.
If you add the code below to your template, any comments left using Blogger will appear on the individual post pages (the pages you get when you click on a posts permalink). With HaloScan installed this will make copying and pasting comments into HaloScan a lot easier as they will be on the same page as the post, with the HaloScan comment link for the correct page available as well. Once you have finished manually moving the comments into HaloScan, just delete the code from your template and your good to go!
This sounds a bit involved but is easier than it sounds.
The process:
- Install HaloScan.
- Paste the code below into your template - BEFORE the </Blogger> tag.
- Republish your blog.
- Go to your blog and for every post that already has Blogger comments, click on the permalink to open the "post page".
- You will now see your post, below it any comments left using Blogger and below that the HaloScan comment link.
- Open the HaloScan comments and manually copy and paste the Blogger comments from the page into HaloScan.
- Repeat for every post with Blogger comments.
- When you are done, remove the code below from your template. Republish and your done. Bye bye Blogger comments, hello HaloScan!
The Code
We suggest you paste this code just BEFORE the </Blogger> tag.
<ItemPage>
<a name="comments"></a>
<h4><$BlogItemCommentCount$> Old Comments:</h4>
<BlogItemComments>
<a name="<$BlogCommentNumber$>"></a>
<p class="comment-body">
<$BlogCommentBody$>
</p>
<p class="comment-data">
By <$BlogCommentAuthor$>, at
<a href="#<$BlogCommentNumber$>">
<$BlogCommentDateTime$></a>
<$BlogCommentDeleteIcon$>
</p>
</BlogItemComments>
</ItemPage>
<a name="comments"></a>
<h4><$BlogItemCommentCount$> Old Comments:</h4>
<BlogItemComments>
<a name="<$BlogCommentNumber$>"></a>
<p class="comment-body">
<$BlogCommentBody$>
</p>
<p class="comment-data">
By <$BlogCommentAuthor$>, at
<a href="#<$BlogCommentNumber$>">
<$BlogCommentDateTime$></a>
<$BlogCommentDeleteIcon$>
</p>
</BlogItemComments>
</ItemPage>