DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:photowidget

photowidget Plugin

Compatible with DokuWiki

2012-01-25 "Angua", 2012-10-13 "Adora Belle", 2013-03-06 "Weatherwax", 2013-12-08 "Binky"

plugin Allow display a Gallery3, Flicker, Picasa Photo Widget in a wiki page.

Last updated on
2012-09-11
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to gallery

Tagged with flicker, gallery, gallery3, picasa

Installation

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

Examples/Usage

See the plugin in action here. The sample page shows all the styles available with the plugin.

  • A simple syntax:
    <photowidget feed="copy paste gallery3/flickr/picasa rss url here" width="300" height="300"></photowidget>
  • Display album name syntax:
    <photowidget feed="copy paste gallery3/flickr/picasa rss url here" width="300" height="300">write the album name here</photowidget>

Change Log

  • 2012-04-13
    • Initial release
  • 2012-04-14
    • Add Album Name Function : Get <photowidget feed='xx'>Album Name</photowidget>
  • 2012-09-11
    • Bug Fix for Debian, Thanks for Andre

Known Bugs and Issues

ToDo/Wish List

FAQ

Discussion

Thanks for your plugin, it's very nice

I tested it on Debian Wheezy and got an error due to the function import_request_variables

PHP_Error call to undefined function import_request_variables

With replacing the line 10 of photowidget.php by this it worked well :

extract($_GET, EXTR_PREFIX_ALL, 'p'); extract($_POST, EXTR_PREFIX_ALL, 'p');

Hope this help for Wheezy

André

The bug is fixed in Version 2012-09-11, Thanks André — tryweb 2012/09/11 05:14
plugin/photowidget.txt · Last modified: 2018-06-05 22:05 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