Quantcast
Channel: Active questions tagged jfeed - Stack Overflow
Browsing all 19 articles
Browse latest View live

Using jQuery to parse an RSS feed, having trouble in firefox and chrome

I used a jQuery library called jFeed to parse and display my blogs rss feed on my personal website. It worked perfectly well at first, but upon checking later it simply displays nothing, except in...

View Article



Does JFeed support RSS images?

I've had a look at JFeed's readme and it doesn't mention anyway to get to an RSS item's image:JFeedItem properties* item.title* item.link* item.description* item.updated* item.idDoes anyone know a way...

View Article

Parsing GeoRSS Feed with jQuery

I'm attempting to use the jQuery jFeed plugin for parsing an Atom, GeoRSS feed and I'm running into issues extracting the information I need. For example, I need to extract the summary element and I...

View Article

jQuery jFeed plugin working with the domain with www and without it

I use jQuery jFeed plugin to fetch rss feed from WordPress blog and show on the main page of the site. So, it works fine when I go to http://site-using-jfeed.com. But when go to...

View Article

jFeed problem: modifying global variable from success function

I am using jFeed to parse an RSS feed and I would like to modify an outside variable (or array) from the function executed upon "success". This is a simple version of the code:var testVariable =...

View Article


How to parse rss from a php page, using jQuery/jFeed?

I'm trying to fumble my way through parsing rss sensibly, using jQuery and jFeed.Because of the same origin policy I'm pulling the BBC's health news feed into a local page...

View Article

Jquery syncrounous issues

Ok so I have a basic function that get's 2 feeds. My issue is that the function, running asynchronously skips down to the alert function(in for testing) before it's doing the function to get both...

View Article

Parsing an RSS feed with jfeed fails only for some fields

I'm using the latest version of jFeed with the latest jQuery. I know jFeed is rather outdated, and no longer supported, but firefox seems to be the only browser that is having an issue parsing an RSS...

View Article


jFeed - sucess function not being executed (jQuery plugin)

I have the following Javascript code, where feed is a valid url to an rss feed.jQuery(function() { jQuery.getFeed({ url:feed, success: function(feed){ alert(feed); } }); });}when i run this the alert...

View Article


Jquery jFeed 403 error

So I have jFeed working on another site and i'm testing it right now with the most basic instance of the plugin but it's still acting strange and giving me a 403 forbidden error. My response from...

View Article

how to load new rss feed items in jQuery

I'm using jFeed to parse an RSS feed, but I'm thinking now how I can track changes on interval based checking. How would one efficiently check if there are new items in a feed compared to the previous...

View Article

Trying to get content:encoded with jfeed

I can get a successful response with the RSS I am trying to pull using jfeed, however, the thing I really want is the content. [content:encoded] I need this so I can grab the first image from each...

View Article

Has some other jQuery plugin replaces jFeed for parsing RSS now that jFeed is...

I was trying to find a jQuery plugin to parse an RSS feed and found that jFeed was the most recommended option for quite some time but judging by the broken links on its plugin page and the fact that...

View Article


Reverse order of RSS feed in zRSSfeed (jQuery)?

Im using zRSSfeed and everything is great but I need to be able to reverse the order of the feed, does anybody know how to do it?The zRSSfeed uses jQuery to pull the feed so anything applicable to that...

View Article

jFeed Same Origin Policy

I am trying to find a workaround for my use of jQuery jFeed & the Same Origin Policy. I'm trying to use jFeed to parse my wordpress xml feed that is hosted on the same domain. This is how my code...

View Article


Styling RSS feeds using jquery mobile

I am writing an iPhone application with PhoneGap. I'm trying to parse a Facebook RSS Feed and use jFeed to do so. I get the feed, and I can display it to the user. However, when it comes to styling the...

View Article

Chrome extension parsing RSS

I'm working on an extension for Chrome that uses an RSS parser, however I have used several different methods and I keep getting the error: "XMLHttpRequest cannot load Example.rss. Origin chrome...

View Article


Retriving a rss feed with jfeed and curl?

I have been fighting with this for hours now I am trying to retrive a rss feed from maxhire: rsslink, parse the content and display it using jfeed. now i am aware of the ajax not allowing for cross...

View Article

Get the URL of RSS Feed Enclosure Tag

Developers!I'm having some trouble understanding the rss feed enclosure tag..Here you got the relevant code:$(document).ready(function(){ $('#btnHentRss').click(function(){ fyllNyheter(); });});...

View Article
Browsing all 19 articles
Browse latest View live




Latest Images