I have just pushed code update to RNS. From user perspective there is one significant change. HTML code snippet to embed routes in other webpages has changed.
Usage did not changed, just go to page for particular route, there is HTML code snippet to copy and paste it to Your webpage.
So what have changed?
First - widget is generated with IFRAME tag only (previous version was generated with JavaScript and IFRAME) so it will be rendered much faster since when processing page browser does not need wait for JavaScript to download and run from RNS server. Browser can advance and render page and iframe will be displayed when all data will be downloaded.
Second - footer for widget now contains link to RNS site as earlier and link to page with embedded route.
Old widgets - You don’t have to change code
Old HTML code (based on JS) will still work, so if You have some embedded routes You don’t need to take any actions (unless You want to speed up rendering - then replace HTML code snippet).