Forums

[resolved] [delicious-cached] Invalid (empty) HREF content for all links (4 posts)

  1. donangel
    Member
    Posted 1 year ago #

    Plugin version: 1.3a3 (latest to that moment).

    Plugin generates this kind of content:
    <a href='' title='Rapid Configuration Tool for Dynamics AX 2009'>Rapid Configuration Tool for Dynamics AX 2009</a>

    You can clearly see that href='' is problematic, because it leads to link to my own site :(.

    I guess after the latest del.icio.us changes, the plugin somehow does not work.

    Any help will be appreciated!

    Best regards,
    Don

    http://wordpress.org/extend/plugins/delicious-cached/

  2. donangel
    Member
    Posted 1 year ago #

    OK, I think I resolved the problem, here's what the problem was, for the plugin author!

    In the plugin, at the place where we generate the links, we have the following line:

    $linkLink = htmlspecialchars($feedItems[$iter]['about']);

    "about" is clearly wrong! There is no such tag now, the link is hold in the element "link" instead.

    In order to get that working, you should replace "about" with "link", i.e. the link should look like:

    $linkLink = htmlspecialchars($feedItems[$iter]['link']);

    Hope that helps! And I hope the author fixes the plugin "officially".

    Best regards,
    D.

  3. fluffyrr
    Member
    Posted 1 year ago #

    donangel, thank you very much indeed for that solution to the bug which works perfectly!

  4. jcraveiro
    Member
    Posted 1 year ago #

    1.3a4is out, bug corrected. thanks donangel (you've been adequately credited, of course)

Topic Closed

This topic has been closed to new replies.

About this Topic