In order to be a successful blogger, you have to brand yourself and your blog. There are a million blogs and websites out there. What makes your blog different? Why should visitors take the time to read yours?
Creating a blog button is the perfect way to brand your blog. It promotes your blog’s name, look and feel, and mission in one simple image. You will use your unique blog button on blog hops, blog directories, Entrecard, on your sidebar, etc. When another blogger grabs your blog button and posts it on their sidebar, it opens you up to new visitors and more followers. In a nutshell, your blog button is your main advertising tool.
(Newbies – a blog button is a hyperlinked image or logo that takes a visitor to your homepage when it’s clicked on.)
To drive traffic to your blog, you’ll want to design and make a blog button that makes visitors want to click. Mommy bloggers create the most stylish blog buttons. I’ve found that the most successful mom and parenting bloggers have well-designed blog buttons. You can hire a graphic designer to create a blog button for you for a minimal fee, or you can design it yourself.
This tutorial gives you the steps involved in:
- How to make a blog button.
- Creating a code box that allows other bloggers to grab your blog button and place it on their blog.
- How to add and display the code box and make a blog button using WordPress and Blogger platforms.
How to Make a Blog Button – Basics
The standard blog button is 125px by 125px. You can choose a size larger than this, but don’t go larger than 150 pixels wide. Most sidebars are only 200 pixels wide, and if you use a larger blog button, the sides of your button will be cut off. For this tutorial, I am sticking to the standard size: 125 x 125.
Step 1: Design and Create Your Logo
In order to design and make your blog button, you will need access to an image editing software – such as Photoshop. Unfortunately, for many beginning bloggers, Photoshop is too pricey. There are a number of free image editing software programs available. One of my favorites is Picnik – which is a free online photo editing site, owned by Google, that allows you to easily add text, stickers, frames, etc. to photos or images. (I highly recommend Picnik to beginning bloggers due to its ease of use.)
For more advanced bloggers – if you’re familiar with Photoshop, but you don’t have a copy of Photoshop, consider using Pixlr – another free online photo editor that has many of the functions that Photoshop uses. You can crop pictures, resize them, free transform, add text, add shapes, and more. I absolutely love Pixlr.
For this tutorial on how to make a blog button, I will be using Picnik. (It’s easier to use for new bloggers with no design experience.)
Creating a Blog Logo in Picnik – Step by Step with Screenshots
1 – Go to Picnik.com. And upload your photo. (You don’t need to register to use this free online editing program.)
2 – After you’ve uploaded the photo, you will need to crop your image into a perfect square. It doesn’t matter what size your image is. At the top of the screen, you will see the word “crop.” Click on Crop. (See the screenshot below).

In the drop down menu, you’ll want to choose “square.” Click on the square to move it where you want. Click on “OK” at the top to crop.

3 – Once your image is cropped, you will need to resize your image to 125px by 125px. (This is the standard size for most blog buttons.) To the immediate right to the “Crop” button at the top, you need to click “Resize.”

Resize your image to 125px by 125px. Hit OK.

4 – Next, click on the “Create” tab (to the right of the “Edit” tab) at the top of the page. This is where you can add effects, text, stickers, frames, and etc. to your image. When you’re working, to make your image larger, adjust the “Zoom” on the bottom of the page.

5 – Play around and embellish your image in any way that you want. I recommend placing your blog’s name somewhere on the image. When you’re done, click on the tab “Save & Share.” You’ll want to name your file and save the photo on your computer.

Step 2: Upload Your Image to Your Server
After you have designed and created your blog button image, you need to upload your image to your image hosting account. If you have a Photobucket account, upload it there. Since I used Blogger as my original blogging platform, I used Picasa Web Albums.
Once you upload the image, you can easily find the URL code for the image. In Picasa, you simply need to right click and select “Copy Image URL.”

