This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-08 20:20:25

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

I need help with my website

So, I have a website, (http://super19.weebly.com and yes, it is approved by the ST) and I need a little help.

Safari users might not know what I'm talking about, but you know the tiny icons in bookmarks, and usually next to the url?

Example: http://i41.tinypic.com/suww40.png

See the tiny icons? Like the S next to "Scratch User" and the F next to Facebook?

How to you make those icons?


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#2 2012-02-08 20:23:39

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: I need help with my website

Those are favicons. You need to upload a 16x16 .ico, which you can create in GIMP, to the root directory of your site, /. So the URL to the file will be http://super19.weebly.com/favicon.ico, and it must be this to work.  smile

I don't know if favicons work with Weebly though.


Posts: 20000 - Show all posts

Offline

 

#3 2012-02-08 20:33:09

Freakish
Scratcher
Registered: 2011-10-25
Posts: 1000+

Re: I need help with my website

Favicons?


http://i.imgur.com/y3RBV.jpg

Offline

 

#4 2012-02-08 21:44:33

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: I need help with my website

Add this to the head:

Code:

<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">

Find more about them at w3.org


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#5 2012-02-08 22:32:05

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: I need help with my website

I believe there is a setting somewhere in Weebly that allows you to set a favicon since you can't upload anything directly to your Weebly site.

Offline

 

#6 2012-02-08 22:34:09

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: I need help with my website

Magnie wrote:

I believe there is a setting somewhere in Weebly that allows you to set a favicon since you can't upload anything directly to your Weebly site.

There is, but it requires Weebly Pro, which, judging by the footer at the end of their site, they don't have.


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#7 2012-02-09 07:09:40

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: I need help with my website

zippynk wrote:

Magnie wrote:

I believe there is a setting somewhere in Weebly that allows you to set a favicon since you can't upload anything directly to your Weebly site.

There is, but it requires Weebly Pro, which, judging by the footer at the end of their site, they don't have.

Yeah.

*He*


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

Board footer