MediaWiki/Flattr
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>