Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[INFO]Adding A Favicon To Your Board; Bookmark Icons
Topic Started: May 28 2003, 06:11 PM (27,350 Views)
Oddball spy
Member
 *  
Mine isn't working:
Code:
 
<link rel="SHORTCUT ICON" href="http://www.freewebs.com/testfs/FORTGDONTDELETE.ico"/>
Offline Profile Quote Post Goto Top
 
Oddball spy
Member
 *  
Mine only works in Firefox not IE7 or 8.
Offline Profile Quote Post Goto Top
 
Will Lopez
Member
 *  
www.Iconj.com or www.uploadingit.com are both good places to host ICO files. Favicons for Invisionfree sites do not show up on IE8 Beta but do work on Firefox 3 and IE7.

And for everyone asking where the code goes, go to your Admin CP, look on the sidebar and scroll down to Board Wrappers, then put the code in the JavaScript section.
Edited by Will Lopez, Jul 23 2008, 06:56 PM.
Offline Profile Quote Post Goto Top
 
Codes Rock
Member Avatar
<?php echo 'Codes Rock rocks!'; ?>
 *   *   *  
You can go to hostmyimagesite.com and host an .ico (icon) file. They will provide you with a direct URL (address) to the image.

Then you take that address, log into your AdminCP:

Skinning & Styles >> board wrapper >> Meta Tags:

add this: <link rel='shortcut icon' href='ADDRESS PROVIDED TO THE IMAGE GOES HERE' />

just be sure to replace the part ADDRESS PROVIDED TO THE IMAGE GOES HERE with the direct link to the image they provided.


NOTE:
According to the W3C, you can actually use any image as a favicon by using this:
<link rel="icon" type="image/png" href="http: // somesite.com/myicon.png" />
* if you use this method, be sure the parts in bold, the image extension, matches!

I personally do not like this method and highly recommend you use the first example I provided.

For more information on W3C rule: http://www.w3.org/2005/10/howto-favicon
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Code Snippets · Next Topic »
Add Reply