|
Remote Access
In addition to loading RSS feeds from the Feeds list, FeedMe also allows a feed to be loaded dynamically via JavaScript in compatible browsers. You can do this in response to a click on an HTML link, or any other script event.To use this option, create the following script in the web page containing FeedMe: <script language="JavaScript" type="text/javascript">If you changed the name 'FeedMe' in your HTML code, change the instances in the script code above so they match the new name you chose.
You can now pass the URL of an RSS feed into this function and FeedMe will load it.
|