• Resolved donangel

    (@donangel)


    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter donangel

    (@donangel)

    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.

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

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[delicious-cached] Invalid (empty) HREF content for all links’ is closed to new replies.