Not a developer? Go to MovableType.com

Documentation

OtherProfileVar

This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher.

Provides a property of the current author profile, available in an <mt:OtherProfiles> loop.

Example:

<mt:OtherProfiles>
    <$mt:OtherProfileVar name="label"$>:
    <$mt:OtherProfileVar name="uri"$>
</mt:OtherProfiles>

Attributes:

  • name (required)

    The property of the selected profile to show. Available properties are:

    • type, the registry key/ID for the profile service
    • label, the human readable (for example, “Flickr Profile”)
    • ident, the author’s identifier for the current profile
    • uri, the URL of the author’s profile on the remote service

Back