MindTouch Deki Wiki, the software that powers www.Wik.is isn't just an easy to use wiki. It's also a powerful mashup framework. You can combine many different applications, widgets or data stores to create, and share, useful new applications. Deki Wiki is also a powerful platform that you can build new applications on using its robust API.
"Flickr loves you". Well, we love Flickr back.
The Flickr extension makes it easy to embed dynamic slideshows with images from Flickr.
With just a bit of text, it's possible to insert interactive slidehows that dynamically fetched pictures from Flickr based on tags. For example, the slidehow below was created by inserting the following text:
{{ flickr.slideshow("kitten") }}
Sometimes, a slideshow is too much and instead, just having an animated badge is enough. This accomplished very easily as well with the following text:
{{ flickr.badge("mindtouch") }}
Learn more about the Flickr extensions.
You can also create slideshows or badges of a particular user, group, or user and/or group based on tags. To just show a Flickr slideshow of a particular user's photos you would do this:
{{ flickr.slideshow{uri:"http://www.flickr.com/photos/roebot/"} }} Similarly if you wanted only photos of a given tag from a particular user's Flickr account you would do this:
{{ flickr.slideshow{ uri: "http://www.flickr.com/photos/roebot/", tags: "MindTouch" } }}