Our Sponsors

Latest Comments

bannerdwyv

Blogging Tips

Ok, I don't have a Blogger blog, but several of my blogging friends do.  And after my last blogging tips post, which showed off some creative social bookmark icon sets, I received a question asking how these icons could be added to their Blogger blog.  After a lot of research and a lot of trouble shooting on my test Blogger blog I came up with a solution.  This post attempts to take all the pain out of the process of hacking the code of your template so it will allow you to add the icons without issue. 

Step 1:


Host the images you want associated with your social bookmark sites at a free image hosting site.  In other words go to one of these sites (or ones like them):

Photobucket
ImageShack

upload each image you plan on using and get the "url" tags associated with each image.  The direct link will be needed later on in the process so keep them together in a word doc or in notepad or something like that.  The direct link should look something like this: 

http://i393.photobucket.com/albums/pp11/Joeprah/digg.png

Step 2:  Getting Ready to Edit your blogs HTML


Always Back-up your Blog's template before you do any work on it.
Go to your Blogger blog and edit the template.  To do this you will need to be logged in and click the "customize" link at the top of your blog window.  Next, once in the "back-end" you will need to be under the "Layout" tab.  Select the "edit HTML" option.  Your template's HTML code will appear below. 

Check the "Expand Widget Templates" box.  Click following image:
Step 3: 


Editing the Code The first step is finding the exact location of where to edit your Blogger blog code.  Insert code after you see the following line of code:

<div class='post-footer-line post-footer-line-3'>
The code you will need to insert is as follows:

For Digg:

<a expr:href='"http://digg.com/submit?phase=2&url="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Digg It!' border='1' height='40px' src='insert your direct link to Digg icon image here' width='40px'/></a>

For Stumble:

<a expr:href='"http://www.stumbleupon.com/refer.php?url="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Stumble Upon' border='0' height='40px' src='insert your direct link to StumbleUpon icon image here' width='40px'/></a>

For Delicious:

<a expr:href='"http://del.icio.us/submit?url="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Add to Delicious' border='0' height='40px' src='insert your direct link to Delicious icon image here' width='40px'/></a>

For Twitter:

<a expr:href='"http://twitter.com/home?status=Reading%20this:+"+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Tell Your Tweets' border='0' height='40px' src='insert your direct link to Twitter icon image here' width='40px'/></a>

 For Reddit:

<a expr:href='"http://reddit.com/submit?url="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='I Reddit!' border='0' height='40px' src='insert your direct link to Reddit icon image here' width='40px'/></a>

For Techorati:

<a expr:href='"http://www.technorati.com/faves?add="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Add to Your Faves' border='0' height='40px' src='insert your direct link to Technorati icon image here' width='40px'/></a>

For Facebook:

<a expr:href='"http://www.facebook.com/sharer.php?u="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Face It!' border='0' height='40px' src='insert your direct link to Facebook icon image here' width='40px'/></a>

For Mixx:

<a expr:href='"http://www.mixx.com/submit?page_url="+ data:post.url + "&title="+ data:post.title' target='_blank'><img alt='Mixx it Up!' border='0' height='40px' src='insert your direct link to Mix icon image here' width='40px'/></a>

Imporant:

You will need to include the direct link to your image where the code indicates You will also need to input the correct height and width for the icon
Once you are done adding the changes to your template click "Save Template" to make the changes permenent. 

Step 4:  Get Some Custom Social Bookmark Icon Sets


The only thing left is to get some cool icons to save on your free image hosting account.  I suggest you check out the post from last week that has 10 of the best sets of icons around available for free downloading.  Here is the link to the post: link.  And to preview the post click here.

So, there you have it.  That is how to add custom social bookmark icons at the end of your of your Blogger blog posts.  If you have any questions regarding the code, or if I left off a site you like to use, or if you have any error messages--let me know and I will help figure them out for you.
~ Joeprah
Comments (54)Add Comment
0
...
written by Piper, December 20, 2008
This post is enormously helpful! I've wondered how to do that forever.


ps. your blog's blue now. I likey smilies/smiley.gif
Melisa
...
written by Melisa, December 20, 2008
THANK YOU!!! I will be testing this out later in the week. Probably on Christmas when I have nothing else to do, as a Jewish person, you know. smilies/smiley.gif
0
...
written by moih60, January 05, 2009
thanx.amazing way.i look for it for 4 days every one has mistake in coding..u r amazing and urs work 100% ..THANX
0
...
written by Corey Flood, January 15, 2009
Just an FYI, I am using a custom template that I found on the web, and to get the above code to work correctly I had to add to it...

