I need to display cross-domain feeds-rss (XML format)in my site, but i get a error because ajax cross-domain call are not allowed. I've been told about json-p...anyone knows how to use or have some good tutorial?
Thanks
I need to display cross-domain feeds-rss (XML format)in my site, but i get a error because ajax cross-domain call are not allowed. I've been told about json-p...anyone knows how to use or have some good tutorial?
Thanks
the simplest way is just to create an widget for wordpress or download some kind of like your requirement.
Because
json-p
load data inJSON
format if you want to get data fromJSON
format then the given link will help you :getJSON ajax
or you can access the rss feed with php like given example :
in this example i access latest 4 blog entries..
hope this will help you