Saturday 25 April 2015

Blog Button Tutorial

I have gotten a couple of requests to do a blog button tutorial, so here. //shoves tutorial in your face//
  **Note: This tutorial was made for Windows, with Google Chrome and Blogger. You may not be able to follow this easily if you are using other platforms. 
  **Note: I will put up a tutorial using another platform, if requested.

Making the Button

First of all, you will need a picture to act as your blog button. Don't make it too big. I recommend 175 x 175 pixels, but you can go bigger than that. Just don't make it too big, otherwise it'll look like your button swallowed everything in existence (webpage-wise).


To make your picture, you can use programs like Photoshop, PicMonkey, etc. I used an online editor called Ribbet (which is basically Picnik 2.0, if you've ever heard of the program Picnik). It's a little limited without the premium stuff, but it gets the job done. 

I personally like the stickers that they have.
What do you put on your button? Your blog title (well, obviously), your subtitle if you have one (and can fit it on the button) and a background that suits the blog. If you're unsure, I could always help. Just send me an SOS in the comments and I'll get to you as soon as I can.

Uploading the Button

Now comes the coding part. This is where you will need your button URL. In order to get it, you will need to upload your button image to a site like TinyPic (which stores images). Once it is uploaded, just right click the picture and click on "Copy Image URL".


Paste the link into Notepad or Microsoft Word, and make sure you don't lose it. 

This is the code you will need.

<a href="http://www.YourBlogURL.com"><img src="http://www.YourButtonImageURL.jpg" /></a>

I don't understand a lot about this, but I know this much:

<a href="..."> ~ this is the bit where you tell the button where you want it to go. The URL will be the link to your blog.

<img src="..."/> ~ this is the bit where you tell the button where to get the picture from. Put the link that you previously saved in Notepad or a word document here.

</a> ~ this is how you end the code.

Example:
<a href= "http://thisblogdoesnotevenexist.blogspot.com"><img src="http://i58.tinypic.com/2a6wbj8_th.jpg" /></a>

  **Important: Make sure that the quotes (") are straight, not curved. If they're curved, just type them in again.

To put it in a blog post (remember that I am using Blogger as a platform), you need to click a little tab up the top that says "HTML". 


It might look a little confusing, but don't worry. Just input the code at the bottom, and switch back to the compose tab. Hopefully, you should see your button. Now, click preview and test the button. Does your page refresh? If so...

~*~*~YOU'VE JUST CREATED YOUR VERY OWN BLOG BUTTON!!~*~*~

Well done! If you have any problems, just comment and I'll try and troubleshoot for you. Also, I was thinking of starting up a "Buttons" page, so comment if you want your button up there!

~ayumii

4 comments:

  1. Hi! This was a great tutorial! I might try it out!

    shinenelevate.blogspot.co.uk

    ReplyDelete
  2. Hey I'm designing some buttons too! I'm doing it COMPLETELY differently. My blog buttons aren't the kind that if you click on, they take you to your blog - they just get bigger! What I do is I create a post, add the picture, copy the HTML, add a gadget in layout (HTML/JavaScript) and then just paste into there! I don't really have or am signed into any websites to upload a picture so it's kind of hard! Amazing tutorial! xoxo

    ReplyDelete
    Replies
    1. Thanks! That does sound hard. I'm sure you can pull it off though xx

      Delete

Thanks for stopping to leave a comment :)