rss

How to set webview area upon loading a link?

Ok so I have an rss reader that links to articles. One of the sites it links to doesn't have a mobile view. I was wondering if anyone knew if it was possible to set the "zoom" and position of the view once the page is loaded? So for instance if the following link were my article... http://www.neworleanssaints.com/news-and-events/artic...

Possible to add a read more link in an RSS Feed?

This may be a weird or stupid question, but I have the following code (http://pastebin.com/PTFtqkvs) and I want to place a simple "read more" link after the description which links to the the article in the rSS feed - however whatever I do isn't working. Is it even possible to add this option and still conform to the rSS guidelines? This...

Using Yahoo Pipes as feed aggregator

Hi, I'm looking to create an aggregator using Yahoo Pipes. I want to add as many feeds I like and then transform output to custom format with basic elements like title, desc, url, pubdate, imageurl etc... Is it good thing to add large number of feeds to one pipe? or should I create separate pipe for each feed? Is adding more than one f...

finance news rss feeds

Hi, I am looking for getting some rss feeds for finance news. I know, there are few like Yahoo finance RSS, Reuters RSS feeds but from terms & conditions, they mentioned that we cannot use them for commercial. I am planning for an iPhone app where i need to show stock/finance news for stocks etc. Would be great if someone can point me...

Drupal Importing Content from Feed

I need to import Twitter posts (single account) into a Drupal site to display in a sidebar. Obviously I can use the pluggable JS script, but I don't want the page to hang waiting for a response from Twitter. I installed the new Feeds module, but I am a little confused. I want to create a content type. This content is created from the RS...

PHP If Script is being fetched by URL...

Hello, I have an RSS feed, users will be using it to rip content to display on there site. However I need todo a check that the site doing so has access. Its just occurred to me that I have no idea in PHP how to detect if the script is being read by a server and what the URL is of the fetch. Is it possible? ...

Problem getting author from a wordpress RSS feed using SimpleXmlElement

Hay, i'm trying to parse an RSS feed from a wordpress blog. So far everything is working as expected, here's my code <?php $feedUrl = "FEED URL"; $rawFeed = file_get_contents($feedUrl); $xml = new SimpleXmlElement($rawFeed); $channel = $xml->channel; $items = $channel->item; foreach($items as $item){ ec...

Bugzilla: How to get an rss feed for bug comments?

I can see where to get an rss feed for the BUG LIST, however I would like to get rss updates for modifications to current bugs if possible. ...

When creating a dynamic rss feed do I need to include a full history?

When I create entries for my RSS feed should I include a full history or just partial? How many should I go back? Do rss readers remember entries in the past (before cutoff) if I make it a partial feed? Thank, Kevin ...

Embed twitter feed with images

When embedding a twitter feed - what's the best way (if any) to display the image referenced in a tweet directly - not as a link to e.g. Twitpic? The image should be displayed as img, like in a blog post. ...

Looking for help trimming first 10 characters off the title of RSS feed

I'm trying to write some xsl to style an RSS feed. The problem I'm running into is that I need to trim the first 10 characters off the title of each item and I can't get it to work. <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/rss"> <u...

Parsing custom feed elements using FeedZirra

Is there a way to parse feed's custom elements? Not feed entries', feed's custom elements. I know there is a way to do the same for the entries. Like, Feedzirra::Feed.add_common_feed_entry_element("wfw:commentRss", :as => :comment_rss) feed = Feedzirra::Feed.parse(some_atom_xml) feed.entries.first.comment_rss # => wfw:commentRss is now ...

Generate xml or rss from entity dynamically

I want to generate xml and rss from entity dynamically in asp.net webforms. I think the best way is attribute based definition: by default, all properties should be included in xml and if we want to exclude some, we should define in the properties attributes. In rss it is reversed... ...

Accesing facebook data via RSS or JSON is possible?

Hello guys, is any way to access the list of links publicated by my friends on facebook via RSS or Json (or any other standard format) ?? What information from my friends feeds on facebook can be access in standard format? (and how) Thanks! ...

how to get the geo data from geo-rss via google ajax feed api .

this is my code that has geo-rss from google maps rss: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google AJAX Feed API - Simple ...

Good tutorials on how to build an RSS and ATOM feeds using PHP & MySQL.

I was wondering if there is a good tutorial or tutorials on how to build good RSS 2.0 and ATOM feeds? ...

Dailybooth RSS Feed +Setting Image Size in RSS Feed.

Is it possible for me to find an rss feed for a specific dailybooth users images? I'd like to implement my personal Dailybooth account into a blog sidebar. I'd also like the ability to set the image size and possible add a date to the image. Any help is appreciated! ...

How to read a very large rss/atom.

I have a very large RSS (which may be 1M), so when I read it, it takes alot of time. If I set the number of items read, example: 4, I think this will not ensure that I read all the data which updated since last time I read it (and I will lose some items), What can I do? I am using Google AJAX Feed Api to read the RSS/Atom feed. updat...

Standard and reliable way to track RSS subscribers?

What's the best way to track RSS subscribers reliably without using Feedburner? Some of the obvious approaches like tracking by IP or by the number of hits have some fata flaws. IP addresses can change with each request or multiple users can use the same IP. Also, feed readers can request a feed multiple times per day or even hour. Both ...

how to get geo data via 'MIXED_FORMAT' in google ajax feed api.

this is my code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google AJAX Feed API - Simple Example</title> <script type="tex...