How to syndicate P&P's RSS headlines

This page contains examples of how to syndicate P&P's RSS headline feed. Feel free to cut and paste the html into your group's web page. If you do use it it'd be great to hear from you! Our email is web at peopleandplanet full stop org.



Our P&P Group's page

All sorts of stuff about our P&P group, etc...

This section is a mock up of a page with headlines on the left.

Cut and paste the following into your html, just after the <body> tag to achieve this effect:

<iframe src="http://peopleandplanet.org/rss/headlines_mini.xml" 
style="border:none;height:30em;width:20em;margin:0 1em;
float:left">
  <a href="http://peopleandplanet.org/rss/headlines_mini.xml">
  P&amp;P news feed</a>
</iframe>

Our P&P Group's page

All sorts of stuff about our P&P group, etc...

This section is a mock up of a page with headlines on the right.

Cut and paste the following into your html, just after the <body> tag to achieve this effect:

<iframe src="http://peopleandplanet.org/rss/headlines_mini.xml" 
style="border:none;height:30em;width:20em;margin:0 1em;
float:right">
  <a href="http://peopleandplanet.org/rss/headlines_mini.xml">
  P&amp;P news feed</a>
</iframe>

Valid XHTML 1.0 Transitional   Valid CSS!   WAI-AAA conformant