I have made one widget for my site ultragreek.com
Now anyone can take that code and place it to his blog forum site etc and provide auto news from my rss
Code:
<script type="text/javascript" src="http://www.netvibes.com/js/UWA/load.js.php?env=BlogWidget2"></script>
<script type="text/javascript">
var BW = new UWA.BlogWidget({moduleUrl:'http://www.netvibes.com/modules/feedReader/feedReader.php?feedUrl=http%3A%2F%2Fwww.ultragreek.com%2Fforums%2Fexternal.php%3Ftype%3DRSS2%26forumids%3D56'});
BW.setConfiguration({'title':'UltraGreek Forum - ΕΛΛΑΔΑ', 'height':233});
</script>
The code is from my site's rss feed , but I made it throuth netvibes
Is there any way to create a publish widget like mod throuth vbulletin???