Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 04-25-2007, 07:48 AM
gorin-images Offline
pp regular
 
Join Date: Dec 2005
Location: Santa Barbara, California, USA
Posts: 28
Favicons For Feeds

My recent upgrade to Pixelpost 1.6.0 inspired me to do a few other upgrades that I have wanted to do for a while, but hadn't gotten around to.

One of these, was to create, and add one of those shortcut link icons to my site, so that it would have somethng other than the generic browser icon. I figured out how to do this earlier, and it is working perfectly in all of my templates.

However, I have also noticed in my feedreader (Bloglines) that a number of the Pixelpost photoblogs I track have a little custom icon next to their feed link also.

What code do I add to my feeds in order to get my new Favicon to show up next to the feed name in readers that suppost this feature? I tried seearching for this on Google, but it has proven illusive.

Any info would be greatly appreciated.
Reply With Quote
  #2  
Old 04-25-2007, 12:48 PM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
what icon are you speaking of?
__________________
i should say more clever stuff
Reply With Quote
  #3  
Old 04-25-2007, 02:25 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
I achieved this by placing a windows icon f file called favicon.ico into my root directory. (www.example.com/favicon.ico)

This might be helpful as well:
http://snook.ca/archives/rss/add_logo_to_feed/
__________________
Jay Williams | A Different View
Reply With Quote
  #4  
Old 04-25-2007, 05:56 PM
gorin-images Offline
pp regular
 
Join Date: Dec 2005
Location: Santa Barbara, California, USA
Posts: 28
@blinking8s

You can see and example of a Favicon here at my photoblog:

http://www.gorin-images.com/blog

If you use Internet Explosre, it will show up to the left of the site/page name and URL, and if you add any page to favorites/bookmarks, it will show up there as well.

You can see similar icons at jaywilliams' site above.

Also, if you look at jaywilliams' site, and check out the RSS feed in Internet Explorer, the Favicon shows up next to the site name in the URL and on the browser tab, and in Bloglines, it shows up next to his site name in the left hand pane.

I want to accomplish this same bejavior for my site. Just like jaywilliams, I have my favicon.ico file placed in the root directory of my pixelpost blog. But I am not getting the same result.

@jaywilliams

I checked out that snook think yesterday before posting. First, I tried his code for adding favicon to ATOM feeds. It did not work So I didn;t mess with the RSS one yet. I would prefer it if your solution of simply having this file in my root directory were able to get the result I want. For some reason, my site isn;t doing the same thing as yours with it. Did you make any other mods to your functions_feeds file to get this to work?
Reply With Quote
  #5  
Old 04-25-2007, 06:26 PM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
In order for the /favicon.ico to work it has to be an actual icon file. If you have a gif, jpeg, or png file you want to use, you'll need to convert it to an icon (.ico) file using an icon editor.
__________________
My Photoblog
If you find my help useful please consider feeding the PixelPost Kitty
If you're short on cash just feed my ego
Reply With Quote
  #6  
Old 04-25-2007, 08:09 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
You don't have a Favicon in your root folder:

http://www.gorin-images.com/favicon.ico

Once you put one there, it should work.
__________________
Jay Williams | A Different View
Reply With Quote
  #7  
Old 04-26-2007, 06:46 AM
gorin-images Offline
pp regular
 
Join Date: Dec 2005
Location: Santa Barbara, California, USA
Posts: 28
Yup. Moved it. Works perfectly. I had in the the root folder for my blog, but not for the domain.

Is there anyway to relative link it so that I can use it without having to go all the way back out to the internet and then back to my photoblog via the full http://www.gorin-images.com/favicon.ico link? I just like to do that if possible. If it makes no difference, let me know.

Also, one thing strange I noticed, and this might not appear strange to someone who knows what they are doing (i.e. not like me), is that after changing the code on just one of my templates, the favicon showed up on all of mytemplates except for the comments template BEFORE I edited the code on any of these other templates. Why/how can that happen? I subsequently went in and made all of the favicon references in all of my templates identical, but I am just curious how templates that did not point to the new location were able to display the Favicon anyway.

This is how I learn
Reply With Quote
  #8  
Old 04-26-2007, 01:43 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
Most web browsers will check for a favicon in the root directory automatically, wether or not it is included in a meta tag. That how it works works with most feed readers too.

On my site, I don't have any favicon meta tags, as I know the browser will just grab it automatically.
__________________
Jay Williams | A Different View
Reply With Quote
  #9  
Old 04-26-2007, 04:49 PM
gorin-images Offline
pp regular
 
Join Date: Dec 2005
Location: Santa Barbara, California, USA
Posts: 28
Quote:
Originally Posted by jaywilliams View Post
Most web browsers will check for a favicon in the root directory automatically, wether or not it is included in a meta tag. That how it works works with most feed readers too.

On my site, I don't have any favicon meta tags, as I know the browser will just grab it automatically.
That's very strange then.. Because your favicon shows up next to your feed name in Bloglines. But mine, which I believe I now have set up exactly the same as yours, does not. And it has been set up that way since around 10:00 pm last night, so Bloglines surely would have pinged my feed since then.

Any other ideas?
Reply With Quote
  #10  
Old 04-26-2007, 05:07 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
Chances are they don't look for a favicon every time they ping.
If they get a error 404, they probably just tell their script to forget checking for a favicon. Maybe you could contact them and see if you could have your feed re-cached?
__________________
Jay Williams | A Different View
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 12:05 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs