Speaking in Metaphilter

Metaphilter is a "PHP based community weblog system based on the observed functionality MetaFilter." I'm currently using it for Libertyfilter. Anyway, to implement the Speak button in your Metaphilter-based blog add the following code to your <MPLinks> container.

<FORM METHOD="post" NAME="demoForm"
   ACTION="http://morrissey.naturalvoices.com/tts/cgi-bin/nph-talk">
<input type="hidden" name="txt" 
   value="<MPLinkData select="description"/ strip_tags="yes">">
<input type="hidden" name="voice" VALUE="mike">
<input type="hidden" name="rate" VALUE="8000">
<INPUT TYPE="submit" NAME="speakButton" VALUE="Speak">
</form>

Read my first post on the subject for more voice options.

Tagged: Old
Posted: June 19, 2003