Thursday, October 29, 2009

How to Create a Twitter Badge Link

/ On : 1:40 PM/


A Twitter badge is also called a button, a small graphic that includes something Twitterish like a bird on the Twitter logo, which you then set up as a link to your Twitter home page. There are some sites you can check out to finde A twitter badge that you like :

1. Limeshot Design
2. Randa Clay Design
3. Vincent Abry
4. Shia Design

Twitter Badges


Then download the twitter badge you want to use on your web site to your computer, and then upload the twitter badge to your Web site. There are the instructions for using Internet Explorer, Firefox, and Safari to download an image ( a twitter badge ) to your computer:

1. Internet Explorer: Right-click the image, click Save Picture As, choose a location, edit the file name, and then click Save.
2. Firefox: Right-click the image, click Save picture As, choose a location, edit the file name, and then click Save.
3. Safari: Right-click the image, click Save picture As, choose a location, edit the file name, and then click Save.

Ok after download the image ( a twitter badge ) tou your computer, upload the image ( a twitter badge ) to you web site by using FTP.

If your Web host provides you with an online editor, use an online editor to insert your a twitter badge. You can do that by Open the page in the editor, place the cursor where you want the image ( A twitter badge ) to appear, click the editor’s image tool, and then choose the Twitter badge file. Click the image to select it, click the editor’s link tool, and then specify the address http://twitter.com/yourname, where yourname is your Twitter username.

If you add stuff to your site by editing HTML, open the page or file in your HTML editor, place the cursor where you want the twitter badge to appear, and then insert the image and link using the following HTML code:



< href=”http://twitter.com/yourname”>
<img src=”filename” />
</a>





In this HTML code replace yourname with your Twitter username, replace filename with the name of the twitter badge file like twitter.JPG

If you uploaded the twitter badge to a folder such as images, then you need to chnage code to this:



< href=”http://twitter.com/yourname”>
<img src=”/images/filename” />
</a>






Related Posts:



0 comments:

Post a Comment

Featured Video