Home | Twitter | RSS | About

Add lastword.at to your own site

You can now add the lastword.at to your own blog or website giving visitors the chance to see wha the last word is as well as the chance to contribute their own. Any time someone has the last word from your website you get a link back to your site on lastword.at as well as any other site that has the lastword plugin running. Meaning you get some free exposure for your blog or website.

Get the wordpress plugin here: Wordpress Plugin

Or simply add the following code to your page where you want the plugin to be displayed:

<?php
$lastword = file_get_contents('http://lastword.at/synd.php');
echo $lastword;
?>

It's as simple as that!

Tweet