Site content: Add boagworld.com to your site

A number of readers of boagworld.com said they would be interested in adding boagworld.com posts to their own site. Not only will I show you how to do it for boagworld.com but for any web feed without the need to program!

The estimated time to read this article is 2 minutes
Posted on: Wednesday, October 12, 2005

Feed Digest. You enter your web feed, setup some formatting option and your done.

How easy is that!

Boagworld.com code

To add the boagworld.com feed to your website just copy and paste the code below:

<script type="text/javascript" src="http://app.feeddigest.com/digest3/1HOAOHQZC1.js"><noscript>
<a href="http://app.feeddigest.com/digest3/1HOAOHQZC1.html">
Click for &quot;Boagworld.com Articles&quot;.</a> By <a href="http://www.feeddigest.com/">Feed Digest</a></noscript></script>

Or if you prefer to use PHP instead of Javascript simple use this code instead:

<?php
include ("http://app.feeddigest.com/digest3/1HOAOHQZC1.html");
?>

I have stripped out all of the formatting to make it as easy to style in CSS as possible. That way you can make the stories look anyway you want. Here is an example of how the code looks:

<div id="boagworld">
<div class="bwItem">
<a href="urlgoeshere.html">Title goes here</a>
<p class="bwDate">(10/10/05)</p>
<ifdescription><p class="bwDescription">Description goes here...</p></ifdescription>
</div>
</div>

If you decide to use these stories, please let me know. I would love to know who is making use of my content.

In the trade these are known as calls to action. Feel free to take your pick!