Anyone looked at FeedFlare (feedburner stats) and how it could integrate with WPMU.
They suggest embedding it in the index.php and single.php by using the theme editor.
Obviously on WPMU this isn't really ideal and I wonder wondering if its worth hacking the templates to insert the code automatically if they've activiated feed burner and have activated stats.
Basically the code they want you to add is :
<script src="http://feeds.feedburner.com/~s/feednamehere?i=<?php the_permalink() ?>" type="text/javascript" charset="utf-8"></script>
So all I'd need to do is get the feedname from the tail end of the feedburner_url and output the code if they've set an optional "stats" flag.
Does this make sense?
Edited : As Feedburner suggest putting the code in right before the <p class="postmetadata"> tag then can it simply be hooked in thus avoiding editing all the templates?