Jalbum tutorials

Integrate a Jalbum with your website or blog

If you published a Jalbum we present two options of inserting it into your website or blog.

Psst! Don't forget to add the Jalbum Blog Badge to your blog.

  • Insert an iframed Jalbum in your website

    To manage this you need to modify the HTML code of your website.

    Find a nice place for your Jalbum to be displayed. Insert this code

    <iframe src="your_username.jalbum.net/album/index.html" width="800" height="800"></iframe>

    Modify the src="" attribute to fit the link to your Jalbum. Have fun.

  • Insert a Jalbum in a Wordpress blog

    Anders at Popcore has written an excellent tutorial on how to do this.

    Create a new textfile, and insert the following text in it:

    <?php /* Template Name: photoalbum */ ?>
    <?php get_header(); ?>
    <center>
    <object data="http://your_username.jalbum.net/album/index.html" width="600" height="2500" id="gallery" name="gallery">
    Your browser could not include this object </object>
    </center>
    <?php get_footer(); ?>

    You have to put in the correct URL for your Jalbum files instead of jalbum.url. Save this file as photoalbum.php in your wordpress theme folder.

    Read the complete tutorial here.