plugin:webalbum
Table of Contents
webalbum plugin
Compatible with DokuWiki
2008-05-05
This extension is marked as obsoleted. Therefore it is hidden in the Extension Manager and the extension listing. Furthermore, it is candidate for removal.
The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
- Official web page : http://rainbow.i3s.unice.fr/~mosser/doku/dokuplugin:webalbum
- Google API Dokumentation http://googledataapis.blogspot.com/2007/07/picasa-web-albums-adds-new-api-features.html for changing webalbum's picasa.php
Usage & Example
- The syntax is quite simple :
{{album>website:tagname}}
- To retrieve all pictures from Flickr using tag issgc08
- Example : ISSGC'08 pictures
{{album>flickr:issgc08}}
- Fetch all pictures from picasa using nuiinfologo tag :
{{album>picasa:nuitinfologo}}
- Example : CS Night logo
- To retrieve picture from flick and Picasa, use all as website key.
Feedback
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.
Bugs
- When I click on a thumbnail, I have a 404 error page. This plugin seems to be very interesting but with that bug I can't use it for my site. How can I solve it ?
- I try to solve the problem by myself and I discover that if I press enter in the bar address of the 404 error page, the image is coorectly shown.
- I tried to download this plugin today, but the link appears to be broken. Is this plugin still available somewhere? – webmaster@ebac-bonn.de
plugin/webalbum.txt · Last modified: by Klap-in