StreamAction
This tag is a part of the Action Streams plugin bundled with Movable Type 4.25 and higher.
Provides the recipe authors’ suggested markup for the action in context.
Example:
<mt:ActionStreams lastn="10">
<li><mt:StreamAction></li>
</mt:ActionStreams>
Attributes:
name
(optional)The name of the author whose action this is. If not given, the author’s profile display name is used. Note that by specifying an empty name (that is,
name=""
), the name will be omitted from theStreamAction
result.<mt:ActionStreams limit="10"> <li> <mt:Include module="Userpic"> <a href="/profile/<mt:AuthorName dirify="1">"> <mt:AuthorDisplayName escape="html"> </a> <mt:StreamAction name=""> </li> </mt:ActionStreams>