I’ve seen these all over the place – you know where they show you a picture of their button and then in a little scrolly box underneath, you can copy and paste the html language on your blog so that you can insert their button, linked to their site on your blog. In particular I’ve seen this on contest blogs where you can earn an extra entry to their contests if you place their button on your site. I got this great idea that I would add this to my blog since I had created the button for MomDot, but it proved a bigger challenge than I expected. I consider myself a pretty good web searcher, but I simply could not find instructions for this. The problem? I simply didn’t know what these were called so I had no idea what to search for. I finally stumbled upon instructions though, and it’s now here! Yep – look over at the left side of my blog, and you’ll see my handy dandy “Grab My Button” thingy! (yea, even after finding instructions and creating it, I still don’t know what to call it.)
Since I had such a hard time finding it, I wanted to be sure to share the process with my readers in case you are wanting to add this to your site.
How to Add “Grab My Button” To Your Sidebar (or even a web post)
**These instructions include the HTML language for this task. In WordPress, you could type this into a post in the HTML view or add to your sidebar by adding a textbox and including the entire code. If you use something other than WordPress, I’m not sure where’d you would place this code, but you should still be able to use the code whereever you can post html code and have it shown on your site**
Step 1: Add a picture of you button (so people know what they are grabbing)
To do this, you’ll create and upload your button either to your blog images file or an outside source such as photobucket. You’ll need to know the exact location of your image. You probably know this code, but just in case, the HTML for inserting the button linked back to your site:
<div align=”center”>
<a href=”http://www.YOURWEBSITE.com” target=”_blank”><img src=”http://www.THELOCATIONOFYOURBUTTON.jpg”></a>
</div>:
For an example, this is what mine looks like:
<div align=”center”> <a href=”http://www.allaboutkimberly.com” target=”_blank”><img src=”http://www.allaboutkimberly.com/wp-content/uploads/2008/07/aakbutton.jpg”></a> </div>
Step 2: Adding a Text Box with the Code for your Button
This is where I was running into problems. I didn’t realize it was a text box/area. The code looks almost identical to the code you used above except you have to surround it with the text box/area html <form><textarea>. A complete example:
<div align=”center”>
<form><textarea rows=”6″ cols=”19″ readonly=”readonly”><a href=”http://www.YOURWEBSITE.com” target=”_blank”><img src=”www.THELOCATIONOFYOURBUTTON.jpg”></a></textarea></form>
</div>
The command rows and cols defines how large the box will be. You can change these numbers as you see fit to adjust the size of your text box. The first number (rows) defines how tall the box will be, and the second number (cols) defines how wide the textbox is. The next part (readonly) is optional. You could delete the entire command and it would still function; however, I chose to include it as it prevents someone from accidentally hitting a button and changing the code during the copy/paste process. The <ahref….> is what actually appears in the text box. Here is my actual instructions:
<div align=”center”>
<form><textarea rows=”6″ cols=”19″ readonly=”readonly”><a href=”http://www.allaboutkimberly.com” target=”_blank”><img src=”www.allaboutkimberly.com/wp-content/uploads/2008/07/aakbutton.jpg”></a></textarea></form>
</div>
When you put all of this together, this is how it looks,
Pretty simple, huh? I thought so. If any of this isn’t clear when you go to apply it, please let me know. I’d be glad to help (and modify my instructions for future users).
Reference: Tricks for New Bloggers
July 4, 2009 Update: Having Problems? If you are having problems making this work, you are free to contact me, but try this first! Copy and paste code into Notepad BEFORE you paste into your site. It is important that the quotation marks (“) go straight up and down – not at an angle. I can not figure out how to undo the angles on this page so you may have problems copying and pasting straight from it. If you paste to a text editor like Notepad first, you should be ok.
Guess what? I decided to create another tutorial. Would you like your favorite website buttons in your sidebars to scroll so they don’t take up so much space? Well check out my How to Create Scrolling Textboxes tutorial.

