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:
- edit the block you want the feed shown into
- go to the "body" entry
- click on
- enter the previously copied code into an eaKeep class div, as shown below:
<div class="eaKeep">
<... Feed Source code ...>
</div>