Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: WP iTunes

    Is there any reason why album covers or album art can’t be extracted from the ID3 tags as well? The reason I ask is because a lot of my music is not available on Amazon and I have the album art stored within the song file itself.

    Any ideas?

    Forum: Plugins
    In reply to: google pics

    I have a quick and dirty fix.
    Find the line that says something like:
    $srcs = preg_replace(“#src=(\S+)#”, “src=\”https://news.google.com/$1\””, $hrefs);
    and remove the URI, to change it to:
    $srcs = preg_replace(“#src=(\S+)#”, “src=\”$1\””, $hrefs);
    This should make the google news pics show up, but the “News Alerts” e-mail envelope picture will be broken. Unfortunately, the plugin script doesn’t have any documentation and the author’s site is down, as you mentioned, so I’m just tinkering with things.

Viewing 2 replies - 1 through 2 (of 2 total)