The image URL should look something like this: “http://www.YourDomain.com/ButtonImageName.jpg” - Keep the image URL handy. You are going to need it.
Step 3: Create the Code for Your Blog Button
Pay close attention – this next step is a bit technical. I am going to try to explain it the best that I can. (If you have questions, please leave me comments so that I can tweak and edit this post to help others.)
This is the basic blog button code. (This code does not contain the grab box for the blog button. This code is the HTML code that you will use when you’re writing a blog post and you want your blog button to appear within the post, or when someone else is writing about your blog and they want your blog button to show up. This is the code that shows up inside the “Grab my Button” box. If you want to make a grab box for your blog button, skip this step and go onto the next. For most bloggers, they do NOT need to follow this step.):
<a href= “http://www.YourSiteURL.com”><img src=“http://www.YourButtonImageURL.jpg” /></a>
You should replace the “YourSiteURL” and “YourButtonImageURL” with your own URLS.
The <a href=“….”> portion of the code is the page that you want visitors to land on when they click the button.
The <“img src=“….”> stands for “image source.” It’s the location of the image that you want to use. This is where you copy and paste your image URL.
*** Important: *** Don’t forget to end the code with </a>. That’s how you close the code.
In my own blog, this is what my blog button code looks like.
<a href=”http://www.mypregnancybaby.com“><img src=” http://www.mypregnancybaby.com/wp-content/uploads/2011/01/blog_button.jpg ” /></a>
When anyone posts that code on their sidebar, or in a blog post, it looks like this:
(I hope that explanation makes sense. Please let me know if it doesn’t!)
Step 4: Make your “Grab my Blog Button” Box Code
Now that you’ve created the code for your button, you need to create a “Grab My Button” Box so that other bloggers can grab your code and promote your blog on their site. This code includes the “Grab my blog button” box, as well as your blog code. For most bloggers, this is the ONLY code that they need to know.
This code is a bit tricky, but I’ve tried to explain it the best that I can. There are two parts to the code:
1 – Your image
2 – The grab box, where your code appears for others to grab.
Here is the HTML code for the entire thing.:
<img src=“http://www.YourButtonImageURL” alt=”YourSiteTitle” /><div style=”width: 125px; height: 125px; overflow: auto; border: 1px solid #666666;”><a href="http://www.YourSiteURL.com" target="_self"><img src="http://www.YourButtonImageURL" alt="YourSiteTitle" width="125" height="125" /></a></div>
It’s a very confusing code, and all the strange symbols – such as " stand for quotation marks. (For some reason, WordPress and Blogger can’t pick up the quotes that should go around the YourSiteURL, and they transform them into ".) A very confusing code, but it works.
Here’s what the finished product should look like:

Copy and paste the code I’ve given you into Notepad, or TextEdit (if you are using a Mac). Replace all the URLS with your own.
Step 5: Copy and Paste the Code and Use it on Your Sidebar
If you are using a self-hosted WordPress blog, you need to go to Appearance → Widgets → Text. Copy and paste the blog button code.

If you’re using Blogger, underneath the “Design” tab, you will need to “Add a Gadget.” Then scroll down until you find “HTML/Javascript.” Click on that and copy and paste the blog button code.

Save your work. Test the code to ensure that it works properly. It should.
Troubleshooting Problems:
If you are having problems with the blog button code, check your quotation marks. Each and every URL needs to have quotes before and after it.
If you’re still have issues, your quotes may have been changed to “smart quotes,” which are curved quotation marks. HTML hates smart quotes. HTML wants straight quotes. Unfortunately, this means, you will need to go back to the blog button code and carefully delete every single quote (“) and re-type it. There are a total of 6 in the code that I’ve given you.
Good luck. Please let me know if this tutorial on “how to make a blog button” was helpful. I’ve tried to make it as simple as possible. I may do a video tutorial when I have more time.
If you enjoyed this post, please ReTweet, StumpleUpon, Digg, Reddit . . . and Share this post with your friends!
(And if you can’t figure it out, I am more than willing to help you figure it out. All I I ask is for a link back to this post! I’d love the exposure!)
Please note that if you Read this Post correctly, it WORKS. A lot of people have been emailing me, claiming that it doesn’t work, or that they are confused. The reason is that you did NOT read the post in its entirety. Skipping will make you confused! The Code in Step 4 is the code that Most people are looking for.
You May Also Enjoy Reading…
Top 7 Blogging Tips for the Newbie Mom Blogger
Tutorial: How to Add a Custom Favicon to your Blogger Blog
Tutorial: How to Create a Favicon for Your Blog
Free WordPress.com vs. Self-Hosted WordPress.Org
Blogger to WordPress Migration: A Step-by-Step Guide (Part 1)
Moving from Blogger to WordPress without Losing Page Rank or Followers (Part 2)







{ 121 comments… read them below or add one }
Thanks for linking up to Sensational Sunday Follow. I am your newest follower! =)
DP–this is great! It is so perfectly straightforward…I can’t wait to try it. Except that I have to wait until I can do it all in one sitting because it is so entirely new for me. I’ll let you know how it goes!
~Carla
Thanks for following, Amy.
Carla – Please let me know how it works for you! Good luck!
Thanks. I just figured it out last night … well kind of ..lol .. I will use this info to see if I can make another one
This is perfect and super helpful! Thanks!
Cool! This will be so helpful, I just started blogging and my daughter is helping but with 3 kids under the age of 6 it is hard for her to help all the time. Thank you for sharing!!
www(dot)nanasblabberings(dot)com
I’m your newest follower and would love for you to stop by and follow me back!
Bridget from Being Frugal & Making It Work!
HI! Thanks for stopping by my blog! Here to follow back
btw great tut on the button! I have to redesign mine I think, this is a great quick read to freshen up on the directions!
~melanie
Ooh, I definitely need to create a “button.” Thanks for the tutorial. I just started following your blog. Hope to see you around on The Decorologist!
Thanks for the helpful info!
I’m a new follower from Social Moms!
I hope you’ll come check out my blog – http://www.texastypeamom.com
I’m a new follower from http://365daysasmom.blogspot.com/ I hope you will follow back! I’m trying to create a new button and also a banner for my blog. You info was useful but how can I do something like this if I’m not going to be using a photo? And how do I create a banner?
Hi Erica – What do you plan to use instead of a photo? Do you mean that you want to use text instead? You can still follow the instructions, just create a blank canvas with any color you want for a background.
What size do you want for your banner? Decide on the size you want, create a banner with the size using Picnik or another photo editing software…
Thanks for contacting me on Bloggy Moms- I’m now your newest follower! I made my own button and designed my own page! I think it’s very important that the look of your blog reflects your personality as well! http://www.classifiedmom.com
Aimee
Hi Aimee – Thanks for the tip. I definitely agree. I am going over to check out your blog right now!
This is great! When I get home tonight this will be my new project!! Thank you!
How great of you to post such helpful things without charging for them! And I know Classified Mom, your recent commenter, is just as helpful! I’m very new to blogging so I am LOVING finding not only a lot of GREAT blogs but also some great bloggers so willing to help us “newbies!!”
Thanks!
I’m your newest follower at http://learningtolivemybestlifein365days.blogspot.com/
if you’d like to follow me back!
This is so wonderful. Thank You! Thank You! I’m gonna get right on this.
Oh my goodness sakes!!! I am SOOOOO frustrated right now with this darned button business!!
BTW Hello, you commented on my Mom Bloggers Club profile, I am now a new follower of yours and absolutely love your blog! And would absolutely adore it if you would follow back…NOW back to my frustrations!
I created my blog button (finally after months of not understanding how, you totally made it easy and enjoyable!) BUT I cannot for the life of me, get these darned codes right! I am going out of my mind! Everytime I create the html gadget,my blog button never shows up for me, and when I click in the general area of where its supposed to be, it says ‘sorry this page of Confessions of a Money Saving Mom does not exist’ but it has my blog name highlighted to where they could essentially get to my blog anyways, but oh goodness this is driving me bonkers honestly!! Help please!? I would so appreciate it, I am really trying to do it myself I promise but wow!
Sorry for the book worthy comment! You can email me at angelsamongus1986 at yahoo dot com!
Thank you so much, or you could reach me through my blog! :0)
http://confessionsofamoneysavingmom.blogspot.com
I will definitely email you and see if I can help. You may have the quotes screwed up, or perhaps the URL… but we will figure it out!
wow! very much of a big help.. tanx for the info..
Thank you so much for this! I have been wondering how to do this for ages! Your blog is really helping me with my blog! There was a little learning curve. Once I read EVERYTHING you posted, blogger and I were friends again. I just wish I knew how to center it on a page. I can get the icon to center but I can’t get where they get the code to center. But at least people can get it now. YAY!!!!
Thanks so much. I wanted to know how to do this as I’m a new blogger. I just asked my husband about it today (he’s a programmer). Danielle , on S & A Designs posted this and linked to you. I’m sooooooooooooo happy to find this information. Thanks a billion for your help! Anne
You’re so welcome
thank you for the tutorial on blog buttons, I came over from mommy d’s mystery blog hop through all that glitters, and I’ll be coming back to join your thursday blog hop, please stop by sometime when you get a moment, I’m following you
http://www.shopping2scale.blogspot.com
Lisa
Hello! I’m having the SAME issue that “confessionsofamoneysavingmom” is having!! Creating the button was very easy thanks to your tutorial, but the code stuff is not working exactly like you mentioned…..grrrr… Help! When I right click on the newly created pic in my Picasa album, it gives me this really long name that doesn’t at all look similar to your example (it doesn’t even include the name of the JPG file for some reason) and therefore I think it will not work because of that. Any help you can provide of suggest will be greatly appreciated!
Thanks!
Shelley
Picassa always gives super long URL names. Your picture name may look like this: https://lh6.googleusercontent.com/_33SCR_mnGZw/TCDBnGTh8zI/AAAAAAAAAGA/mKmIb1jvSjI/s512/100MEDIA95IMAG0014.jpg
As long as there is the .jpg extension at the end, it should work. Unless Blogger has changed something or you have a very complicated design
Double check the quotation marks… That might help too
Awesome post! Thank you for the clear instructions. I found it very easy to follow and now have blog button!
I can NOT get the brab my button part to work for me…I end up with three pictures and some codes! Can you help me? I will CERTAINLY link back to this post! I got the button part perfectly thanks to your help!
Your tutorial is great and I have almost got it. I just have some words that are showing up outside the link box. I think it may be related to by button being 200 wide and 35 in length. Can you help me? This is what I have.
alt=”GrowinginPreK” /><a href="http://www.growinginprek.com/apps/blog/" target="_self"><img src="http://www.growinginprek.com//GrowingInPreK_button.jpg" alt="GrowinginPreK" width="200" height="35" /></a>
Email me the entire code and I’ll try to help you out. dp@mypregnancybaby.com
This has been fantastic although I can’t get it to work. I am ready to kill someone. Any chance you could help me out. I’ve been working on this for 2 darn days, which is ridiculous! Your post has been THE most helpful, but it’s not working. I’m on blogger and when it doesn’t show up on my blog, I go to Edit my gadget and then code is missing. Is that weird? And do you put both codes in one gadget? HELP!
Kim
Kim,
Did you use the code in step 4? That’s the ONLY code that you’ll need. You don’t have to use both codes.
I will double check it. I tried all different combos – I am NOT a code person for sure!!
Nevermind! It worked, I LOVE you!!! Iwill definitely share this post and your site everywhere!!! Thanks so much!
Kim
I’m so glad you figured it out
I did see in one code they use quotations marks AND the " (or whatever it is). Is that ok? I didn’t know if I should change the other quotation marks to the other code…..
I just bragged about you and your blog on MommyBlogs.com! Thanks again!
Hi Im new and really trying to make a button for my blog Ive tried your code and although the small picture shows up everything else just shows up as a bunch of code . Im using blogger and followed your instructions even copying your code and then replacing the red lines with my own stuff .I used photo bucket because when I tried the other one and right clicked it only gave me options to save picture or save as but when I used photo bucket I could copy the url for my logo . this I copied into the code replacing the red examples with my logo url Ive tried everything to get it to work and really feel stupid . I so wanted a button for my blog can you help me thanks
lori
http://lorialcorn2006.blogspot.com/
lorialcorn2006@yahoo.com
Im following you too:)
Hi again,
It’s me bugging you again. I just had a general question about clip art….is there a way to use clip art images in my blog for free? I know there are sites that you can use, but you do have to pay for the images even though they say “free”. Is there a way to use clip art images without paying, or do you reccommend subscribing to one of the sites for a couple hundred bucks a year? Thanks, hope you are doing well!
Kim
Hi Kim,
I use a few places for my free stock photos. I think these places also have clip art, but I use Stock Exchange (http://www.sxc.hu/) and PhotoXpress.com.
Hope that helps.
Thank you very much for your tutorial! I have done everything and it looks just like yours with the button and code box but when I do the test to check if it is working, only a square shows up with a question mark in the middle:(
Can you help me?
Thank very much!
Hi Everyone,
Please skip Step 3, and just make the Grab the Code Box. I think you’re getting confused. The step 3 with the button image is the code readers get when they copy and paste the code in your Grab box.
Anyway, just skip step 3 and only use the code in step 4, and that should clear up any confusion. If you still have questions, email me at dp@mypregnancybaby.com and I’ll do what I can to help you. All I ask is that you link back to my site or this blog post.
Thanks!
Hi Nguyen,
Before reading your last post here, I tried to fix it and it is now working!!!!!!!!!!! I just have a question. I have now 2 “buttons”, one with image and code box below and another one just with the image. Even though I have tested and the code is working, I just want to make sure I should have 2 buttons and if so, where do you usually put the button image?
I tried without step 3 to avoid 2 buttons on the side bar, but when I would copy and paste the code in the grab box it only show a window with a question mark in the middle. (I think is because it couldn’t find the picture). Now that I followed all steps, the copy and paste is working (it is showing my button) but as I said I have 2 buttons on my side bar.
Thank you very much!
I’m grabbing your code right now and placing on my blog!
SUPER SUPER SUPER!!!!!!!!
I never thought I would be able to do this , I meanm I am totally dumb for this code stuff, but we made it!
Your smart quotes tip was RIGHT ON!!!!
now I have a cute button thanks to you!
Hello! I’m having a little bit of trouble making a “grab my button” appear in my widgets. I’m using the code:
<a href="”http://www.SoooBig.WordPress.com”" target="_self"><img src="”http://sooobig.files.wordpress.com/2011/07/sooobig-icon-cropped-125×125.png?w=122″" alt="SoooBig" width="125" height="125" /></a>
The button shows up, but it’s not linky – and is followed by code. . .
Thoughts??
Thanks!
Crystal
For whatever reason, the code I pasted into the comment window isn’t complete.
*Sigh*
Email me and I will try to help you out.
How funny- I just made a similar Tutorial on creating custom blog buttons!
http://livingtodaystech.blogspot.com/2011/07/how-to-create-button-for-blog-part-1.html
Thank you so much for providing such an easy to follow explanation. I now have a gorgeous looking Badge on my site! I found a link to your post via an endorsement from another blogger on Bloggy Mums.
So glad I came across your post on bloggymoms. I am a new blogger and looking to brand myself! Wasn’t sure how to do this and now I know! Thank you!!
I am so glad I found your website. This was so easy to follow. I made my button and uploaded it to PIcasa but the URL is nothing like what you posted. What I am doing wrong?
Did you right click to get the URL? It needs to have a .jpg ending, or something similar for it to work properly.
i need help with the grab me button. it looks right, but i dont know if it works…everyone is confused about it. No one knows how to do it…i have pages of codes that i tried out…my eyes don’t work anymore…
message me back and i’ll give you details so you can help me.
Hi! You need to use the code in Step 4. Just change what’s in red to your own specific needs. Good luck.
Email me if you need me to help you further.
Help! I created my “button code” and the “grab my blog button code”, but I don’t understand how to combine them. Am I supposed to combine it into one code? Here is my button code:
From
Do I fit this entire code into the “grab my button” code under “your button image url”? I did this, but two buttons come up. Please help! Thanks!
Hi Monica,
You should only use the code from the “Grab My Blog Button.” That’s the only one you should use. The other one was just to explain to you what people will grab. Hope this helps.
Thank you for taking the time to create this! I can’t wait to try it. I have been wondering how to do this, and your post is very helpful!
Under Step 4, is that your final code, are you supossed to add the code from Step 4 before it? I understand how to plug everything in, I am just not sure if I have it all in it’s entirety.
The code in step 4 is the only code that you need in order to make the blog button and grab box appear.
Please help,……….I made the first set of codes,..what do I do with them?
I think I did it,…………..but my code isn’t in a box,………………
Ok, so I got step one complete, but step two is not working for me. I’ve uploaded the pictures (I have 2 blogs and need a button for each) but when I right click on them, there is no option to copy the url, only the usual save as options. Is there another way I can get that code?
Also, my Picasa page doesn’t look the same as your screenshot. Could it be a different version?
thanks for the tips! i posted a link to your site on my blog!
http://livinthemommylife.blogspot.com
This probably sounds like a ridiculous question, I am trying to make a grab button. What is the difference between “your site title” and “your site URL” . I got the blog button part to work, but now this grab it thing is keeping me from my beauty sleep :O
Hi,
That post was soooo helpful! Thank you so much! But im having trouble from step 3, Iv created my blog button and saved it on the computer but what do I do next! I uploaded it onto piscasa web albums but I dont know what to do now!
Bxx
Hi. I really appreciate you doing this post and look forward to perusing your other helpful posts! I am, however, having a dickens of a time trying to get the code from the image. When I right click, I can not get a short image url. It says copy image address. It is very confusing! I have spent hours this morning and just need to ask for help! What can I provide you with to help me? I thank you so much in advance!
Alia
Yey!! super useful! ♥ thanks much!
Hi there & thanks for the tutorial!!
For some reason getting my button on my blog is just not working- actually, i am doing something wrong!
Could you please help?
The final code i came out with to paste into sidebar is
<a href="http://.ttoria.blogspot.com" target="_self"><img src=" http://i1121.photobucket.com/albums/l514/TToria1987/blogbuttonattempttwo.jpg " alt="TToria" width="125" height="125" /></a>
Please help :-S
TToria
xoxo
Thank-you so much for this!
I have been wondering how to do this for ages!
At first it didn’t seem to work but I did as you suggested and rewrote the quotations and it worked
Thanks again!
I cant help but to feel frustrated!!! i cant do it
i been trying since last night and i couldnt even sleep just thinking about it
please help me
Evie
Thought about it, and now sharing it with you
Do I have to have a domain name linked to my blog in order to find the URL of my blog? Just the blog name (blahblah.blogspot.com) doesn’t work. Even with the http:// before, it seems I need a www. That seems to be what you have so I think that may be the missing piece.
Thank you so much for your post! I haven’t done HTML in SO long! It took some tinkering (mostly with copy/pasting the image URL) but I think I’ve got it now!
Sorry! It all seems to make sense, but I’ve tried it five times and can’t get it to work.
For now, I will leave it as it is on my blog. Peeps are not able to “grab my button”. It just takes them to my other online boutique until I can get these codes right. Probably seems devious to most, but I’d rather have my button showing and doing the wrong thing than no button at all.
Awesome! Thanks so much =) The info you posted about the quotes really helped!!
Thank you for posting this. I have been trying and playing with the code for 2 days and I almost have it but it still will not work for me
Do you think if you have time you could email me a little guidance?
<a href=http://www.capecodmommies.com alt=”Cape Cod Mommies” width=”125”, height=”125”
You are magic! I never thought I wouldbe able to sort out how to make a button but I ahve done it with your help! Thank you so much!!
I am also having a problem with the button showing up. I have created one but when I plug in your code my URL for my button and my blog address, nothing shows up. Please help. This tutorial was SO helpful…I think I am just slow
you are a goddess. thank you.
THAKSSSSSSSSS… you tutorial helps me alot..huhuhuhu
Thank you for your awesome content! You do a great job explaining things and I actually feel like I learned something today…I don’t have children, nor have any plans to…but your blog is on my favorites list.
Hi – I cannot figure out how or where (on Picasa) to get my button image URL to copy and paste into the code in the text box. Can’t get this to work.
In Picasa Web Albums, click on the photo you’re interested in. Right click on that photo, and select “Copy Image URL” when the option comes up. That’s how I was able to do it.
Since you have Wordpress, you can also upload it to your Media library, and use that photo URL instead.
Hi, thanks for posting this tutorial, it seems really easy to follow. I am having some problems with it though and would really appreciate any help you can give me. I am following just step 4 but the problem is with the link to my photo I think, it doesn’t come up at all like you have given examples for, Im using Picasa and it looks like this – Tutorial%2520Tuesday%2520Button.jpg
So when I follow all of your instructions I just end up with a box with ? in it and the written info below.
Any ideas?
Thank you, Happy New Year
Why don’t you send me an email and I will try to help you sort all of this out? dp@mypregnancybaby.com.
Thank you so much for a clear tutorial! A girl like me who is still learning all of the code and how it works really appreciates how simple this was to actually create.
I seriously can’t thank you enough!!!!
Hello. I did all of that but when I view my blog, the box looks like this; the picture cannot be viewed and there is that small sign which denotes that, and then
this appears in text. Please help me.
I think this did not appear in the above comment. SO, here it is.
Ok, so it’s seriously not appearing. But I think it’s something like this : ” <a href " and then all the other things. So, can you please help me?
I love these blog buttons and have been wanting one. I am so excited to try and figure it out and do it myself. I will follow your instructions and hopefully soon you can visit my site and see my button! Thanks!
Thank you so much for this tutorial. It was so easy to follow compared to some of the other tutes out there. Created my first button in under ten minutes! Thank you!
Hi,
You’ve worked hard creating this tutorial.
Like you I’m an avid user of Picnik but unfortunately Google have decided to shut it down in April.
There doesn’t seem to be an alternative to the simplicity of Picnik used in conjunction with Picasa.
I’m distraught.
Have you any ideas?
Regards
~Baz~
Hi Baz,
Sorry for the late reply, but http://pixlr.com/editor/ is a free editing system that I use. No, it doesn’t have the simplicity of Picnik – it’s more similar to Photoshop, but it does work and you can save your changes to your computer, then upload it to your Picassa account.
Best,
DP
Hi DP,
Another online editor that mirrors Picnik identically is http://ipiccy.com/
It doesn’t have Picnik’s fancy frames (I didn’t use anyway) but has inner/outer framing plus all the essentials and easy to use.
Perhaps this is one to consider when April comes.
~Baz~
Thanks, Baz! I need to update this article with a new Picnik alternative anyway. I will check it out. Thanks so much
Hi DP,
Thank you for your replies.
Like Picnik ipiccy is also Google as it shows as part of the Google+ platform.
There are net protest movements ‘Save Picnik’ and ‘Saving Picnik’.
Good luck to them but slim chance I would think.
~Baz~
Excellent tutorial, very thorough and easy to follow! Also the troubleshooting tips at the end were a life saver. I had the quotations problem
Thanks for the post.
I am having a hard time trying to do this. Is there anyway you could help me please or email me, lol. Thanks
Tara
Can I just say a huuuuuuuge thanks! I found your site and your tutorial on making a blog button was so very helpful. I just made one of my own! Little old me…..stay at home mum, ex preschool teacher…what do I know about HTML?????? But it worked! Thanks again.
Hi there,
I’ve been trying and I can’t get this to work. I created my button in picnik, saved it into picasa web albums but cannot find a URL for it. Right clicking gives me lots of other options but not a “copy image URL”. I’m guessing I didn’t upload it properly, so how do I do that?
Thanks
Thanks buddy, your article really adds to my knowledge. By the way, I’m looking for information about the Nutritional Facts of pregnancy, can you provide it to me?
I would like to ask for your help.
Yes I have read all the directions from the start.
As a matter of fact I been working on this for 11 days now and don’t seam to be able to get it
I can get the link but not the picture.
In step 3 you state Important do not forget to end the code with
In step 4 you state Here is the entire thing you will need but you do not end it with the code,
confusing to me. Plus my image doesn’t have a www in front of it.
Removing all the " why and replacing them??? what do i replace them with?????
Hi! Thanks for the post, this is exactly what I have been wanting to do. Wondering if you could help me out though. I’d be happy to link back to you because this has been extremely helpful…however, I can’t make it work. Not sure what I am doing wrong, but have no doubt that it’s something.
Hi! I am a newbie blogger, still trying to figure out all the “dashboard” stuff that goes into running a blog. I wanted to thank you for this tutorial, it worked like a charm on the first try!
I found it really clear and really easy to follow.
Thank you for sharing this fantastic tutorial. I’ve been blogging since 2008, and I just finally got around to making a blog button!! It took a few attempts–for some reason, when I read that Blogger doesn’t like quotes and replaces quotes with ", I thought that I was supposed to omit the quotes from the code around certain URLs. I read carefully and finally figured it out! Thanks again–a great service to those of us who are HTML challenged!
Thank you for this post, it really helped! I am still having trouble with the html though. I read your entire post and can’t figure out what I’m doing wrong!
I tried this and I have to say, of the 5 different sets of instructions I’ve received on the internet about how to do this, yours is the cleanest and most clear. I am having trouble with it though and I followed your directions EXACTLY. When I put the code into the text widget in Wordpress, I get my image and I get the code, but no cool grab box with the sliders. It appears to be a problem with the box, not the image part of it, but I am not HTML savvy enough…yet…to figure it out. After working on it for 6 and a half hours today. I’m giving up and will give it a go at another date. Creating the button and getting the code for that was uber-easy. Getting the box to appear, not so much.
Thank you. You are a life saver. It was fast and easy!!!!
I now have a blog badge on my blog.
I used your post as a referance: http://trixih.blogspot.com/2012/03/link-party-button.html
Hi DP!
So happy that I stumbled upon your fabulous tutorial. I have been blogging for about 3 months and I figured it is time to ‘get my button’ bottom in gear! Working on it now. Thanks for much for this post. It looks like it keeps on giving.
Gena
I’m having the same problem as Cat B. I’m using blogger. The picture and code are there, but the slider box is not. Where’s my mistake? Thanks!
Hi,
Thanks for this useful post! The HTML wasn’t a problem for me, but I had issues getting the photo to display. I eventually figured out that the link (from Picasa) was an https, not an http link. Once I deleted the “s” and re-viewed the image in my browser, I was able to copy the publicly accessible link associated with the image. That’s what I used in the button code, and it worked great. You might consider adding a “check the http/https” note in the trouble-shooting section. That is, if I’m not the only one who’s run into that little hiccup.
Best wishes,
Bethann
P.S. Looking at a few of the recent comments, I think some other readers might be having issues with their privacy settings in Picasa. Here’s what I did, and it worked like a charm:
1. Upload button image: The button image should be uploaded as a single image, outside of any folders.
2. Privacy settings: Set to public, or the image won’t display. Period. You upload outside of other folders to ensure you can provide public access to the picture without providing public access to other personal images.
3. Right click on the picture, and select “copy image URL.”
4. Paste URL into a NEW
Oops! Accidentally hit enter too soon. See below for the full comment r.e. getting a URL for a Picasa-hosted image.
P.S. Looking at a few of the recent comments, I think some other readers might be having issues with their privacy settings in Picasa. Here’s what I did, and it worked like a charm:
1. Upload button image: The button image should be uploaded as a single image, outside of any folders.
2. Privacy settings: Set to public, or the image won’t display. Period. You upload outside of other folders to ensure you can provide public access to the picture without providing public access to other personal images.
3. Right click on the picture, and select “copy image URL.”
4. Paste URL into a NEW browser window. Check this URL to see if it says http or https.
5. IF it is an https, that means it is a secure image, so your code won’t be able to access it. Delete the “s” and hit enter. You’ll see a new URL in your browser – a URL which IS publicly accessible. If it doesn’t have an “http” anymore, don’t worry about it.
6. Copy & paste this new URL into the code provided in this blog post, and you should be all set.
ONE LAST THING
I initially read the post instructions and thought I needed to post BOTH the code for the image (step 3) and the code for the grab box (step 4 ). If you do so, you’ll get 2 images, and one grab box. Only use the code in step 4, and it will display as described in the post.
I am a complete dumb dumb. I’ve tried to do this but can’t manage to figure it out. I use Wordpress.com. I uploaded the photo to Picasa but when I right click, there is no option for copy URL. The closest thing is copy shortcut which I tried. I checked the quotation marks and I just can’t seem to make it work. HELP!!
great tutorial! it didn’t work out but after I changed the quotation marks, it works! thanks! =)
YOU ARE THE VERY BEST!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I am so dumb when it comes to this and I have tried making buttons in the past and I followed your steps (had to change all the quotes too) and it worked!!!!! This was sooooooo incredibly helpful. Thank you so much!!!!
And I am linking this post in my blog as well!!!
Hi, that’s a really great post. Can you please tell me a code which allows me to track the no. of people who are using my blog button on their websites? Thanks a lot for your help.
I was so afraid of writing in HTML code but your instructions were clear and concise. I managed to create both versions for my blog today. I also linked back to this fab tutorial. Thank you. Just to let you know I used pic monkey now that picnik is kaput!
{ 3 trackbacks }