Not a developer? Go to MovableType.com

Documentation

AuthorAuthIconURL

Returns URL to a small (16x16) image represents in what authentication provider the author in context is authenticated. For most of users it will be a small spanner logo of Movable Type. If user is a commenter, icon image is provided by each of authentication provider. Movable Type provides images for Vox, LiveJournal and OpenID out of the box.

Attributes:

  • size (optional; default "logo_small")

    Identifies the requested size of the logo. This is an identifier, not a dimension in pixels. And, currently, "logo_small" is the only supported identifier.

Example:

    <mt:Authors>
        <img src="<$mt:AuthorAuthIconURL$>" height="16" width="16" />
        <$mt:AuthorDisplayName$>
    </mt:Authors>
Back