feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading in process - please be patient.

Please consider signing the Google Gmail Automatic BCC Option Petition
and spread the word. Thanks!

I need more signatures - at least, help me reach the 100 for starters! :-)
[click box to close]

Thanks to Tim I found a nice wordpress plugin called FAlbum which helps you including your Flickr photos in your wordpress project:

Note that it might take some customization. My sidebar was thrown to the bottom when I first installed it. Help can be found here. Although these instructions refer to a special theme, it helped me out a lot.

The post ends here. Wanna leave a response? Have Your Say!
BTW: This post has comments.

Next post: No eMail-address provided in comment
Previous post: Thunderbird Extension: Folderpane Tools

Trackback URI | Comments RSS | Permalink

del.icio.us del.icio.us eMail this post eMail Print Print
Did you like this post? NoYes
No votes yet, be the first!
Loading ... Loading ...

Comments

  1. This is
     Comment 
    #1
     Murad
    2007-01-09 @ 20:31:24 +0100 (CET) | Reply | Quote | Permalink

    how did you fix the side bar for mistylook with falbum? please email

  2. This is
     Comment 
    #2
     Marco
    2007-01-09 @ 21:25:47 +0100 (CET) | Reply | Quote | Permalink

    Hmmm, I’m afraid I have forgotten… :’-(

    This is what my ‘falbum.php’ looks like:

    <?php
    /*
    Template Name: FAlbum
    */
    ?>
    
    <?php get_header();?>
    <div id="content">
    <div id="content-main">
    
    <script type="text/javascript" xsrc="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/falbum.js"></script>
    <script type="text/javascript" xsrc="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/overlib.js"></script>
    <?php if ($falbum->can_edit) { ?><script type="text/javascript" xsrc="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/falbum/res/prototype.js"></script><?php } ?>
    
    <!--
    <?php /* Remove or comment out the below line after to finding the Photos page page_id */
    if ($page_id == null) { echo '<h2>page_id = '.$post->ID.'</h2>'; }
    ?>
    //-->
    
    <div class="primary">
    <?php $falbum->show_photos(); ?>
    </div>
    
    </div><!-- end id:content-main -->
    <?php get_sidebar();?>
    <?php get_footer();?>
    

    Then I took this template for my ‘Photos’ site. I guess that was it…

    Tell me if you still have any trouble after making the changes.

  3. This is
     Comment 
    #3
     Dendi Reza
    2007-05-01 @ 13:14:38 +0200 (CEST) | Reply | Quote | Permalink

    Any idea how to include falbum thumb in sidebar. please email me.

  4. This is
     Comment 
    #4
     Marco
    2007-05-01 @ 14:02:57 +0200 (CEST) | Reply | Quote | Permalink

    @Dendi:
    Please refer to the FAlbum functions and variables which can be found on the FAlbum Wiki. You may want to use the show_random() or show_recent() function. Just call that function in the sidebar template. Some further CSS or template editing may be necessary.

  5. This is
     Comment 
    #5
     Dendi Reza
    2007-05-02 @ 18:50:31 +0200 (CEST) | Reply | Quote | Permalink

    thanks mate.. I found it here: http://www.randombyte.net/wiki....._variables

  6. This is
     Comment 
    #6
     Marco
    2007-05-02 @ 19:06:07 +0200 (CEST) | Reply | Quote | Permalink

    @Dendi:
    No prob… have fun with your new blog! :-)


Have Your Say!

back to top