Embed Flickr or Picasa pictures following a folksonomy (tags)
Compatible with DokuWiki
2008-05-05
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
{{album>website:tagname}}
{{album>flickr:issgc08}}
{{album>picasa:nuitinfologo}}
I found a better way to embed your Picasa webalbum to your wiki use the iframe plugin together with this script http://www.bostonironsidesrfc.org/pwa.js and you are far better of it looks really nice. (http://www.bostonironsidesrfc.org/gallery.php). Just make a website picasa.html like this<html> <head> </head> <body> <div class="pwimages"> <style class="pwimages"> .pwimages{border:0px none; padding: 0px;} } </style> <script type="text/javascript">username = 'YourPicasaName'; photosize='800'; columns='4';</script> <script type="text/javascript" src="http://yourside.com/pwa.js"></script> </div> </body> </html>and embed this page.