If you want to use PicsEngine in a webpage you create, here is an easy way to do this.
First of all, install PicsEngine and make sure it works! We suppose that your gallery is installed at: http://www.yourwebsite.com/picsengine/.
Edit the HTML code of your page where you want to include PicsEngine. Insert this code :
<script src="http://www.yourwebsite.com/picsengine/admin/?public&action=gallery" type="text/javascript" charset="utf-8"></script>
Don't forget to replace the url by your own website.
With PicsEngine 3.5, you can pass other arguments.
- width : width of the gallery in pixel
- height : height of the gallery in pixel
- album : id of the album to load
- photo : id of the photo to load
Example :
<script src="http://www.yourwebsite.com/picsengine/admin/?public&action=gallery&width=600&height=450&album=462&photo=1618" type="text/javascript" charset="utf-8"></script>