Hi, I've also got problems getting this to work. I've just installed
the plugin after already migrating my feedburner account to google. I
have uploaded the latest version you have in the trunk, but I'm
guessing you haven't finished updating yet, so will keep an eye on
this forum next week for your next version!
Just for your info...
I am using WP 2.7
I have entered my feedburner feed name into the settings and clicked
on the test button.
The plugin displays all of the widgets from my blog's sidebar
(strangely?!)
When I go to 'Feed Stats' I just get 'cannot access feedburner'
error...
Alexei.
On Jan 30, 7:30 am, Bram Vandenbussche <
arbo...@gmail.com> wrote:
> No problem mate!I've finally got the plugin working now and it's awesome, so
> On Fri, Jan 30, 2009 at 5:38 AM, Jonathan Wilde <
speedbre...@gmail.com>wrote:
>
>
>
> > @matrixagent
> > Thanks! I updated the FeedBurner API URL in the trunk build in the
> >
wp-plugins.org SVN.
>
> > @Bram
> > Thanks! I like your solution. It's nice and simple. Clearly, I'm
> > going to have to stop relying on the WordPress HTTP API and move to a
> > standalone solution like yours. I'll be evaluating (and hopefully)
> > integrating a new standalone HTTP class this weekend.
>
> > I'll notify the list when a new release is out.
>
> > Thanks!
> > Jonathan
>
> > On Thu, Jan 29, 2009 at 7:44 AM, Bram Vandenbussche <
arbo...@gmail.com>
> > wrote:
> > > I changed those values but nothing changes for me.
> > > It didn't work before, and it still doesn't work.
> > > Some testing reveals that the problem resides in this
> > > function: fetch_remote_xml in the file fs-comm.php which uses this API
> > > function: $remote = _fetch_remote_file($url);
> > > And somewhere in there it goes blank, cause it always gives back this
> > error:
> > > Now I've added these lines in fetch_remote_xml:
> > > $handle = fopen($url, 'r');
> > > $contents = stream_get_contents($handle);
> > > fclose($handle);
> > > return $contents;
> > > And this makes the whole thing work... anyone get this?
>
> > > On Thu, Jan 29, 2009 at 4:14 PM, Bram Vandenbussche <
arbo...@gmail.com>
> > > wrote:
>
> > >> Gonna give that a try :)
>
> > >> On Thu, Jan 29, 2009 at 4:13 PM, matrixagent <
mr.agent.sm...@gmail.com>