Faviconadresse herausfinden

Fragen zu allen Themen rund ums Programmieren außerhalb von phpBB können hier gestellt werden - auch zu anderen Programmiersprachen oder Software wie Webservern und Editoren.
Antworten
BB-BF-BM
Mitglied
Beiträge: 2179
Registriert: 28.10.2005 16:38
Wohnort: Essen

Faviconadresse herausfinden

Beitrag von BB-BF-BM »

Wie man Favicons einbindet, weiß ich eigentlich, normalerweise im <head>-Tag mit <link rel="shortcut icon" href="DieURLzumFavicon" />
Doch wenn ich jetzt im Quelltext von z. B. phpBB.de schaue, finde ich im <head>-Tag nur folgendes:

Code: Alles auswählen

<head>
<meta name="author" content="Sascha Carlin on behalf of the phpBB.de Team">
<meta name="publisher" content="Sascha Carlin">
<meta name="copyright" content="(c) 2002-2005 Sascha Carlin">
<meta name="keywords" content="phpbb, phpbb2, phpbb 2, phpbb3, phpbb 3, olympus, php, mysql, space, supportforum, supportforen, support, foren, forum, kostenlos, kostenloses forum, kostenlose foren, bulletin board, board, diskussionsforum, discussionboard, discussion board, download, installation, installieren, faq, hilfe, deutsch, Sascha Carlin, bulletin, board, script, community, online, online community, discussions, discussion, open source, opensource, open, source, diskussions, diskussionsforum, diskusssion, mods, hacks, themes, templates, template, stlye, styles, smilie, smilies, theme, mod, hack, knowlegde base, knowledge, base, gratis, umsonst">
<meta name="description" content="phpBB bzw. phpBB2 ist ein auf PHP und MySql (oder einem anderen Datenbankmamagementsystem) basierendes, kostenloses Open Source Forensystem.">
<meta name="page-topic" content="Computer/Software/Programmierwerkzeuge (Programming Tools)">
<meta name="audience" content="Fortgeschrittene">
<meta http-equiv="expires" content="0">
<meta name="page-type" content="Software-Download">
<meta name="robots" content="INDEX,FOLLOW">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="meta" title="DOAP" type="application/rdf+xml" href="/doap.rdf" />
<link rel="alternate" type="application/rss+xml" title="Ankuendigungen" href="http://www.phpbb.de/rdf/rdf-news.php">
<link rel="alternate" type="application/rss+xml" title="Aktuelle Themen" href="http://www.phpbb.de/rdf/rdf-topics.php">

<title>Index :: phpBB.de - Aktuelle Version: phpBB2.0.20</title>
<link rel="stylesheet" href="http://anna.cat-proof.de/css.css" type="text/css">
<style type="text/css">
<!--
@import url("http://anna.cat-proof.de/templates/subSilver/formIE.css");
-->
</style>
<script language="Javascript" type="text/javascript">
<!--
    if ( 0 )
    {
        window.open('/privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
    }
//-->
</script>
</head>
Nichts vom obigen Code ist zu finden.
Wie kann ich dann an die Adresse der Favicon-Grafik kommen?
(Ich benötige sie für eine Linksammlung, in die ich die Favicons einbinden möchte)
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12239
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Beitrag von Mahony »

Hallo
Wie kann ich dann an die Adresse der Favicon-Grafik kommen?
Häng an die URL einfach favicon.ico ran.

Als Beispiel mal das Favicon von hier--->http://www.phpbb.de/favicon.ico


Grüße: Mahony
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
BB-BF-BM
Mitglied
Beiträge: 2179
Registriert: 28.10.2005 16:38
Wohnort: Essen

Beitrag von BB-BF-BM »

Vielen Dank!!!
Weißt du denn, was als Ersatz-Favicon genommen wird, wenn keins extra definiert wurde?
Benutzeravatar
Pyramide
Ehrenadmin
Beiträge: 12734
Registriert: 19.04.2001 02:00
Wohnort: Meschede

Beitrag von Pyramide »

Entweder besagte favicon.ico im root oder das Browserspezifische Standardicon (beim IE z.B. dieses "e")
KB:knigge
Antworten

Zurück zu „Coding & Technik“