Hello,
I have a RSS feed generated by my server ( for example : http://www.seek-team.com/en/teams/counter-strike-source/feed/ )
and I want the feed (only the title of the feed + article + links of course ;)) to be displayed on other website (other domains) as a widget like facebook like box or similar (i took facebook for example because it's very easy to set-up (copy, paste, that's all).
For a similar problem, i used JSON-P , but it's too difficult for the user to understand the jquery function to decode and display JSON-P than using a simple javascript inclusion.
What would you recommand ? Where would you start ?
Do you have any "how-to" to achieve this project with only one contraint : it must be installed via a javascript to avoid complexity
Thanks.