Page no: F31
Table of contents
We checked all of our rss and realized that many of them gives us only excerpt (the beginning) of the post. But we need to use the whole content and cut it where we want. So we found another problem.
Explanation |
Videos and Pics |
ImplementationWe made a simple rss grabber, which when you give him the rss with the excerpt, it turns it into the full content. You can see on screenshots below. The technology behind this is not so simple, but it works smoothly. Input: Link from RSS.
Output : The only difference is that we are showing the full content. |
|
Grabber How toAfter the check of all the feeds, we make a list with the feeds, which are needed to be changed with the new link, using the RssGrabber. Feed in WordPress First we open the needed feed via WordPress. The feed link is located into Links -> All links -> Edit link of the blog |
RSS Address Link |
2) The content of the old RSS. As we see it is only 100-150 words content. |
Old RSS |
How to call RSS Grabber3) So we need to change the RSS link using our new Tool. It is simple correction. We only need to add “http://economicblogs.org/rss/get.php?url=” before the real link and the problem is solved.
|
New RSS with Full Content |
Advanced Filters | Original project: FeedWP Advanced Filters, as of 2013, latest version
|
Custom configuration: Correcting feeds with RssGrabberSome time the Grabber can’t recognize from where to where is the real content. Some times it consider that both main and sidebar columns are our content. In this case we have to make manually a rules which content to get. For that purpose we use xPath language. All custom rules are stored on the server in txt format with name of the blog. The content is the rule which we “tell” the grabber to follow. What is our content exactly. And what to skip. |
FileZilla Path to RSS |
For example this is the custom rule for businessinsider
|
Custom Rule for Businessinsider
|
2nd Example for RSS Grabber:
Example Post: Grab Instructions: strip: //div[contains(@class, “prebid-helper”)] Types of strips:
|
What is stripped: Full HTML: |
Default configuration
|
Default Configuration |
|
|
Text Modifications in the GrabberLSE Strip Author out of Text |
|
Strip Authors from Zerohedge RSS |
|
List of blogs, which needed correction
|
All of these configurations are fixed now. |
See more for