<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml>
<card id="Mobile blog">
<p>
Title <input name="title" maxlength="90"/><br/>
Entry <input name="content" maxlength="252"/><br/>
<anchor>Post
<go href="{Your TrackBack URL}" method="post">
<postfield name="title" value="$(title)"/>
<postfield name="excerpt" value="$(content)"/>
<postfield name="url" value="{Your Blog URL}"/>
</go>
</anchor>
</p>
</card>
</wml>