<mt:ProfileServices>

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

This block template tag lists the services possible for user registration and display of content on their Movable Type author profile.

Example:

<mt:ProfileServices>
    <mt:If name="__first__">
        <ul>
    </mt:If>
        <li><mt:Var name="label"></li>
    <mt:If name="__last__">
        </ul>
    </mt:If>
</mt:ProfileServices>

Attributes:

  • extra (optional)

    If specified and true, only profile services implemented by other MT plugins besides Action Streams are listed.

You can use the following variables in mt:ProfileServices block tags:

<$mt:Var name="Variable Name"$>
<-->
Variable Name Output Sample
label The name of the service TypePad
type The type of service Vox ("vox"), TypePad ("typepad")
ident_label Label of the ID field of your Action Streams accounts Profile ID
ident_example Outputs a sample of the account name
ident_prefix Predetermined prefix for username you enter when adding a service account http://profile.typepad.com
ident_suffix Predetermined suffix for username you enter when adding a service account .vox.com
ident_hint Hint for username you enter when adding a service account
This page was last updated on 2009-06-18, 15:03.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.