Page 1 of 1

favicon?

Posted: Sun Apr 02, 2006 10:49 pm
by stm999999999
Hello,

does anybody know, if and how it is possible to add a favicon to a blog on supersized?

Posted: Thu Apr 06, 2006 11:13 pm
by stm999999999
no idea? :-(

Posted: Thu Apr 06, 2006 11:17 pm
by garvinhicking
If supersized offers the Head Nugget plugin, you can insert the HTML head code for a favicon with that...?

Regards,
Garvin

Posted: Thu Apr 06, 2006 11:21 pm
by judebert
Ok, I'll take a shot. The difficulty is that supersized.org doesn't give you access to the directory structures (for obvious security reasons). We don't have any plugins to modify the favicon, either. At least in modern browsers, it can be modified in the header (see http://en.wikipedia.org/wiki/Favicon); therefore, if SuperSized supports the Head Nugget, you could upload your favicon to the media library, then include a link to it in the HTML head.

Posted: Fri Apr 07, 2006 9:57 am
by jhermanns
Head_nugget is installed.

Posted: Sat Apr 08, 2006 2:31 am
by stm999999999
Is it?

I cannot find it in sidebar plugin - there is only HTML Nugget

Posted: Sat Apr 08, 2006 10:28 am
by Ianardo
Head Nugget is usually in Event Plugins.

Posted: Sat Apr 08, 2006 1:10 pm
by stm999999999
there is this plugin neither :-(

Posted: Sat Apr 08, 2006 6:03 pm
by garvinhicking
Are you using the german version? In the event listing there it's called "'HTML-Code für den head-Bereich"

Regards,
Garvin

Posted: Sat Apr 08, 2006 7:53 pm
by stm999999999
I use german and I try english: there is no plugin with this name.

Posted: Thu Apr 13, 2006 11:22 pm
by stm999999999
meanwhile it is there - thanks

Posted: Thu Apr 13, 2006 11:59 pm
by stm999999999
hm, and how on?

I make these in the head nugget:

Code: Select all

<link rel="icon" href="http://mein-test.supersized.org/uploads/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="http://mein-test.supersized.org/uploads/favicon.ico" type="image/x-icon" />
of course, there is this icon in the media database, as you can see there
http://mein-test.supersized.org/archives/8-test2.html


When I use a location outside, then it works:

Code: Select all

<link rel="icon" href="http://web.fu-berlin.de/defo/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="http://web.fu-berlin.de/defo/favicon.ico" type="image/x-icon" />
http://blog.defo.info/

Posted: Fri Apr 14, 2006 10:21 am
by jhermanns
Server hat für .ico-Dateien den falschen Content-Type geliefert. Repariert! Nochmal danke für's bescheid sagen :-)

Ich habe das favicon für blog.defo.info auf das aus deiner mediendatenbank umgestellt!

Posted: Fri Apr 14, 2006 1:57 pm
by stm999999999
Danke!