Results 1 to 5 of 5

Thread: Gfeedfetcher: Image in titlefield

  1. #1
    Join Date
    Mar 2011
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Gfeedfetcher: Image in titlefield

    1) Script Title: gfeedfetcher

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...sdisplayer.htm

    3) Describe problem: I can display images from an RSS feed in the itemdescription field ok but any thumbnail images placed in the titlefield are not being displayed. Is it possible to get a thjumbnail image placed alongside the title of each feed item?

    cheers.
    Last edited by jscheuer1; 06-06-2011 at 04:49 PM. Reason: fix broken link

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You could check the Google Feed API:

    http://code.google.com/apis/feed/v1/

    for more information. But my gut feeling would be - If the feed has a thumbnail in the title it should show up when using this script. In my experience however feeds do not have images in the title field. If it appears as if they do, it's probably in some other field, one that you may or may not be able to pick up using this script. The Google Feed API on the other hand, though it might not, probably has a way. Rewriting the script to utilize that might be beyond the scope of this forum.

    Did you have a particular feed in mind?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2011
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the link - very useful , cheers.

    I'm using our own feeds - I can mess about with them however I like. This is one one them with the title tag pasted below:

    http://www.hildengrange.org.uk/inc/i...ss_gallery.asp


    <title>'Zoom!'<img class="SSthumb" src="http://www.hildengrange.org.uk/i/photos/gallery/SSthumb/20101126_163_6351.JPG" /></title>


    I feel its some really simple fix but all the different types and acronyms just help to complicate the problem for me..

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    When I navigate to the feed directly, I see no titles, let alone title images. And, most browsers just show:

    Hilden Grange School Image Galleries
    Image Galleries from the Hilden Grange School website


    Friday, November 26, 2010 10:48 AM
    Friday, November 26, 2010 11:49 AM
    Thursday, December 16, 2010 8:08 AM
    Thursday, February 24, 2011 7:11 AM
    Friday, November 26, 2010 10:32 AM
    Looking at the source I see:

    Code:
    <item>
            <title>'Zoom!'<![CDATA[]]><img class="SSthumb" src="http://www.hildengrange.org.uk/i/photos/gallery/SSthumb/20101126_163_6351.JPG"  /></title>
    I don't know much about feeds, but that might be part of the problem. Perhaps it's being added automatically somewhere/somehow.

    The bottom line for now would seem to be getting the feed right. Once the feed itself displays as intended, then you can worry about using it with a script like the one you're asking about in this thread.

    For help on that, you could ask in the Other forum (we don't have one specifically for feeds). I think you should also be seeking help from docs on creating feeds, and from forums that deal with creating feeds.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Mar 2011
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Nice one - I'll try that.

    I did wonder why the feeds are not displayed when you go there directly - I figured it was unrelated as I have no problem getting content for the itemdescription, date etc.

    cheers mate.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •