Really Simple Syndication (RSS) is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format.

learn more… | top users | synonyms

0
votes
2answers
26 views

Pull page content from master site in Wordpress

So I am working on some sites for a health practice, all in Wordpress. I have one parent hub site that contains all the information about all the treatments they offer on different pages. I also have ...
0
votes
1answer
64 views

How does this website work? [closed]

Link By the looks of it this website is just a feed of articles from other sites. How does it import the whole articles like this? and how is the site ranking at all with the lack on original ...
2
votes
2answers
27 views

Adding an RSS feed to a Facebook page

I want to add a client's blog feed to a Facebook page. Is there a way to do that without using a third party app?
1
vote
0answers
9 views

How to pull in photos from an RSS feed on another wordpress.com site [migrated]

I'm creating a "portal" (wordpress.org) site and I want to pull in some photos from a related wordpress.com blog site. There is a cartoon on each blog post and I want to display the latest one in my ...
-1
votes
0answers
14 views

Filter and distribute RSS feeds [closed]

Looking for the simplest way to aggregate multiple feeds with search criteria applied against them into a single place to be distributed via email and via some dashboard. For example, there are ...
1
vote
1answer
37 views

Convert RSS feed in one line

I need to use an RSS Feed in a Digital Signage application (Xibo). But to scroll the feed on right or left I need it to be presented on a single line or only the first line will be displayed. I've ...
-1
votes
0answers
12 views

Mailing list in addition to a blog? [closed]

I have a blog linked from my site which (blog) users can subscribe both through RSS and email notification. Does it make sense to make a mailing list too? Blog accomplishes the function of a mailing ...
0
votes
0answers
18 views

Forward RSS to mailing list, free service? [closed]

Are there any free services forwarding a blog (RSS/Atom) to a mailing list? (Technically, just an e-mail address.) I know rss2email but preferred a care free web service for it.
9
votes
2answers
126 views

Should I Include RSS Feed URLs in an XML Sitemap?

Simple question - Should I Include the RSS Feed URLs in my site's XML Sitemap? I am NOT asking whether I should USE an RSS Feed AS an XML sitemap, but rather, should I include the URLs to the ...
1
vote
2answers
51 views

Which of these url for Feeds for the Sitemap should I use?

Does it matter which of these I add to my Sitemaps file? http://example.com/?feed=rss http://example.com/?feed=rss2 http://example.com/?feed=rdf http://example.com/?feed=atom
1
vote
1answer
31 views

How can you tell how much BANDWIDTH RSS Feeds are taking up, overall?

I am considering pulling out RSS FEEDS from the default Outlook Mailbox configuration pushed to our users by Exchange. My two biggest reasons for doing this is that (1) I firmly believe that the ...
1
vote
1answer
114 views

How can I create a content widget generator? [closed]

Sites like Buzzfeed offer widgets (Javascript, PHP, WordPress, etc.) for syndicating their content on other sites. Does anyone have any ideas on how I could go about creating/implementing some kind of ...
13
votes
14answers
495 views

What are some good feeds/blogs/twitter accounts to follow if I want to learn more about web development?

Who are some of the big names out there (besides Jeff Atwood/@codinghorror, of course) that I should be following as a resource if I want to stay on top of what's new as well commentary on what ...
0
votes
1answer
40 views

remap an xml feed to the address of a wordpress rss feed

I used to have a blog based on Wordpress and moved to one based on Jekyll. I can create a new feed in Jekyll by building an atom page in XML with a bit of Liquid code, like this The trouble is, the ...
3
votes
3answers
121 views

how can I find out which websites are linking to mine?

How can I have a RSS of new sites that link to mine? I would like to know which sites are linking to us. Is there any way to do that?
0
votes
2answers
443 views

Generating RSS Feeds Automatically?

I am running a static PHP website for the past 3 months. It's not a CMS but just simple PHP files (no database) in to which I add content. I am struggling to manually create RSS feeds as it is very ...
1
vote
1answer
18 views

Specializing RSS content

May I please have some help in using an RSS feed. Here is a link to an RSS feed: http://weather.uk.msn.com/RSS.aspx?wealocations=wc:NZXX0049&weadegreetype=C&culture=en-GB This is the feed ...
1
vote
1answer
162 views

Selfoss says “no entries found”

I installed selfoss as instructed in the readme, set up the rss feeds, but I get "no entries found" when I open it. Anyone got this problem?
2
votes
0answers
114 views

RSS feed : wrong encoding?

I just migrated my website to a brand new server, and now i'm having a weird issue. Some characters on my RSS feed are not properly encoded, as you can see here : ...
3
votes
2answers
109 views

.htaccess Redirect 301 in Wordpress – From Post to Page

By default, Wordpress posts are added to RSS feed. For my website, I want to include Wordpress pages to RSS feed. I know that some plugins could help me. Instead, I try to use redirect 301 in ...
2
votes
1answer
51 views

RSS feed aggregator

There used to be things called planets that aggregate all RSS feeds on a given subject. How legit are these sites? Can they legally repost the RSS contents (as much or as little it is supplied by the ...
0
votes
0answers
10 views

Google crawled all our RSS links - how do I remove these from their index? [duplicate]

Possible Duplicate: How to Remove URLs from Google Search Engine We added a RSS link to our site for our content. Since then, our site visits have diminished. If a user is viewing the RSS ...
0
votes
0answers
10 views

What's the ideal setup for an news minisite for an app [closed]

I am mobile app developer, I would like my application to check for news about new updates of the app when the user opens it. I am unfamiliar on how I would check from a server if the news are ...
0
votes
0answers
110 views

Why blogger puts BR tags only when content served via RSS feed?

I have a problem with using my new blog RSS feed. I wrote a post (the first one) with some code examples formatted by SyntaxHighlighter. To paste a code sample I'm switching from WYSIWYG to HTML view ...
9
votes
4answers
687 views

Is RSS auto-discovery still a viable option in 2012?

I am preparing a website and noticed that although the source code contains RSS autodiscovery URL, i.e. something like <link rel="alternate" type="application/rss+xml" href="/rss.xml"> none ...
0
votes
2answers
100 views

What news aggregator with approval system can I use?

We have an automated news feed that publishes news articles on our website when we have been mentioned in the media, but before the articles are published we would like to approve (or reject) them. ...
0
votes
1answer
169 views

How to add rss feed to website [closed]

Actually, i want to add rss feed to my website which can be read by google reader. For this what all should i do? I use php to create my website and i am totally new to xml and rss. What should I do?
3
votes
1answer
638 views

Which feed does Magento's attribute “In Feed” refer to?

I have been researching Magento's RSS feeds and there is an attribute for new products called 'In Feed'. My understanding was that this determined whether or not the product was added to the RSS ...
0
votes
1answer
103 views

Why are most of the RSS feed icon orange?

In websites, most of the RSS feed icons are orange/red. For instance in Pro Webmasters also the RSS feed menu is orange i.e., in tag subscription. What's the reason for using like that? Is there any ...
0
votes
1answer
242 views

Does displaying rss feeds in different blogs help get indexed and increase page rank?

I have a number of blogs that I run. One of them is old and gets good traffic so what I did is that I have placed the rss of all of the blogs onto the sidebar of each. I was wondering if this is good ...
0
votes
1answer
43 views

Error while showing feeds in blogger

I am trying to show my feeds on a blogger blog. The feed url is this but blogger says invalid feed url. The url opens fine on my browser.Please help me out. Thanks.
3
votes
1answer
155 views

RSS aggregator with related headlines…like Google News

Does anybody know of a script that would allow me to aggregate RSS feeds (and possibly have users submit their own) while also identifying related/similar headlines much like Google News? I don't ...
1
vote
0answers
60 views

RSS Filter and Compile

Does anyone know of a good way to compile say 20 RSS feeds and generate top news stories out of it? The idea is that we want to have a section on our wordpress site that pulls in feeds from many ...
2
votes
2answers
58 views

updated posts in my RSS feed

Should I put in my RSS feed posts that I've updated or I'll just update it but don't put it my RSS feed? (considering RSS feed contains latest 10 posts).
2
votes
1answer
100 views

How to update an RSS Feed?

Let's say we have a similar RSS feed like here. Where should I be inserting the new content? And, should all the articles be listed in an RSS feed?
5
votes
1answer
215 views

RSS vs Sitemap for SEO

What are the differences of the two and how can they help in SEO? I'm creating a custom-scripted CMS and I'm thinking if should I either add RSS/Sitemap/Both?
3
votes
1answer
240 views

Feedburner - Multiple feeds in multiple languages

I run a website that available in Dutch and English. Each 'language version' has its own blog and related RSS feed. I want to publish these RSS feeds through Feedburner. Obviously I would like to have ...
4
votes
2answers
171 views

How to obtain a page's GUID in Composite C1 CMS?

Question is pretty simple, I think. How can I find out what the page GUID for a certain page in my Composite C1 website is? I need it for RSS reading from a Blog within the CMS.
0
votes
1answer
2k views

How to get an RSS feed (or equivalent) of photos from defined Facebook Page and User Profiles?

I'm looking for code or advice on how to get an RSS feed (or equivalent stream of data) of photos from one or more Facebook Pages and User Profile pages. Background: This is for a friend who wants ...
0
votes
3answers
143 views

RSS Publishing Tool

Are there any good tools for publishing and maintaining an RSS feed for my site? I want to have nice way to create a compliant feeds. Ideally I would be able to have multiple people maintain the feed ...
1
vote
1answer
788 views

Show wordpress posts on linkedin company page

I have a customer with a wordpress blog that wants to add their posts to their LinkedIn company page. Is it possible to add a wordpress feed like you can in user profiles? I saw that there was a ...
1
vote
1answer
204 views

If I cache an RSS feeds' html, but not the images, will this appear to be image hot-linking?

I have a simple RSS news application built using Javascript, that pulls in feeds through Google's feed API. Im doing a proof of concept and caching the feed using localStorage though due to storage ...
1
vote
2answers
477 views

Why does Google Reader only update our site's RSS feed once every 4-5 days?

We have a website with a RSS feed. When I use Google Reader to subscribe to the feed, it is only updated once in a while - something like every 4-5 days. In Google Reader the latest 2 or 3 posts ...
0
votes
2answers
123 views

Moving Feedburner to a new domain

I have a Wordpress blog (running Feedsmith plugin) that uses Feedburner for email and RSS subscribers. Currently this blog is located at http://www.myblog.com. I will be moving this Wordpress blog ...
2
votes
1answer
70 views

How to find all feed directories where a particular site has submitted his feed

I am looking for a list of working sites which accepts feeds, then I struck with an idea that I can find those places by following other sites of my niche which would have already submitted their ...
19
votes
12answers
5k views

Do people still use RSS feeds?

I've built a site where people can submit security vulnerabilities found on websites. I've got some requests (not many though) by people to implement an RSS feed of confirmed and published cases. ...
0
votes
2answers
31 views

Simple content managment

I need to setup a content management system for a school to manage news items and bulletins. These bulletins would have to be placed into a number of different categories (Sport, Academic, etc.). The ...
2
votes
1answer
113 views

utility to pull in the entries of an rss feed with a certain date range

I'd like to include a section on my daily blog post that could capture/aggregate my activity from twitter, github, etc on that day. Ideally this information could be displayed in a visually ...
2
votes
1answer
302 views

Self hosted Netvibes alternative

I am looking for a self-hosted alternative to part of the Netvibes functionality. It should act as feed reader, show my mail inbox, a list of bookmarks and maybe the weather forecast. I wish to move ...
8
votes
2answers
182 views

Migrating the source of a FeedBurner podcast feed from one WordPress to another

I'm using FeedBurner as the public-facing feed for the Ask Different Podcast. Recently Stack Exchange has set up a Blog Overflow blog for Ask Different, and I'd like to move the source of the ...

1 2