FeedBurner Subscriber Counter? - php

I am looking for a PHP script that will simply display xxx subscribers who has subscribed to my feedburner feed.
I looked on Google but the ones I did find either did not work as they are old scripts or are overly complex.
Does anyone know where I can get a simple script that would display how many feedburner subscribers I have or anyone have a script they would like to share?

You should use the Feedburner Awareness API. For instance you can retrieve the URL feedburner.google.com/api/awareness/1.0/GetFeedData?uri=http://feeds.feedburner.com/phpclassesblog-xml and then parse the returned XML to extract the relevant statistics.

Related

Implementing Feed Comments with Get Stream in PHP

We are looking to integrate GetStream with our existing PHP Yii framework based site. Before we jump into integration, would like to know how we can implement features like Comments and Likes?
I'm using the GetStream/stream-php library. We are able to send and retrieve the activity feed info. but i just couldn't wrap my head around on how to do Likes and Comments features on the activities.

How to create a calendar which is getting its data from 4-5 different rss feeds

How should I create a calendar for a website, which is getting its data from 4-5 different rss feeds.
I want to use php to do this.
I was thinking google calendars would be the solution, if you too think that, can you plz direct me to a good google calendar tutorial, where I can learn how to embed a google calendar into a website.
Regards
Zeeshan
I don't know how much interaction you want. The basic idea could be this.
Then you could embed the calendar like described here
Or if you want a more privacy concerned version you could make your own by starting with this post.

Get number of RSS Subscribers for a website

I need to get the number of rss subscribers for a website. Say http://blog.twitter.com. How do I do that in PHP? Please help thanks. Google RSS subscribers.
Just tracking the calls to your rss feed via PHP will not give you accurate results as google reader (or other webbased services) ges the feed only once for all subscribers.
You can use an external Service like Feedburner (feedburner.google.com) which gives you subscriber metrics. You basically just proxy your feed through their system.

Combining multiple Twitter user timelines into one request

I am relatively new to the twitter API so the question might seem foolish but please help me out.
I am trying to get tweets from user's timeline using their API, which I know is possible.
Now the issue is I have to get tweets from multiple users (combining upto 30-40 users) timelines into one API request. How can I do this?
Would the streaming API help? I couldn't make heads or tail of it.
You can add those users to a list and pull the timeline for the list.

how to use google feed api to detect feeds updates

Because I run a blog aggregator website which checks a large list of RSS feeds for new posts every hour so I will be happy if its possible to use google feed api or Google AJAX Feed API instead of making the cron jobs to read the whole feed to know if its updated or not.
like this link text
You can use the Google Feed API, however instead of polling the feed source every hour you will still need to poll the google feed API every hour. It doesn't notify you of feed updates. If you want to be notified when to update feeds, then you should look into using a ping server, http://en.wikipedia.org/wiki/Ping_blog to determine when feeds are updated so that you know it is time to fetch the feed again. Not all feeds use a ping server, but it might help you for those that do.
As Nanek said, the Google Feed API won't notify you when a feed is changed... for this you'll have to use the PubSubHubbub protocol or services like Superfeedr which is a Google Feed API alternative.

Categories