We're sorry, but this discussion has just been closed to further replies.
I would like to get just a RSS URL address from my Ning website so I could give to other sites as a feed and let them receive my updates.
Any idea how can I do that?
Thanks
Flavio
www.GreenITers.com
Just look for the little orange "rss" icon on the bottom of your "latest activity" widget, and that will link you to the URL for your RSS feed.
Flavio said:I would like to get just a RSS URL address from my Ning website so I could give to other sites as a feed and let them receive my updates.
Any idea how can I do that?
Thanks
Flavio
www.GreenITers.com
Yeah, this worked for me also, and then I started playing with the code and realized it doesn't have to do with it being Google Ajax. It seems like the key here is a set of tags before and surrounding your script tags so that the script tags don't get stripped out when you save your page. Using this code worked for me: [note that I added some spaces to the tags so they will appear here] Oddly, without the span tags, it doesn't work- the script will get stripped out.
< span>< /span>< !-- Script container-->
< script language="JavaScript" src= "http://feed2js.org//feed2js.php?src=[insert your feed URL here]&num=20&targ=y&html=a"
type="text/javascript">
< /script>< !-- ++End Script container++ -->
© 2010 Created by Ning Developer Admin