• As you know FeedBurner is offering a free statistics service for tracking the site/blog stats, not only for the feed.

    It’s really easy integrate it in wp themes but it require to edit the theme to add some javascript.
    I would like to write a plugin so even a newbye can do it without editing the template. (This will be the first plugin I wrote)

    The feedburner stats require to add the javascript to any post.
    My plugin could offer a template tag that the user have to add to the template, this is easyer than adding the javascript but require again the theme editing.

    So I’m wondering if there is a “post” hook like the wp_footer o r wp_head that allow to add content every time a post is shown.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Stefano Garuti

    (@garubi)

    In the meantime I studied better the FeedBurner’s StandardStats.
    It look’s like you can add the javascript in any place inside the loop.

    So the question is: is there a hook that can output something in the loop?

    This way we can address also the pages tracking…

    Anyone?

    Thread Starter Stefano Garuti

    (@garubi)

    I managed to write the plugin:
    it’s named FeedBurner SiteStats Enabler and you can download it from now from WordPressMania.it

    Hope you enjoy it!

    Stefano

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I write a plugin for FeedBurner’s Standard Stats’ is closed to new replies.