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
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
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.