Recent Topics

1 Jun 06, 2007 22:03    

My b2evolution Version: 1.9.x

I´ve found that Feedburner only shows codes for Wordpress, Movable Type and other platforms, but B2 is not included.

I want to put some feedflares in my posts so I have to use the generic code but the problem is that I don't know what the code of the permanent link is

The generic code is like this

<script src="http://feeds.feedburner.com/~s/myfeed?i=POST-URL-HERE" type="text/javascript" charset="utf-8"></script>

What code should I put in "POST-URL-HERE"?

I don`t undesrstand why Feedburner ignores B2... :>

2 Jun 07, 2007 01:58

<script src="http://feeds.feedburner.com/~s/NAMEOFFEED?i=<?php $Item->permanent_url() ?>" type="text/javascript"></script>

As for them ignoring B2, if you check out their forums, there are lots of posts from me where they have worked with me on solutions like the one you were looking for. However, they never make any of those solutions part of their official documentation. I don't know why.

I highly recommend Feedburner and all their services to anyone who can use them.


Form is loading...