How to add the sew retro button to your site

We quite often get emails from new members asking how to add the Sew Retro button to their site. I've collated a number of methods below which should help you out! To find this post in the future, simply click on the sew retro button and you'll be brought right here :)

Happy sewing!

HTML in Blogger

1. Log into your blogger account and select your blog
2. Go to layout
3. Select HTML
4. Scroll down to your links list and add the following code where you want the button to sit:

<a href=http://sewretro.blogspot.com/><img src="http://x73.xanga.com/384a056a32d3060183488/t40342240.jpg"/>

5. Preview your changes to make sure your happy with them
6. Press Save Changes


Blogger Gadget

1. Log into your blogger account and select your blog.
2. Go to layout, then page elements

At this point, you can do this a couple of ways:

• Add an HTML gadget and paste in this code
<a href=http://sewretro.blogspot.com/><img src="http://x73.xanga.com/384a056a32d3060183488/t40342240.jpg"/></a>
• Press Save

OR

• Save the image to your hard drive first
• Add a picture gadget
• Upload the image you saved
• Add http://sewretro.blogspot.com to the link box
• Press Save


Wordpress

1. Right click on the Sew Retro logo and select ‘copy image location’
2. Log into your wordpress account and select your blog’s dashboard
3. Click on the links dropdown and click ‘add new’
4. Type ‘Sew Retro’ in the name box
5. Type http://sewretro.blogspot.com to the blog address field
6. Scroll down to advanced and paste the image link into the image address field
7. Click add link


General HTML (with image)

Add the following code to your HTML links list:
<a href=http://sewretro.blogspot.com/><img src="http://x73.xanga.com/384a056a32d3060183488/t40342240.jpg"/>


General HTML (without image)

Add the following code to your HTML links list:
<a href=" http://sewretro.blogspot.com">Sew Retro</a>