Comment 2 for bug 712231

Revision history for this message
danstowell (danstowell) wrote :

OK I've added some funds manually. I think it still requires the puredyne account, to add a small amount each month. But here's the instructions for the webpage code:

Place the following in the <HEAD> tag of your page:

<script type="text/javascript">
/* <![CDATA[ */
    (function() {
        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
        s.type = 'text/javascript';
        s.async = true;
        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
        t.parentNode.insertBefore(s, t);
    })();
/* ]]> */
</script>

Then the following anywhere in your HTML would you want the button to be appear:

<a class="FlattrButton" style="display:none;" href="http://puredyne.org/"></a>