Add Trackback to Your Blogger Blog: The Easy Way
I recently posted my reasons for reconsidering my original decision to not add Trackback to my New Blogger Blog. If you want to know why you can read about it at the bottom of this post.
But that in itself posed another problem because Haloscan doesn’t offer the code or any tutorial how to do it for New Blogger. Instead, they have an automatic installation widget.
So why is that a problem? Well, in my case I only wanted trackback, not comments. But the auto-install widget unfortunately disables Blogger’s comments and installs both of Haloscan’s comments and trackback. Stink!
So this is how I did it if you want to just install just trackback and leave your Blogger comments alone:
1. First make a backup of your template by downloading it to your hard drive and put it in a safe place. You can do that in your Blogger Dashboard “Edit HTML” section of your “Template” menu. Click on “Download Full Template” to save it.2. Log into your Haloscan account (or create one if you haven’t already) and click on the “Install” menu. There you will find a list of blog platforms (Blogger is the first one). Make sure the “Blogger or Blogspot” box is chosen as well as the “Display Trackback Code” box.3. Click on “Next” and you should come to the page with instructions for the “Blogger Installation Wizard”. Follow the instructions how to download a copy of your current template from Blogger to your hard drive. Then click on “Browse” to upload it to Haloscan.
4. Click on the button “Upload Blogger Template” and you will be taken to Step 2 of the “Blogger Installation Wizard”.
5. Click on the “Download Blogger Template” button and it will prompt you to download the new template to your hard drive. It will probably be called something like “Upload_this_to_Blogger.xml”.
6. Now this is where we diverge from the Haloscan instructions. If you want to use both of Haloscan’s comments and trackback features you do not need to proceed any further. Just follow the instruction how to upload your new template into Blogger. But if you just want to use trackback then please continue reading.
Instead of uploading the new template code to Blogger, copy the code from the file (”Upload_this_to_Blogger.xml”) into something like Notepad that will not add anything more to the code. Whatever you do – do NOT use Microsoft Word because it will just wreck the code by adding a bunch of junk to it.
7. After loading the code into Notepad, search for [ <!– start haloscan (part 2) –> ] and you should see something like this:
<!– start haloscan (part 2) –> <script src=’http://www.haloscan.com/load/bloke’ type=’text/javascript’> </script> <span class=’post-comment-link’> <p><a class=’comment-link’ expr:href=’”http://www.haloscan.com/comments/bloke/” + data:post.id + “/”‘ expr:onclick=’”HaloScan(” + “\”"+ data:post.id + “\”" + “);return false;”‘> <script type=’text/javascript’>postCount(’<data:post.id/>’);</script> </a> <a class=’comment-link’ expr:href=’”http://www.haloscan.com/tb/bloke/” + data:post.id + “/”‘ expr:onclick=’”HaloScanTB(” + “\”"+ data:post.id + “\”" + “);return false;”‘> <script type=’text/javascript’>postCountTB(’<data:post.id/>’);</script> </a></p><br/> </span> <!– end haloscan –>
8. Your code of course will look a little different than mine. Now copy that code from your Notepad. Then go into your Blogger Dashboard (click on “Template“ and “Edit HTML“), and be sure to put a check mark in the “Expand Widget Templates” box.
9. Search your template code for something that looks like this:
<b:widget id=’Blog1′ locked=’false’ title=’Blog Posts’ type=’Blog’>
<b:includable id=’postQuickEdit’ var=’post’>
<b:if cond=’data:post.editUrl’>
<span expr:class=’”item-control ” + data:post.adminClass’>
<a expr:href=’data:post.editUrl’ expr:title=’data:top.editPostMsg’>
<span class=’quick-edit-icon’> </span>
</a>
</span>
10. Paste the code that you just copied from your Notepad file on a line immediately after the [ </span> ] tag.
11. Now we are going to do the same thing again for the rest of the code. Go back into your Notepad file and look for something that looks like this:
<!– start haloscan (part 1) –>
<script src=’http://www.haloscan.com/load/bloke’ type=’text/javascript’> </script>
<span class=’post-comment-link’>
<a class=’comment-link’ expr:href=’”http://www.haloscan.com/tb/bloke/” + data:post.id + “/”‘ expr:onclick=’”HaloScanTB(” + “\”"+ data:post.id + “\”" + “);return false;”‘>
<script type=’text/javascript’>postCountTB(’<data:post.id/>’);</script>
</a>
</span>
<!– end haloscan –>
12. Again, your code might be slightly different than mine. Now do the same thing and copy that code from your Notepad file.
13. Go back into your Blogger Dashboard and search for something that looks like this in your template code:
<b:if cond=’data:post.allowComments’> <a class=’comment-link’ expr:href=’data:post.addCommentUrl’ expr:onclick=’data:post.addCommentOnclick’><b:if cond=’data:post.numComments == 1′>1 Comment<b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
14. Immediately after the code [ </b:if></a> ] paste your code that you just copied from your Notepad file. You can of course put your trackback code somewhere different than I did if you prefer. Or your code may look a little different than mine so you might have to experiment a little to get it where you want it.
15. Click on “Preview” to make sure that everything is working properly, and that’s it. If there are no error messages you can save your new template.
Did I say this was going to be easy? Well it certainly is a lot easier than trying to figure it out on your own that’s for sure!
Related posts:
What Next? Here's more from BLOGBloke:
Filed under: Blog Tools, Blog Tutorials
Did you enjoy this article? Keep up to date with Blog Bloke Tips the moment it's published by email. Your Privacy is Guaranteed & will not be shared with anyone.
Keep it real with the original Blog Bloke. New readers can read more about me here. Feel free to contact me with any questions you may have or if you would like to be a guest blogger. Please subscribe to the newsfeed, share this article with friends, hang out with me or leave us a comment below.
What Next? Here's more from BLOGBloke:

