Add boagworld.com to your site
Published on: October 12, 2005 by Paul Boag
A number of readers of boagworld.com have 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!
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 "Boagworld.com Articles".</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.






Comments
Comments are for the discussion of this post. If you have other questions / comments then post them to the forum or send me an email
Post by Bob on October 13, 2005 9:38 PM
Post by Anton on April 4, 2006 12:24 PM