Tracy says:
Thank you, thank you , thank you!
I didn’t know how to do this either! And like magic… the text box w/ the scrolly thing is on my website! Woo-hoo!
Thanks Kimberly!
Pingback/Trackback
"Grab My Button" thingy. | Hall of Fame Moms
Tracy says:
Hey Kimberly,
I did a post about the ‘grab my button’ thingy with a link back to your post so my readers can learn to do this from you.
Thank you again!
http://www.halloffamemoms.com/2009/09/grab-my-button-thingy/
Pingback/Trackback
Need a Button? Here’s the code | BuckeyeVA Blog
kate says:
I appreciate your post. It’s the only one I’ve seen like it with details on how to do this. However, I can’t seem to make it work either, lol. I’m not sure what I’m doing wrong. When I insert the text all that comes up on the blog when I preview it, is the text, no picture…. Is it the picture that’s the problem or any other ideas?
Stacey says:
Thank you! I’ve been searching forever for this!!
Kristin Gentry says:
THANK YOU!!! I’ve been trying to figure this out; my web guy (through work) did a Google search and found this blog entry. I had no idea what to look for and I appreciate you posting the info!
Denise@TogetherWeSave says:
Help… I have a button and I use regular blogger. I have no Idea the location of my button. I am lost. Please help me.
Lisa says:
Thank you so much for this wonderful tip! Very helpful
Samina says:
Hi, I tried this, and the button is there and looks great, but when I clicked on my logo pic, it took me to photobucket where I saved and stored the pic. Please help, I want it to go to my website when clicked on. I hope you can help me figure this all out. Thanks in advance. In the meantime I will remove the botton.
Laura Taff says:
Thank you so much! I sincerely appreciate this info. It worked very easily.
Elizabeth says:
YAY! I have a blog button of my very own now!! Thank you so much for posting these instructions
Yona Williams says:
Thanks a lot for these directions! They were clear and easy to follow. Love when you can get right down to business without wasting time with complicated jargon. The examples really help illustrate the point as well. Thanks again!!!!
Peggy Gorman says:
Thanks so much!! You explained it so easy!!
Julie says:
Help.. I can’t seem to make this work, any help is so much appreciated.
I am a new blog site and just in learning stages…
GGhadden says:
Thank you soooooooooo very much, I have been trying to make this work for a long time and you cleared it up beautifully.
Evelyn says:
Thank you very much! Very helpful.
rebekah says:
I cant get it to work-where am I putting it?
I have tried in the html/java area?
Please could you write it correctly for me?
http://rebekahknight.blogspot.com/
Image @
http://s928.photobucket.com/albums/ad130/beddyboodlesp/?action=view¤t=button.jpg
Thanks!
Hedy says:
Thanks for this tutorial!
Diana - Teacher Mom says:
Hi Kimberly,
Thanks so much for your tutorial. I tried it and it worked. I’ve also referenced this post on my blog: http://www.torontoteachermom.com/2010/04/tutorial-how-to-create-your-own-grab.html
I’m so excited to have my own “Grab My Button” link! Thanks again!
Pingback/Trackback
Grab a Button Text Box for Your Blog Tutorials — Linda Sellers
Cara says:
Thank you so much for this! VERY helpful!
-Cara
Shelly says:
I just wanted to thank you for these step-by-step instructions. I did have some problems with those silly quotations and found that copying and pasting your code into notepad still did not convert the quotations from rich text to plain text. I had to manually change each quotation, but I got there in the end.
Thanks again for your help. I found you via Blogging Tips That Pay, and now I am following you.
SBA says:
I had the same problem with WP changing perfectly good quotes into ‘curly’ quotes after I published the html code! The insidious part is blog owners can’t see it until someone copies and pastes the code directly into a widget! The simplest solution is for you to add the plugin called ‘no curly quotes.’
Reni says:
I will make couple because I believe they can be pretty and useful
Thank’s once again
Emily says:
THANK YOU thank you thank you!!!!
Sarah says:
Your tutorial was VERY helpful!!! Thank you so much!
FrugalMom says:
Thanks, this was a huge help!
Kristen says:
Thanks you!!!!!!!!
Wow, thanks for making the impossible understandable!
Stephanie says:
I loved your tutorial so much I am linking to it on my blog tomorrow!
Thanks!
Pingback/Trackback
Make your own “Grab My Button”. @ Blog Tips That Pay
KC @ One + One = Three says:
Thanks for posting this! I’m been searching for instructions to post a grab my button code, and I had no luck until I found your blog. This is great info!!
PS ~ I love you blog!
Jeff Roney says:
You rock a whole lot. Thanks!
Candice O says:
That is so funny you posted this years ago and I just found it GREAT…I had to do the notepad thing and it took me like a hour lol but I DID IT and I could be prouder…all thanks to you!!!!
you rock!!!
Zaffiro says:
Thanks! Thanks! Thanks! I didn’t know how to do it; precious tutorial!
Tamara says:
I didn’t see an email so asking for help here. My picture above the text box isn’t showing up. Not sure what I’m doing wrong. Would really appreciate your help.
Real Housewife in MN says:
Thank you so much for the great tips! I just updated my blog and it was super easy!
Ms. Random says:
FANTASTIC! Thanks sooooo much for posting this! I now have a button! Whoo-Hoo!
molly says:
Thanks a ton. This was really helpful!
Graphic Design by Tara says:
Thanks so much for this! I’m an idiot and I made it much harder by not reading through all the info. first, but I finally figured it out☺
T♥
Kimberly says:
Glad to be of assistance
rebekah says:
Hi there, thanks for the great tutorial! I’m still having problems unfortunately!!!
When I posted everything into the blogger post I got the question mark box that said “URL error”
HELP!
Johanna says:
Thank you so much, new to the whole blogging thing and have been trying to create a button for the last week. Finally, I have it! Thanks again..
Kimberly says:
If you send me your code, I’d be glad to look at it for you
Kimberly says:
I’d be glad to help…just send me your code and I’ll look over it.
keia says:
OMG you are amazing. I’ve only been struggling with the second portion of the code for two weeks now!
Thank you, Thank you.
Kelly says:
Kim- thanks for posting this… however- I’m not doing something right! Help! thecouponartist@gmail.com
Kim @ Touch of Nostalgia says:
Thank you I was trying to figure this out so googled “Grab My Button” and her you are. Thank you for your tutorial on how to get this to work.
Kimberly says:
Glad to help
Elisabeth Michael says:
Thank you so much! I googled this question because I was having the same problem with actually getting the box with the link for the button. You are great!