Monday, May 01, 2006

how to syndicate this information onto your web site

If you would like these daily calendar posts to show up on YOUR web site, and you know a little HTML or at least how to cut and paste code, here's how you do it:

The Site feed is http://jaguarnights.blogspot.com/atom.xml. If you already know what to do with that, go for it.

If you don't, here's some cut and paste code, courtesy of http://jade.mcli.dist.maricopa.edu/feed

Feed script (will show one day):
<!--Insert this script into the BODY of your web page where you want the feed to appear. This script will show ONLY the most recent day's information.-->
<h3>Today's Date in the Mayan Calendar:</h3>
<script language="JavaScript" src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fjaguarnights.blogspot.com%2Fatom.xml&chan=title&num=1&date=y&tz==feed&targ=y&html=a" type="text/javascript"></script>
<noscript>
<a href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fjaguarnights.blogspot.com%2Fatom.xml&chan=title&num=1&date=y&tz==feed&targ=y&html=y">View RSS feed</a>
</noscript>
<!--End Script-->



Show the last five days:
<!--Insert this script into the BODY of your web page where you want the feed to appear. This script will show the last FIVE days' information.-->
<h3>Today's Date in the Mayan Calendar:</h3>
<script language="JavaScript" src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fjaguarnights.blogspot.com%2Fatom.xml&num=5&date=y&tz==feed&targ=y&html=a" type="text/javascript"></script>

<noscript>
<a href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fjaguarnights.blogspot.com%2Fatom.xml&num=5&date=y&tz==feed&targ=y&html=y">View RSS feed</a>
</noscript>
<!--End Script-->

No comments: