立即捐款

creative commons 的 button up 籌款

積少成多, creative commons呼籲每人捐 $5 幫助該機構推廣 creative commons 的版權概念與實踐.

若你支持這資籌款, 可以把這個 icon放在自己的網站上. inmediahk 在未來也要學這種 button up 的籌款方法...

html code:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="[email protected]" />
<input type="hidden" name="item_name" id="item_name" value="Creative Commons Donation ($5 Button)" />
<input type="hidden" name="return" value="http://creativecommons.org/about/supporters" />
<input type="hidden" name="cancel_return" value="http://creativecommons.org/" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="no_shipping" value="2" />

<input type="hidden" name="amount" value="5.00" />
<input type="image" src="http://creativecommons.org/images/support/public/fundraiserbutton.png" alt="$5 For The Commons" />
</form>