What recent articles have been found using the WordPress blog using JavaScript? I need to show some content from the blog on the static page in an easy way, so I think JavaScript would be fine for this.
If you are in a different domain, you can not do it with pure JavaScript You will need to use server side proxy (for example, PHP proxy - a file that takes URL, will request and return data). After you have the data, simply use the ability to parse and extract XML files to your HTML.
Comments
Post a Comment