DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:webalbum

webalbum plugin

Compatible with DokuWiki

2008-05-05

plugin Embed Flickr or Picasa pictures following a folksonomy (tags)

Last updated on
2008-10-15
Provides
Syntax

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.

Tagged with !obsolete, embed, gallery, images, media, picasa, tags

Download and Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

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: 2021-08-28 01:00 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki