Quote Originally Posted by jayceeuk View Post
I am using v15 but cannot load the Xara Slideshow Widget.
Using the URL in Acorn's #7 post, I can view existing slideshows and create new slideshows but cannot export them to Xara Web Designer Premium 15.
Any advice would be appreciated.
Insert > From Content Catalogue > Components: Slideshow --> Import Xara Slideshow Widget.

Log in & Load one of your slideshows. finally, click the Insert button.
You will then have a Placeholder with a Preview and selecting Edit (Widget) takes you back to the slideshow edit page.

The Placeholder head is:
</script><script type="text/javascript" src="https://widgets.xara-online.com/slider/js/mxslider.js"></script>
The Placeholder body is:
<div class="mxSlider" style="width:100%;height:100%;" data-slideshowid="***********************" data-r="*********************"></div>

Why the head starts with a spurious terminate style Tag has eluded me; the slideshow still works when it is deleted.
Equally, the data-r parameter may only to keep the slideshow editor state between edits.

Acorn