MediaWiki/Flattr

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

To use a single Flattr button for an entire site, install the MoreBoxes extension and add the following a the end of LocalSettings.php: <php> $txtHdr = <<<__END__ <script type="text/javascript"> <![CDATA><! ]> </script> __END__;</php>

Then tell MoreBoxes to use the resulting text: <php>$wxgMoreBoxes = array (

   'head' => array (
     array (

'html' => $txtHdr

     )
   )

}</php>