====== photowidget Plugin ====== ---- plugin ---- description: Allow display a Gallery3, Flicker, Picasa Photo Widget in a wiki page. author : Jonathan Tsai email : type : Syntax lastupdate : 2012-09-11 compatible : 2012-01-25 "Angua", 2012-10-13 "Adora Belle", 2013-03-06 "Weatherwax", 2013-12-08 "Binky" depends : conflicts : similar : gallery tags : gallery, gallery3, flicker, picasa downloadurl: https://svn.ichiayi.com/opensvn/opentrysoft/dokuwiki/plugin/photowidget.zip bugtracker : sourcerepo : https://svn.ichiayi.com/opensvn/opentrysoft/dokuwiki/plugin/photowidget/ donationurl: ---- * Inspired from [[http://www.roytanck.com/2009/04/09/introducing-photo-widget-floating-thumbnails-for-your-website/|roytanck.com]] and [[http://codex.gallery2.org/Gallery3:Modules:photowidget|Gallery3:Modules:photowidget]] ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Examples/Usage ===== See the plugin in action [[http://www.ichiayi.com/wiki/opensource/dokuwiki/plugin/photowidget/demo|here]]. The sample page shows all the styles available with the plugin. * A simple syntax: * Display album name syntax: write the album name here === Change Log === * **2012-04-13** * Initial release * **2012-04-14** * Add Album Name Function : Get Album Name * **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é --- [[user>tryweb|tryweb]] //2012/09/11 05:14//