TypePadIn order to post to TypePad you'll need to allow LR/Blog to do so. This is done in such a way that you don't need to type your password into the plugin:
Once you're authenticated the plugin will remember this, even if you restart Lightroom, until you purposely log out. Next, choose the blog that you wish to upload to (if you have access to more than one). Finally, note that TypePad is unusual is that it doesn't offer media library where you can find your uploaded images. If they're not referenced by a post then they're effectively lost. For this reason you must create (or amend) a post when uploading to TypePad, and that post must reference the images that you're uploading. PostingYou can create a post directly from within LR/Blog. This allows you to prepare the blog entry by inserting all of the exported images into the post. You can then refine the post online once the export has finished. TemplatesThe HTML code used to embed the images is defined by one or more templates. These templates are added to the post's contents; the first template is used for the first photo, the second for the second photo, and so on. Once the last template has been used the cycle starts again with the first template. Most of the time a single template is sufficient, in which case it is used for each of the photos exported. However multiple templates allow you to far more flexibilty if you wish to have more control over your layout. For example, you may use multiple templates to correctly format the output when you're exporting exactly 3 photos that you wish to be placed in a particular way; you would then save this as a preset and use it when appropriate. The pull down preset menu above the template text allows you to save different templates and recall them quickly. TokensThe templates that you create wouldn't be useful if they could display your images, IPTC or EXIF metadata or other image specifiy information. For this reason you will use tokens that are replaced by LR/Blog as the images are exported. The token system will be very familiar to anyone using LR2/Mogrify to annotate their images or LR/Transporter for exporting metadata from Lightroom. The {img} token will probably me the most useful - it's replaced by the HTML necessary to display your photo in the blog post. Displaying smaller versions of an imageAlthough the plugin only uploads the image at the size which you have specified, TypePad itself allows you to generate different sized versions of an image in order to display them in a post. For this you need to use a special URL to access the image, and also specify how it should be resized. LR/Blog makes things easier for you by allowing you to use special parameters with both the {img} and {url} tokens that generate the right output. For example: {img[wi,500]} This will display the image with its width scaled to 500. The scaling option are:
You can read more about this on the TypePad site. |