Pixagogo Tools
Welcome to the Pixagogo Tools section. Here you can find in-house developed extras as well as
third party applications.
ScreenSaver
A Windows Screen Saver for your favorite Pixagogo albums.
Pixagogo Publisher
Publish your photos in your own webiste with the Pixagogo Publisher.
Use this javascript code and put it in your own website.
Don't forget to set the ALBUM_ID setting.
<script language="javascript"
src="http://www.pixagogo.com/scripts/htcodebehind.js"></script>
<script language="javascript"
src="http://www.pixagogo.com/scripts/htpublisher.js"></script>
<script language="javascript"
src="http://www.pixagogo.com/tools/publisher.aspx?album=[ALBUM_ID]"></script>
Pixagogo Photo Sticker
Publish your photos in your own website with the photo sticker.
Use this HTML code and put it in your own website.
Don't forget to set the folowing settings:
- [ALBUM_ID]: the album ID
- [COLOR]: the border color
- [ROWS]: the number of rows (also set the height of your frame)
- [COLUMNS]: the number of columns (also set the width of your frame)
- [WIDTH]: the width of the frame, depending on the number of columns sepcified.
Use this formula: 37 x [COLUMNS] + 1
- [HEIGHT]: the height of the frame, depending on the number of rows specified
Use this formula: 37 x [ROWS] + 29
<iframe scrolling=no frameborder=0 width="[WIDTH]" height="[HEIGHT]"
src="http://www.pixagogo.com/tools/PhotoWall.aspx?
pin=[ALBUM_ID]&color=[COLOR]&rows=[ROWS]&columns=[COLUMNS]">
</iframe>
|