MediaRSS feed problem - rss

I need to test an application that reads different mediaRSS feeds and work with the content. My problem is that I'm not able to find many of them. Could you help me with some links?
This is what I've found by now : http://feeds.nationalgeographic.com/ng/photography/photo-of-the-day/
Thanks!

Flickr feeds use Media-RSS.
http://api.flickr.com/services/feeds/photos_public.gne?id=22221172#N00&lang=en-us&format=rss_200
Dave

Any Youtube channel you should be able to get a media rss feed, for example: http://gdata.youtube.com/feeds/api/users/garminblog/uploads
http://gdata.youtube.com/feeds/base/users/IronmanTriathlon/uploads?orderby=updated&alt=rss&client=ytapi-youtube-rss-redirect&v=2

Related

YouTube video tracking using dtm

I am trying to implement youtube video tracking using DTM. I read few posts around capturing different events but couldnt got it working.
I do have media module as part of appmeasurement library in DTM.
Does it need to be a custom script or we can capture values in dataelements?
Any pointers would be helpful
I could get it working with Adobe's Media module and youtube event 'onStateChange' tracking
thanks
Check this link out. There is some information you might find useful.

Where does Feedly and Feedbin get their feed favicon icons from?

I'm looking at the API for Feedbin (https://github.com/feedbin/feedbin-api/blob/master/content/subscriptions.md) and I can't seem to find where I can retrieve the favicon for the feed.
Does anyone know how this is usually requested?
Based on the source code, it seems to be coming from Cloudfront. Now, that probably does not answer your question as to how it ends up there.
In all likely hood Feedbin or Feedly use a library that extract the favicon url based on the HTML pages related to a feed.
For feedbin, this can solve the question
https://api.feedbin.com/v2/icons.json
It shows all icons for feeds that the user is subscribed to.
Feedbin GitHub - Icons

Adding Tweets of people I follow in Drupal website

So I am developing a website using drupal. And I want to create a view of twitter tweets that a posted by me and by people i follow on twitter. I tried to use Twitter module. But with this module I can see only my own tweets. If I want to add tweets from other account, I have to manually add the account under twitter settings. I would really appreciate if anyone knows how to do it. Thanks in advance.
I found this for showing a user's timeline : http://webwash.net/tutorials/how-display-tweets-using-embedded-timelines-drupal-7
Is that what you want? I hope so!
Probably this is what you are looking for: Twitter streaming

RSS usage tracking

Is there a way to track if anyone is using your RSS feeds?
Thanks.
Feedburner (feedburner.google.com) can give you all sorts of stats. I know there are others providing similar services, but that's the one I've used in the past.
Feedburner does exactly that: http://feedburner.google.com
You can include a small single-pixel invisible image in the HTML inside the description tags. This image can be loaded dynamically from a server-side script. When the script executes, you will know some user is reading your RSS feed content and the image has loaded because of that. This way you get to monitor the stats rather than rely one some other service.

displaying live feeds : dailybooth live feed, twitter search result stream

What is the web technology behind displaying live feeds like twitter search results and dailybooth live feed? Can I get similar results from any RSS with some coding?
The main technology behind such websites often is Ajax. This is used to dynamically change the webpages instead of reloading the whole page.
Yes, you can! You will probably need a realtime (PubSubHubbub-enabled feed) to achieve this, and plug it into some kind of websocket/comet/ajax/longpolling client... but that should work easily. Check this, for example. It's the firehose of gowalla checkins posted to a google map. All the code is on github, so it's quite easy to build, play with!

Resources