Photos Plugins
Picnik is a free service that allows for users to edit photos online, much like you would using popular photo editing tools like Photoshop. The Picnik plugin for Movable Type provides a seamless integration with this service and allows you...
This plugin lets blog authors edit photos. Blog authors access the Photo editor via Movable Type's Asset Management screen. A fuller description of the plugin can be found at the plugin homepage....
This plugin lets blog authors edit photos. Blog authors access the Photo editor via Movable Type's Asset Management screen. A fuller description of the plugin can be found at the plugin homepage....
This plugins brings the Zemanta experience to your favorite dashboard. Zemanta understands what you are blogging about and suggest pictures, links, articles and tags, assisting you to make your posts more vibrant....
Magnify Publisher is the first native blog application that enables bloggers to search for video, text, and images, using key words and tags, and also embed the desired content directly into a post without ever leaving the Movable Type dashboard....
Recent Images lets you extract images from your posts. Version 2.01 has support for MT 3.3x. Version 2.0 is context aware, so the plugin will detect when it is in an MTEntries or MTCategories loop and limit its search appropriately....
Better File Uploader is a plugin that replaces and improves upon the Movable Type file upload tool. Multiple file uploading and 1-click uploading put a focus on speed and efficiency Resize on Upload keeps all images sized appropriately Watermarking ensures...
FlickPhotos gives you a number of options for displaying your Flickr pictures on your site and much more....
Photo Gallery is the premiere Photo Gallery plugin for Movable Type. In conjunction with Stop Design this plugin allows you to easily install and take advantage of Stop Design's reknown photo gallery templates. In one simple step users can create...
Enables one-click publishing of an image-embeded entry. Also in Firefox/Mozilla, you can use right-click context menu....
Display image EXIF data along with image on weblog page. Especially useful with digital camera pictures, which often store a lot of EXIF data (time stamp, f/stop, shutter speed, ISO setting, white balance, etc.) inside each picture. <ul> <MTImageInfo img="[MTBlogSitePath]/images/BrokenWindow.jpg"...
Simplifies creation of graphical links from MT to Gallery through use of MTGalleryLink tag. Also defines MTGalleryLinkRandom tag that supports insertion of links to random Gallery images in your templates. <MTGalleryLink photo="2004-01-11-a-itaipava/20040111_018_1685"/> <MTGalleryLinkRandom/>...
MTRecentImages is a plugin for Movable Type that allows you to pull out a list of the most recent images from the posts on your weblog. <MTRecentImages num_images="10"> <img src="<$MTRecentImageUrl$>" alt="<$MTRecentImageName$>" <$MTRecentImageWidth$><$MTRecentImageHeight$> /> <br/> <$MTRecentImageName$>...
Creates a list of images on your server that can be formatted into an online photo gallery. <table> <MTPhotoGallery virtual="/photos" dir="/photos/2003/"> <tr> <td><MTPhotoGalleryImageDate></td> <td><a href="<MTPhotoGalleryImageLink>"> <img border=0 width=150 src="<MTPhotoGalleryImageLink>"></a> </td> <td><MTPhotoGalleryImageTitle></td> </MTPhotoGallery> </table>...
Uses ImageMagick to create modifications of images. Looks great for a photoblog, but hasn't been tested yet. <MTEmbedImage basename="images/[MTEntryID]" height="40" thumbsuffix="-40"> <a href="<MTEntryLink>"> <img src="<MTEmbedImageThumbFilename>" width="<MTEmbedImageThumbWidth>" height="<MTEmbedImageThumbHeight>" alt="<MTEmbedImageThumbSize measure="k">k" hspace="5" border="0" /></a> </MTEmbedImage>...
Custom Asset Markup
by Jay Allen
The Custom Asset Markup plugin was created to address the issue that Movable Type encloses assets inserted into entries with HTML markup that is hard coded into MT::Asset and MT::Asset::Image. Having markup hard-coded into the templates presents a number of...