Displays a right-floated flickr slideshow box. You need to know the used set's id (flickr groups pictures in sets), which you can see in the set's url. (I just took the code generated by flickr if you click the "share" button and made it dynamic).
{FLICKRSLIDE(profile=Nicolamr,set_id=72157621906377725)}{FLICKRSLIDE}
<?php function wikiplugin_flickrslide($data, $params) { extract($params, EXTR_SKIP); if (!$width) $width = '400'; if (!$height) $height = '300'; if (!$float) $float = 'right'; if (!$profile) return 'No profile indicated'; if (!$set_id) return 'No set selected'; $url = '%2Fphotos%2F' . $profile . '%2Fsets%2F' . $set_id . '%2F'; return '<object width="' . $width . '" height="' . $height . '" style="float: ' . $float . '"> <param name="flashvars" value="offsite=true&lang=it-it&page_show_url=' . $url . 'show/&page_show_back_url=' . $url . '&set_id=' . $set_id . '&jump_to="></param> <param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param> <param name="allowFullScreen" value="true"></param> <embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&lang=it-it&page_show_url=' . $url . 'show%2F&page_show_back_url=' . $url . '&set_id=' . $set_id . '&jump_to=" width="' . $width . '" height="' . $height . '"></embed> </object>'; } ?>
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |