Yahoo pipes as I said earlier has several modules(components) that you can use in a combination that best fits your idea .. however for a begginer.. I shall be using the Fetch-Feed Module , Sort Module and the Truncate module
Conceptualizing the pipe:-
This is like figuring out what you want from the pipe.. It would be rather irrelevant that you open the pipes-edit page and stare at the screen while you have no idea what you want.
My Pipe concept :- Display the result of the 3 blog fields in the latest post apprearing first and display only first 15 results
(A)Organising your concept :- This gives you a headstart in choosing the modules
- Give the post feed for the 3 blogs that I have chosen
- sort the result so that the latest post is seen first in order of the published date
- Show only top 15 results ( logically assuming that posts beyond the top 15 are all older posts)
(B)Building your First Yahoo Pipe :- By organising your concept.. you can very well say that you will be using the following module
Fetch Feed Module | Where you give the Feed URL |
Sort Module | Which arranges the result in ascending / descending order of published date |
Truncate Module | Stops the Feed module from retrieving more results after the top 15 |
(C)Creating your First Yahoo Pipe:-Browse through this post to get an idea as to how to use the various modules
- Go to Yahoo Pipes
- Sign In using your Yahoo Account
- Click on:- Create a Pipe
- Drag down the workspace where the modules are inserted
- Drag a Feed Module
- By default it allows you add one Rss feed.
- I shall be using 3 Rss feeds for test purpose ( 3 languages)
- To be able to add more than 1 Rss feed click on the ” + ” of the Feed module
- http://beta-templatetesting.blogspot.com/feeds/posts/default?alt=rss
http://epandit.blogspot.com/feeds/posts/default?alt=rss
http://tamilblogging.blogspot.com/feeds/posts/default?alt=rss - Click on the Title of the Feed module and see the results of the feed in the Debugger frame
- Drag a Sort Module
- Connect the output of the Feed Module to the Input of the sort Module
- After the module gets updated…
- Select item.pubdate and sort in descending order
- Click on the Title-bar of the Sort module to view the results in the debugger
- Connect the Output of the Sort Module to the input of the Truncate module
- Give the value as ” 15“
- Connect the Truncate module to the Pipe Output
(D)Executing your Pipe and get its Rss feed
- Run the Pipe…and see the results in the browser
- Further down the page.. you will be able to see as
- Right click -Properties – Copy the URL in a notepad …This is the RSS feed for this particular pipe
Using Yahoo Pipes in blogs
Your appreciation is my motivation