• garybibb

    (@garybibb)


    Does anyone have any idea why WordPress users are unable to ping audio.weblogs.com? I have the RSS enlocsures along with the language tags, yet the pinging still does not work. Apparently I am not the only WordPress user to have this problem with audio.weblogs.com. Is there something else i should know or do?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter garybibb

    (@garybibb)

    Ok, now this is weird. I just noticed my RSS enclosures totally disappeared. Any reason why that would happen?

    Thread Starter garybibb

    (@garybibb)

    Strike that last statement, i uploaded the wrong file. All is well now. But my site still doesn’t show up when i ping audio.weblogs.com.

    carthik

    (@carthik)

    I hope you are pinging the right URI, which is
    audiorpc.weblogs.com
    More details here :
    https://www.ipodder.org/podcastPing
    I think it’s kinda dumb they don’t link to the page more prominently from anywhere…

    Thread Starter garybibb

    (@garybibb)

    I actually ping using their very own web form and the ping-o-matic. I don’t think I could go wrong either way. Yet still nothing comes up, and they haven’t been really helpful over there.

    richiec

    (@richiec)

    The problem may be that WordPress (wp-rss2.php) is not sending the <language>en</language> parameter. While not required by the RSS 2.0 spec, audio.weblogs.com requires it…
    “1. Although the channel-level language element is not required by the RSS 2.0 spec, we require it. This is because, should there be more growth, which seems likely, we’ll be able to produce separate lists based on language. This is a common feature request, so I think it’s worth having that data for each feed.”
    See this link for more info…
    https://www.ipodder.org/2004/10/19#a255
    Good luck!
    Richie

    Richie Carey’s Web Log & Podcast
    https://www.RichieCarey.com/

    Just put this:

    <language>en-GB</language>

    or

    <language>en-US</language>

    (or whatever your language/location code – search in Google)

    on a new line under:

    <description><?php bloginfo_rss("description") ?></description>

    in wp-rss2.php.

    Works fine, just did it and my podcasts are now visible at audio.weblogs.com.

    I’m sure there’s a nicer way if WordPress has a language setting inbuilt, but for now…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘audio.weblogs.com’ is closed to new replies.