feeds

How to use a php script to grab rss feed content

I want to grab the RSS feed content from a site and display it in my website with different filtering options. Can anyone put a php script which can grab the content from there and show ...

How can I hook up my outlook calendar to a website?

I want to publish some kind of feed that outlook can read and use to populate its calendar. I'm not having any luck discovering how to do this. Can anyone point me in the right direction? ...

What's the easiest way to create a feed in asp.net?

I want to provide some dynamic content like an rss feed, so when they go to mydomain.com/fishcake.rss it runs some code on the server to generate it and returns it back. I am guessing maybe an ashx file and something in the webconfig to associate it with the path I want, but I'm not totally sure. Can you help? ...

Displaying feed from remote url - please help!!

I've been searching for a day now - so any help at all would be so greatly appreciated! I have a URL for a feed in xml format - it doesn't have an xml extension, so after some searching I found this code example to extract the information from the feed and create my own locally saved xml file: <?xml version="1.0" ?> <?xml-stylesheet hr...

Send news feed with the new facebook.php class

Hi i'm new developer of fb apps and i want to know how can i send a message to the wall of my friends using the new facebook.php class http://github.com/facebook/php-sdk I do it this $result = $facebook->api('/me/feed/', 'post', array($ids,'message' => 'Playing around with FB Graph..') ); This code work for the firts time i c...

Best way to keep an activity log in memcached

I'd like to build a "feed" for recent activity related to a specific section of my site. I haven't used memcache before, but I'm thinking of something like this: When a new piece of information is submitted to the site, assign a unique key to it and also add it to memcache. Add this key to the end of an existing list in memcache, so i...

How to make an "empty" RSS feed

I'm kind of new to rss feeds, but I'm able to create a feed dynamically using PHP and it works great. My problem is that occasionally the feed doesn't have any items (I limit the age of feed items to 60 days, and sometimes nothing has happened in that time). What I would expect to happen is that I just simply wouldn't have any <item>s ...

Number of Tweets and Likes for any URL?

Hi, I'm building a cool app that needs to check the number of "tweets", "shares" and "diggs" each URL in a feed has an then arrange them according to the number of "tweets" etc... Any ideas on how this can be done? It shouldn't be that hard, but I cant figure it out =) Checkout www.babblr.me , they have a similar solution. How did the...

GET the number of subscribers to any RSS/Atom feed?

Hi, Any simple code snipped to GET the number of subscribers to any feed URL? Thanks! ...

Which web feed type should I use?

I am plan to code a blog, and I have never wrote feed before, I heard some feed types before but I have no idea of which is better or should I support all feeds. ...

How can I add my logo to my rss feed?

how can I add my logo to my rss feed? ...

Google Reader API?

Hey, Is there any Google Reader API that I can plug in to? I building a clean RSS/Atom reader in PHP and would love to get all the goodies from Google Reader like the history of a feed, able to add comments to each feed item, etc. Thanks! ...