Forum Moderators: open
I'm not looking to reinvent the wheel so I am looking around for a javascript file that will process my feed and output it as html. I would like to allow other sites to post my news data just by plugging in my javascript file.
ie. (similar to Google adsense)
<script type="text/javascript">
<!--
news_width = 468;
font_size = 12;
//-->
</script>
<script type="text/javascript" src="http://www.example.com/js/show_feed.js">
</script>
Before I start struggling through my own code I'd like to see if there are any similar solutions out there. Please let me know! Thanks.
[bytescout.com...]
Not sure how well it works though.
Marshall