pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

RSS feed #262

Open bleekk opened 7 years ago

bleekk commented 7 years ago

Hi,

RSS feed is not working for me. I tested it with following url http://mcsinn.tumblr.com/rss Do I need to pay attention to something? Do need a key or a account on yahoo? Thank you

HartLarsson commented 7 years ago

How you configured the script? Is the RSS standard? You receive some error in console? You don't need any account

maylme commented 7 years ago

I can't manage to make it work either. I tested with http://teslapodcast.libsyn.com/rss (from the example) or http://www.journaldunet.com/rss/ and also on a local rss.xml file I've made for testing.

On console, GET https://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=2&q=http%3A%2F%2Fteslapodcast.libsyn.com%2Frss&callback=jQuery21407783637493221226_1503320584029&_=1503320584030 works fine with response 200. The response is : /* callback */jQuery21407783637493221226_1503320584029({"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403})

In the console I have the error : jquery.socialfeed.js:730:25 : TypeError: json.responseData is null

I'm new with RSS feed so maybe I have missed something. But it seems that the google API isn't working anymore (see "responseDetails" ) . Have you think for a work-arround?

I tested with Twitter feed, it's working good.

HartLarsson commented 7 years ago

the latest version of the script not use google api anymore but use the working yahooapis.com Please update your scripts

maylme commented 7 years ago

By downloading your fork, it's working. But could you update the version then ? It's more convenient with bower ... (still in 0.1.2 from 2015)

Thank you

HartLarsson commented 7 years ago

well my fork differ from the official only on the rendering engine. I collect all feeds and order by date in one stream before rendering the output, so all socials are mixed up :)