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 support #193

Closed MaluNoPeleke closed 8 years ago

MaluNoPeleke commented 8 years ago

Is it possible to add a RSS feed support as an "account"?

HartLarsson commented 8 years ago

RSS is already supported, what you mean with "as an account"?

    rss:{
        urls: ['http://teslapodcast.libsyn.com/rss'], //Array: Specifiy a list of rss feed from which to pull posts
        limit: 2                                      //Integer: max number of posts to load for each url
    }

RSS feed are based o public URLs. If you want a better RSS implementation (not only Text) i've added in my fork a more complex RSS part. Feel free to take a look. I actually use to grab RSS feed from blogspot, wordperss and other feeds with text and Images.

MaluNoPeleke commented 8 years ago

Thanks, I haven't seen that. Sorry for the opened issue.