0
...
written by Corey Flood, January 15, 2009
Guess it stripped out the code...anyways, I added "amp;" after the 2 in the phase=2 portion. Without quotes. Thanks again!
Joeprah
...
written by Joeprah, January 16, 2009
Yep, that & should be an amp, making the change. Thanks!! I am glad the code is working.
0
...
written by web templates, January 25, 2009
You could just add the addthis button code in the post footer note in customization. Much easier...

2008 was a wonderful year for web design and technology in general. I hope to see some excellent designs this coming new year.
Check out Adamssite for some eye popping web templates, web page templates, and html templates.
Happy New Year,
Adam
0
...
written by emil, February 20, 2009
intrati si voi pe hub

dchub://spacempire.zapto.org

se dau conturi de vip.....
0
...
written by Jennsweb, February 26, 2009
Thanks! I tried to plug some provider-generated code into my template but the images weren't showing up. This should do it!
BTW, I had a similar issue when I needed to resize RSS chicklets. Here's what worked:
http://jennsweb.blogspot.com/2009/02/wordpress-chicklet-hack.html
0
...
written by emmagelaude, April 01, 2009
first of all, thank you for helping me out. your code is one of the few that actually works..

but i've still got a question. I would also like to insert the following social bookmarks;

-Google
-LinkedIn
-Rss
-blogger

what are the codes for them? (i've tried to create a code myself, but ofcourse it didn't work)smilies/cry.gif

can you help me?
thanks!!!smilies/smiley.gif
0
...
written by emma_gelaude, April 01, 2009
first of all, thanks for providing us with the only working code on the net!

but I still got a question. I would also like to insert the folowwing social bookmarks;

-Blogger
-LinkedIn
-Google
-Rss

