I used MT5 for my Chinese blog site, and I found no links or blogroll plugin available for MT5. It is such a pity that MT5 did not include blogroll as its inner feature. So I made this plugin, and it is easy to use.

Version: 1.1

Require: Movable Type 5+

Download

Here is the screenshot:

 

Setup this plugin:

1. Create a widget template, copy the code below.

<mt:Links>
<mt:LinksHeader>
<div class="widget-links widget-archive widget">
<h3 class="widget-header">Blogroll</h3>
<div class="widget-content">
<ul>
</mt:LinksHeader>
<li><a href="<$mt:LinkURL$>" title="<$mt:LinkDescription$>"<mt:if name="target"> target="<$mt:LinkTarget$>"</mt:if>><$mt:LinkName$></a></li>
<mt:LinksFooter>
</ul>
</div>
</div>
</mt:LinksFooter>
</mt:Links>

2. Drag the widget to the widget sets.

3. Add links and publish.

Now, enjoy yourself!