RSS Feed

feed-rss.png
The procedure is very simple
  • Go to the Google site that allows the creation: Google AJAX Feed API
  • In "Feed Expression" enter the keyword or the name of the site with the desired feed
  • Click on "Preview"
  • Click on "Generate Code"
  • Copy the generated code on the following field
Switch to your EditArea site, and then:

  1. edit the block you want the feed shown into
  2. go to the "body" entry 
  3. click on
  4. enter the previously copied code into an eaKeep class div, as shown below:

<div class="eaKeep">
    <... Feed Source code ...>
</div>

Example


Loading...