Can you give us the code please? (I already tried it myself, but it didn't work.. ofcourse..)

thank you so much!
emma
Joeprah
...
written by Joeprah, April 02, 2009
Hmm, I would need a bit more info on all those, for instance...linked in allows you to post blog post links? Which Google, RSS and Blogger do you refer to? I bet would could figure out most any social networking app with this code though.
0
...
written by Marcus, April 04, 2009
I got much use out of this, very simple and easy to implement. I have a working example on my blog.

Thanks again. Dugg!
0
...
written by wow gold, June 16, 2009
i like wow goldAbout 80% of lung cancers belong to a type known as non-small cell lung cancer,wow gold
0
...
written by Priyanka, June 20, 2009
Just used the codes for some icons. Thanks.
The digg code did not work, so I changed the url... the icon links to digg.com/submit page and does not automatically input my post title or anything.
0
...
written by Prince, June 24, 2009
Just used the codes for some icons. Thanks.
The digg code did not work, so I changed the url... the icon links to page and does not automatically input my post title or anything.
0
...
written by lolo, June 24, 2009
hi there, i know nice site, there are funny icons.
0
...
written by Adrienne, June 24, 2009
I can't get blogger minima template to accept it - I got this:


We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The reference to entity "url" must end with the ';' delimiter.

What do I do? Thanks!
0
...
written by lazyking, June 27, 2009
Everything is working for me except DIGG
0
...
written by Artikel Internet, July 01, 2009
Thanks for the tutorial, i will try to add to my blog.
0
...
written by Embroidery, August 04, 2009
Embroidery is typically coasted per 1000 stitches. It is a simple universal method used. The embroiderer is able to calculate both the time it takes to stitch, and the amount of thread used to make the design.
0
...
written by varquazar kroft, September 04, 2009
hi Joeprah,
how are you?! smilies/smiley.gif
I have put up a new blog (energenesis.blogspot.com) although I don't have much knowladge @ coding, I now have started to understand it, I liked your tut smilies/cheesy.gif it's bang on target, some petty errors, but could resolve them, thanks for your guidelines.
I have only one question, ' I want to get those image borders out, now the codes you provided show border='0' then why do I see those...& how to get rid of them?...If you get some time spare, can you please help me with this? your help will be of great help to me...
once again a hearty thanks for this fabulous tutorial.

varquazar kroft
0
...
written by varquazar kroft, September 04, 2009
hey Joeprah,
thanks for visiting my blog...the feeling is amazing, as first time someone ACTUALLY COMMENTED smilies/smiley.gif
by the way I searched for the border issue and found one, here is the link
http://www.blogspottutorial.com/2008/08/tips-to-delete-image-border.html
tried it and bingo...things came up just the way I wanted them to,
Last question,
the S.bookmarking icons which you saw on my blog, what do you think about them? coz I designed those just an hour ago, and am going to publish that set tomorrow!
Thanks again
0
...
written by Rossie Jordan, September 15, 2009
It saved me much time!Thanks for the post-very helpful .
0
...
written by Julie Beck, September 21, 2009
help!

i have something in my blogger code that is (i don't have the div class one):


so i place your code (with my icon direct links) directly after that...but i keep getting the error:
XML error message: The reference to entity "title" must end with the ';' delimiter.

this is the code im pasting:


am i just putting it in the wrong place?
0
...
written by Julie Beck, September 21, 2009
oh crap the code things didnt come through
0
...
written by metin2 yang, October 27, 2009
I slowly will be closed files, trying to break out from those words, but seems to have the invisible power will I on the vision, within the scope of all have become dim.metin2 yanga brilliant light anomalies in hazy to flash,metin2 yangWhen
0
...
written by john, November 23, 2009
the above blog is my testing blog . in my blog template i do not have this code

so where shoud i insert the code plse help me

Joeprah
...
written by Joeprah, November 23, 2009
John, please elaborate.
0
...
written by Louis Vuitton replica Bags, December 09, 2009
thanksthanksthanksthanksthanksthanksthanksthanksthankst
hanksthanksthanksthanksthanksthanksthanksthanksthanksth
anksthanksthanksthanksthanksthanksthanksthanksthankstha
nksthanksthanksthanksthanksthanksthanksthanksv
0
...
written by Louis Vuitton bags, December 13, 2009
0
...
written by maple mesos, December 16, 2009
Do you want to play the game, and we will give you maple mesos,
0
...
written by latale gold, December 17, 2009
If you like using latale online gold to play the game which needs use latale gold.
0
...
written by cabal money, December 18, 2009
As a new player, you may need some game guides or information to enhance yourself.
cabal online alz is one of the hardest theme for every class at the beginning . You must have a good way to manage your cabal alz
0
...
written by aoc gold, December 18, 2009
Lops are one of the top damage classes of aoc gold, without need of huge buffing. I know vitality is very tempting in conan gold,
0
...
written by Cheap ffxi gil, December 19, 2009
Do you want to play the game? Then you can get more ffxi gil?
0
...
written by iris, December 24, 2009
Although the industry has seen changes over the years,wow gold
0
...
written by cabal alz, December 24, 2009
It is necessary for you to buy some cabal online alz,even if you know how to earn cabal alz
0
...
written by eve isk, December 25, 2009
eve isk is one of impotant items when you would like to play the game.
0
...
written by ethy, January 04, 2010
Hi, i have been trying to set up bookmarking icons for hours now and i have not managed to find 1 tutorial that actually works. I tried your tutorial and the links just open to my own site. Please can you explain what i am doing wrong. I am adding my pics to photobucket then inserting the link in the space you provided in the code. smilies/sad.gif
0
...
written by social bookmarking, January 08, 2010
this is amazing stuff

thanks for the access
0
...
written by MIR2 gold, January 14, 2010
MIR2 gold is very useful for each game player.
0
...
written by ffxi gil, January 14, 2010
ffxi gil plays an important role in the game.
0
...
written by domo gold, January 21, 2010
You should know domo gold, or Dream of Mirror Online gold if you play this game.
0
...
written by Sarah24mS, January 24, 2010
In the writing service is not hard to have some information and essay writing close to this topic . To do easier your academic career buy essays and enjoy your time of rest!
0
...
written by dL28Emily, January 24, 2010
Perfect way to get more information about this post, is to buy custom essay papers and already written essays.
0
...
written by Rahat, January 30, 2010
Thanks for share. How to add this on a phpbb3 forum?
0
...
written by Everquest 2 Gold, February 05, 2010
how to can earn much EQ2 Plat on the internet.
0
...
written by Dungeon Fighter gold, February 06, 2010
Dungeon Fighter gold brings funny and happy time to players! Dungeon Fighter Online gold is very important for players.
0
...
written by cathi, February 10, 2010
Good post, Thank you for all these interesting information, it is a very important site.
http://01-business.blogspot.com
0
...
written by dKKRISTIN, February 12, 2010
Commonly, university teachers want to check out the term papers creative writing ability of some their students, however not all students are able to write professionally because of no time and other stuff. Thus, a classification essay service will help to create the academic essay professionally.
0
...
written by NosTale money, February 27, 2010
All gamers want to buy NosTale Gold to promote their character level easily, more NosTale money they own, more items they can buy in game.
0
...
written by credit loans, March 02, 2010
I think that to receive the mortgage loans from banks you should have a good motivation. But, one time I've got a collateral loan, just because I was willing to buy a house.
0
...
written by wow gold, March 10, 2010
The three major measures to crack problems Graduates x--0310 wow gold Hleb 10 million competition will wow gold team blasting gang

Write comment

busy