Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: How can I embed the amazing slideshow to my blog?
A: You can use Visual Slideshow as standard javascript files.
Please see how should you install VisualSlideshow on your own page:
1) Create your slideshow using VisualSlideshow.
2) Publish it on a local drive in any test folder:
- open Gallery->Properties->Publish or click 'Publish' button on the main menu panel;
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
3) Open index.html file from the saved folder in any text editor (Notepad for example)
or you can:
- open index.html page in any browser
- right click on the page
- select view source of the page.
You'll find 'engine' and 'data' folders in this saved folder also.
4) Copy code for the HEAD section and paste it inside the HEAD/BODY section of you own webpage, for example:
<head>
...
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlb{display:none}</style>
<script type="text/javascript" src="engine/js/mootools.js"></script>
<script type="text/javascript" src="engine/js/visualslideshow.js"></script>
<!-- End VisualSlideShow.com HEAD section -->
...
</head>
5) Copy code for the BODY section and paste it inside the Body section of you own web page in the
place where you want to have a gallery, for example:
<body>
...
<!-- Start VisualSlideShow.com BODY section -->
...
<!-- End VisualSlideShow.com BODY section -->
...
</body>
6) You should copy 'data' folder with images and thumbnails and 'engine' folder with .css and .js files
into the same folder with your own webpage.
Notice, that if you want to install galleries in Blogger posts and other pages which are
not on your FTP server/domain name and there is no opportunity to upload .js files and images
you should upload 'engine' and 'data' folders on your
server and use absolute paths for all Visual Slideshow files, for example:
<!-- Start VisualSlideShow.com HEAD section -->
<link rel="stylesheet" type="text/css" href="http://yourdomain.com/engine/css/slideshow.css" media="screen" />
<style type="text/css">.slideshow a#vlb{display:none}</style>
<script type="text/javascript" src="http://yourdomain.com/engine/js/mootools.js"></script>
<script type="text/javascript" src="http://yourdomain.com/engine/js/visualslideshow.js"></script>
<!-- End VisualSlideShow.com HEAD section -->
Try this.
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.