Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorDaveDorn
    • CommentTimeJul 26th 2007
     
    Does any one know how to integrate one plogger gallery into multiple websites?
    What is a simple way to get the gallery into a page with a different domain?
    I do not want to install plogger on every site, Just share a common gallery.
    any suggestions?
    Dave
    •  
      CommentAuthormike
    • CommentTimeJul 26th 2007
     
    Just use an iFrame.

    If you know the path to your gallery, you can embed it onto any webpage.

    <iframe src="http://yourdomain.com/plogger" width="800" height="800" frameborder="0" />


    Adjust the height and width as needed.
    • CommentAuthorjammindice
    • CommentTimeJul 27th 2007
     
    Use virtual directories and link to it the same way on each domain.

    If using IIS setup a virtual directory underneath each domain pointing to the location of the gallery

    if using Linux/Unix us "ln" to link the folder into each domain you want (just like above)

    then you can use it like it was part of that domain... iframes are nice... but they break your site pretty easily... if you have all your sites on one server i would use virtual directories
    • CommentAuthortorwald
    • CommentTimeAug 2nd 2007
     
    can i use an Iframe to show just the last uploaded pictures on an other page?
  1.  
    you could use an iframe to show any set of albums/pictures/etc... but you would have to write something to get the last uploaded pictures and specify a time period or get the last 20 uploaded or something like that... you could just add a page to a theme and go from there.