Speaker's Corner (be real - add a comment)






I did this a few weeks ago and was very proud to have done it as my template didn’t match the instructions I was following (have by now forgotten where they came from); I haven’t experimented with it much yet, only enough to know that it works. Trackback is probably crucial to some people’s style of blogging - pity Blogger didn’t use it.
[
Reply..]
…and because I haven’t used it, I also hadn’t noticed until just now that I must have trashed it when I changed the Blogger template a week or so ago. Ah, well, back to the drawing board, but at least I know where to find some instructions now.

[
Reply..]
I hope it helps Julie and thanks for dropping by.
[
Reply..]
Thank you so very much for this guide. I was just about ready to tear my hair out, having tried just about everything else I could find.
Only one problem though, I still have Haloscan comments, only they’re in addition to, rather than instead of Blogger comments.
Any advice on how to get rid of the Haloscan comments completely? I’d rather not have two comment links.
Thanks again, that was brilliant.
The Raconteur’s last blog post..Oh my god! The Blog’s on fire!
[
Reply..]
Hi Raconteur, and you’re welcome.
If you already have haloscan comments installed it should be just matter of removing everything you have and replacing it with my code.
As always, make a backup first!
[
Reply..]
Hmmm, I must be doing something wrong here… bear with me, I’m completely code illiterate…
What I did was (as far as I can recall, I’m pretty sure) I followed your instructions to the letter, took my regular template, uploaded it into Haloscan’s fixerruppa, and copied the appropriate bits and pieces in the appropriate places…
It SHOULD be working… but if you could take a quick gander at my blog, you’ll see there’s two comment links under each post.
Very odd.
The Raconteur’s last blog post..Re: The Raconteur Bible - What About the JWs?
[
Reply..]
Hmm, I took the code right out of my own template so I know it works. There must be some other code in there for the 2nd comments to be showing up.
[
Reply..]
I don’t suppose I can convince you to take a look at my code for me? (Pretty please!)
Really, I’m so horribly inept at this. But I suppose I’ll catch up eventually.
Also, on trackback in general, I’d tried tracking back to this page but I couldn’t get it to work. Gone to Haloscan and sent a trackback manually to this url, but it said it wasn’t accepting.
The Raconteur’s last blog post..Re: The Raconteur Bible - What About the JWs?
[
Reply..]
There is more reason to comment than ever before!
[
Reply..]
Thank you for your post it is valuable information for me
[
Reply..]
This is pretty interesting. I’m still debating on the whole trackback thing for my blog, but it is worth the thought. Good post. Thanks
[
Reply..]
Having installed the JS Kit re Haloscan commenting and trackback into my nevertheless blog I seemed to have lost my header image and title. looking at my layout window my header appears still to be there, but looking at html code there appears 0 size.
Any tips on how I can get the header back will be warmly received, thank you.
[
Reply..]
I works pretty fine that’s very great thanks alot buddy
[
Reply..]
@Fahad, you’re welcome and thanks for letting me know.
[
Reply..]
Thank you. This information was very useful!
[
Reply..]
Thanks for article. Can you make widget for trackback url, it will be easier to put into site
[
Reply..]
Excellent blog here! Also your web site loads up very fast! What host are you using? Can I am getting your affiliate link in your host? I want my website loaded up as fast as yours lol
[
Reply..]
Quite interesting and very detailed. Thanks
[
Reply..]
awesome site brotha http://bit.ly/1pXPfp
awesome site brotha http://bit.ly/1jshln
@Gaia Herbs, some look like downtown Las Vegas in the evening. http://bit.ly/2ub7iQ
@Gaia Herbs, some look like downtown Las Vegas in the evening. http://bit.ly/2ub7iQ
@CFI, @hospitalera … my head was spinning when I wrote it
http://bit.ly/1CQix9
RT @BLOGBloke: 10 Reasons Why I Don’t Like Your Blog http://bit.ly/2TRLSx
10 Reasons Why I Don’t Like Your Blog http://bit.ly/2TRLSx
@Humayon, if you are just a blogspot user then you don't need to bother with dns settings. But I still recommend ge… http://bit.ly/1fDYre
@hari saryono, I wrote an article about why we should not play into terrorists hands by linking to these horrific v… http://bit.ly/2aTKBw
@InternetMarketingMentor, here's another analogy for you. Your blog is your permanent home and social networks are … http://bit.ly/4hZtE
Optimize Your Blog - Making Your Blog Search Engine Friendly http://bit.ly/4A9Go5
@Mike, glad you liked it. If you're serious about blogging then Wordpress is the way to go. http://bit.ly/33GQUp
via @BLOGBloke: Hi There! Thanks for following. Why not ask me a question or for more blog tips visit http://tinyurl.com/5zjajb. Cheers!
@Michelle, you do not need a subdomain for it to work. A subdomain is also a bad idea for SEO. You need to go over … http://bit.ly/5Z3vbE
@Justin Gill .. thanks for saying so Justin. It always feels great to hear from another happy customer.
Cheers! http://bit.ly/5Z3vbE
blog hating at http://www.blogbloke.com/10-reasons-why-i-dont-like-your-blog was just pinged to 91 Services!
@Kay, I never thought of it that way http://bit.ly/1CQix9
@humglum http://www.blogbloke.com/moving-wordpress-blogger/ basically… no. doesnt look like it'll happen.
@BLOGBloke,
I decided to get rid of the Blogger redirect as the redirect via modification to .htaccess works, t… http://bit.ly/5Z3vbE
@Michelle, redirect speeds will depend on the blog host's servers and your internet connection. You only need to pa… http://bit.ly/5Z3vbE
@drugi, you mean "you can please some of the people all of the time and all of the people some of the time, but you… http://bit.ly/4CvJh7
Finding Your Blog Voice http://bit.ly/5LD5kQ
@zarazek, don't get your domains through Wordpress. Use GoDaddy or something similar. http://bit.ly/1fDYre
Saw an advertisement for Moving Blogger to Wordpress Service. Why not save your money and read my free guide? http://bit.ly/6rFYFE They do
hmm.. informative )) http://bit.ly/6krJX6
I should notify my girlfriend about your post. http://bit.ly/6iqFfC
hello everybody, how are you all doing.i am liking this web sight i might start staying on it more. me i stay sick … http://bit.ly/6krJX6
@Cdathy Tibbles, I host images on my wordpress.com account. Let me know it goes. I always like to hear from happy c… http://bit.ly/5Z3vbE
@BLOGBloke, Yeh, I had a domain from a different comapny but Wordpress said I still had pay them to be able to link… http://bit.ly/1fDYre
@zarazek, so if I understand you correctly your blog was being hosted by Wordpress and then they insisted on chargi… http://bit.ly/1fDYre
I'm very happy with the refinements I made to the blog. What do you think? http://www.blogbloke.com/
How to Produce Your Own Podcast http://ff.im/-dm32o
"10 Reasons Why Twitter Is So Popular" ( http://bit.ly/8CM5gX )
Updated my Blokester Buttons for 2010. Grab yours now .. http://www.blogbloke.com/introducing-new-blokester-buttons/
How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
RT @projournalist: How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
RT @journtoolbox RT @projournalist: How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/7EHvN8
@BLOGBloke - really ok - am trying to pull off this from your blog http://bit.ly/5Zv5kW (thank you so much for documenting this - it rocks)
@BLOGBloke - do you think I could use this service to redirect or park my domain like you mentioned in http://bit.ly/5Zv5kW
Great tutorial on migrating your blog from #blogger to #wordpress. http://bit.ly/Nlr2k
@10timesone .. have you read this http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/
@FijiLomalagi my email is at the bottom of my blog http://www.blogbloke.com/
@Kwame, you will have to play around with the Apache code .. http://bit.ly/5Z3vbE
@Ankit_A see if this helps.. http://bit.ly/Nlr2k
@drewmillikin My technical skills are limited, but I found this post to be very helpful: http://bit.ly/7LY764. My advice: pull the trigger.
@Adam Johnson .. it was my pleasure and glad it worked for you .. http://bit.ly/5Z3vbE
@gopmommy Your domain name redirection is done on your hosting service. Check this tutorial http://is.gd/8TXkI
@stepfanieb Check #6. http://bit.ly/Nlr2k
RT @BLOGBlokeTips How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/2JgxLd
@Wade, like I mentioned earlier in the article the odd link might get changed during the import process into Wordpr… http://bit.ly/5Z3vbE
@John Daniels, not sure if I understand your question. Can you be more specific? http://bit.ly/cjF9ac
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Should you use a "#TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB: Twitter_Tips: Should .. http://bit.ly/9ApqEG
RT
8 Twitter Tips to Promote Your Blog: We should be leveraging Twitter to drive traffic over to our blogs – not the … http://bit.ly/dxYF2d
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
8 Twitter Tips to Promote Your Blog - We should be leveraging Twitter to drive traffic over to our blogs – not the … http://ow.ly/16Uu8y
Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB: Twitter_Tips: Should you us… http://bit.ly/95gYJT
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB http://url4.eu/21u9n
RT @Twitter_Tips: Should you use a "TwitterRoll" to promote your blog? http://j.mp/cO1yKB
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2
RT @mparent77772: 8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2 (via @mparent77772)
RT @mparent77772: 8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2: RT @mparent77772: 8 Twitter Tips to Pr… http://bit.ly/dortmq
RT @mparent77772
8 Twitter Tips to Promote Your Blog http://bit.ly/bLbgz2: RT @mparent77772
8 Twitter Tips to Pr… http://bit.ly/diYc9B
@Dorinda, I'm on pay & talk with auto top-up and on the phone with Telus (Philippines) as I write this. My daughter… http://bit.ly/1BH6lz
@Jayanta Deka, step #1 is for the new domain and parking is for the old one.
Tell me .. who is your blog host pr… http://bit.ly/5Z3vbE
@BLOGBloke, Hi,
I wrote some time earlier that the system is working. But its not now! And I have changed nothing!… http://bit.ly/5Z3vbE
@Kathy Dickens, yes that's right. I remember him well. http://bit.ly/bVqh7d
@BLOGBlokeTips Thanks also, sir. What am I thanking you for, by the way? Having a badass blog at http://bit.ly/d4jZWu ? I'm down for that.
RT @BLOGBlokeTips Migrating-Moving Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
RT @akhilsethi: RT @BLOGBlokeTips Migrating-Moving Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
10 Reasons Why Twitter Is So Popular > http://bit.ly/c3QPQZ
Should Your Business be Blogging? http://bit.ly/7Zvgck
Better TIPS by Blog Bloke (BLOGBloke) http://www.blogbloke.com/ Blogging.alltop
@5andra > Moving-Migrating from Wordpress to Blogger: The Good, Bad, the Ugly, and How I Did It http://bit.ly/ayW6Af
Snarky .. 15 Secret Tips for Building A Better Blog http://bit.ly/4ldWbD
@clickryan @5andra .. here you go: Migrating-Redirecting Blogger to Wordpress: The Complete Guide! http://bit.ly/JDz43
The Top 10 Commenting Sins of All Time! http://bit.ly/ddJnzC
RT @BLOGBlokeTips: The Top 10 Commenting Sins of All Time! http://bit.ly/ddJnzC
@[email protected], I'm assuming you are referring to the apache code above in which case yes, if you want yo… http://bit.ly/5Z3vbE
Calling all Blokesters: I changed the blog background .. please let me know what you think http://www.blogbloke.com/
@BLOGBlokeTips Looks clean, sir. I need a comparison, though~ http://bit.ly/d4jZWu
10 motivos por los que twitter es tan popular…..
Estais de acuerdo? http://www.blogbloke.com/twitter-popular/
Beware of Geeks Bearing Online Gifts http://bit.ly/5iaUha
@neha, yes I recommend GoDaddy so you can use this tutorial AND they're cheaper too. http://bit.ly/5Z3vbE
@neha .. no, I would not recommend GoDaddy for hosting your blog. I would look elsewhere. I use http://hexahost.com… http://bit.ly/5Z3vbE
@BLOGBloke, great. I just emailed Hexahost to confirm that, but did they install Wordpress for you when you purchas… http://bit.ly/5Z3vbE
@BLOGBloke, ok i have taken a look around for a web host… and found 3 options, hexahost which you told me about, … http://bit.ly/5Z3vbE
10 Reasons Why Twitter Is So Popular
http://www.blogbloke.com/twitter-popular/
Have you tried Apture yet? Check it out on my blog http://www.blogbloke.com/ Scroll down and watch the top .. cool http://www.apture.com/
@pelechati .. under the sidebar "recent" list http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-htaccess-apache-best-method/
@BlogBlokeTips My 1st comment in yr blog was back in '08 http://www.blogbloke.com/what-is-nofollow-and-why-your-blog-should-get-rid-of-it/
Migrating-Moving from Blogger to Wordpress: The Good, Bad and the Ugly http://bit.ly/1wYXCq
Migrating-Redirecting Blogger to Wordpress: The Complete Guide! http://bit.ly/1tGuFi
Reading: "Migrating-Redirecting Blogger to Wordpress: The Complete Guide!"( http://twitthis.com/8jqauj )
BLOGBloke just got a facelift. I decided to brighten things up a bit (yes I like blue). Let me know what you think http://www.blogbloke.com
@Julie-Inspired to Write, hi there. Did you read this part?
Note: If it doesn’t work, open up a wordpress.com … http://bit.ly/5Z3vbE
10 Reasons Why Twitter Is So Popular http://ff.im/-mBS4r
@Kristina, I'm happy to hear it's working for you but I don't recommend deviating from the instructions in this pos… http://bit.ly/5Z3vbE
@p_money Check out: http://bit.ly/Nlr2k to redirect. As for the new blog there are a few things you can do easily to help with google.
I Love my Pipe http://bit.ly/4mR7zo
What is a Pro Blogger? Setting the Record Straight http://bit.ly/81mzqi
Using the LinkWithin plugin is helping me rediscover posts I've forgotten. I wrote a lot of good stuff if I may say so http://bit.ly/9sIzm5
What does Original Content and Plagiarism mean for Bloggers? http://bit.ly/3Yzmsr
http://www.blogbloke.com/
http://feeds.feedburner.com/blogbloke
http://blogbloke.com/
http://www.dornob.com/
… http://bit.ly/9JaJqT
"Better TIPS by Blog Bloke (BLOGBloke)" - http://bit.ly/bgSL6G via @BLOGBlokeTips
8 Twitter Tips to Promote Your Blog http://bit.ly/c5MwAh
The Importance of Linking: http://bit.ly/2AjVpp Link Long and Prosper!
Mohammad Elsheimy, no big deal. Just go into Google Webmaster Tools and choose your “Preferred Domain”. With or… http://bit.ly/bbzsUk
The Importance of Linking: Link Long and Prosper! http://www.blogbloke.com/on-importance-of-linking/
@BLOGBloke, Yeah, I found it. Google Webmaster -> Site Configuration -> Settings -> Preferred Domain.
T… http://bit.ly/bbzsUk
How to Make Professional Podcast Videos for Your Blog (Vlog) http://bit.ly/c4Xz6k
Make Money Blogging with Google Adsense http://bit.ly/dgzVTr
@Jennifer, from what I've seen Matt Cutts of Google has done a little backtracking and sidestepping on the issue an… http://bit.ly/ciskW3
RT @BLOGBlokeTips 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV
RT @Twit_Expert @Punflaykids 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV:
RT @Twit_Expert @Punflaykids 8 Twitter Tips to Promote Your Blog http://bit.ly/cT7wyV:: RT @Twit_Expert @Punflayki… http://bit.ly/aXs09N
Keeping Social Media Real with Blog Bloke http://bit.ly/bJtpS6
@jimmymycrushie, if you want a professional blog then Wordpress is the way to go. A personal blog is just fine on B… http://bit.ly/1fDYre
@G.Taylor, just don't forget to give credit to the guy who started it all http://bit.ly/1BH6lz
@jimmymycrushie, this will answer your questions http://www.blogbloke.com/migrating-redirecting-blogger-wordpress-h… http://bit.ly/1fDYre
@Sanya - jimmymycrushie.blogspot.com, this also might help http://www.blogbloke.com/custom-domain-blogger-dns-seo-g… http://bit.ly/5Z3vbE
Online Internet Security - How To Avoid Disaster and Recover if the Worst Should Happen http://bit.ly/c3oMoJ RT @BLOGBlokeTips
Keep it Real http://www.blogbloke.com/
Read BLOGBloke to find out why 99% of what THEY tell you is a complete waste of time. http://www.blogbloke.com/ Keep it real.
RT @BLOGBlokeTips URLs With or Without WWW Subdomain - Which is Best? http://www.blogbloke.com/url-with-or-without-www/
Reading: "Create a Gmail button for your Blog"( http://twitthis.com/n89kok )
The Complete Guide of Becoming a Logo Designer http://bit.ly/cF6NZ1 I made my own .. what do you think? http://www.blogbloke.com/
Ok, I'm color blind. I'm experimenting with the blog design so please bear with me http://www.blogbloke.com/
Hi Blokesters! I changed the blog design a bit, so please tell me what you think http://www.blogbloke.com/
Reading: "8 Twitter Tips to Promote Your Blog"( http://twitthis.com/kynxk3 )
I think I may have the only bannerless blog design out there .. http://www.blogbloke.com/
RT @BLOGBlokeTips What is NOFOLLOW and Why Your Blog Should Get Rid of It http://bit.ly/bCdNr0
RT @barry_wells: RT @BLOGBlokeTips What is NOFOLLOW and Why Your Blog Should Get Rid of It http://bit.ly/bCdNr0
Merry Christmas Blokesters! http://bit.ly/gUl4jD
Merry Christmas Blokesters! http://bit.ly/f8HLR5
RT @BLOGBlokeTips 10 Reasons Why I Don’t Like Your Blog http://bit.ly/9ZMRRT
RT @tracymatthewman: RT @BLOGBlokeTips 10 Reasons Why I Don’t Like Your Blog http://bit.ly/9ZMRRT
RT @tracymatthewman: RT @BLOGBlokeTips 10 Reasons Why I Don’t Like Your Blog http://bit.ly/9ZMRRT
@UKLegalEagle See: http://bit.ly/aFyYWx | http://bit.ly/2Lg92 | http://bit.ly/35DtAY … might help!
@johnbrissenden Have found this http://www.blogbloke.com/moving-wordpress-blogger/ Explains but I don't know what he's on about!
Currently Browsing: http://is.gd/1neArY
I'm really happy with the design changes I made to the blog. How about you? http://www.blogbloke.com/
8 #twitter tips to promote your #blog http://bit.ly/YpqhV #socialmedia #seo #blogging
I think I am finally finding my voice! http://bit.ly/h4mMQh /MKD
Shocking, the # of copycats bouncing off my post http://bit.ly/6rFYFE without linking or even a hat tip.
Gave the blog a new facelift. Let me know what you think http://www.blogbloke.com/
Can anybody confirm my blog is down? http://www.blogbloke.com/ Thanks
SO TRUE:15 Secret Tips for Building A Better Blog http://bit.ly/bhiGqN
RT @BLOGBlokeTips: SO TRUE:15 Secret Tips for Building A Better Blog http://bit.ly/bhiGqN
Does anybody else notice my blog is down? http://www.blogbloke.com/
@rogerajohnson Roger, will you do me a favor and check my blog it it's working for you? I won't load at my end http://www.blogbloke.com/
@rhyswynne Rhys! Ahhhh are you any good at redirecting blogger to wordpress?!?!? http://ow.ly/4lETl #stuck #bigtime
@BLOGBlokeTips Keep it real with the true blogging original Blog Bloke http://www.blogbloke.com/
How to win friends and influence people through social media http://bit.ly/gDmHUd
10 Reasons Why Twitter Is So Popular above: http://www.blogbloke.com/twitter-popular/
Hence, people are lazy and stupid??? http://www.blogbloke.com/twitter-popular/
The Suffering Blogger: 10 Lessons I’ve Learned the Hard Way http://bit.ly/cGMMD2
@HDNinjaCP This should help http://www.blogbloke.com/moving-wordpress-blogger/ also If you move to blogger I can make you a amazing (cont)
10 Reasons Why Twitter Is So Popular http://bit.ly/j6sU1S
@ksheriffdeen A link is at the bottom of my profile http://www.blogbloke.com/
The TRUTH About Social Networks http://t.co/W1nioqw
@blogneta @vaspersthegrate I said the same thing many moons ago http://www.blogbloke.com/twitter-grow-up/
"Making Your Blog Search Engine Friendly - http://t.co/QanVLRj
"Making Your Blog Search Engine Friendly - http://t.co/QanVLRj
Migrating-Redirecting Blogger to Wordpress: The Complete Guide! http://bit.ly/nw7j7B