Donate
HTML
<h2>Paypal</h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="lc" value="RU">
<input type="hidden" name="item_name" value="Поддержка автора шрифта">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/ru_RU/RU/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — более безопасный и легкий способ оплаты через Интернет!">
<img alt="" border="0" src="https://www.paypalobjects.com/ru_RU/i/scr/pixel.gif" width="1" height="1">
</form>
(<a href="https://www.paypal.com/ru/cgi-bin/webscr?cmd=_donate-intro-outside">more...</a>)
<h2>Яндекс Деньги</h2>
<iframe frameborder="0" allowtransparency="true" scrolling="no" src="https://money.yandex.ru/embed/donate.xml?account=41001916799923&quickpay=donate&payment-type-choice=on&default-sum=100&targets=%D0%9F%D0%BE%D0%BC%D0%BE%D1%89%D1%8C+%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%87%D0%B8%D0%BA%D1%83+%D1%88%D1%80%D0%B8%D1%84%D1%82%D0%BE%D0%B2&target-visibility=on&project-name=&project-site=&button-text=01" width="523" height="104">
</iframe>
(<a href="https://money.yandex.ru/embed/quickpay/donate.xml">more...</a>)
<h2>Webmoney</h2>
<form id=pay name=pay method="POST" action="https://merchant.webmoney.ru/lmi/payment.asp">
<input type="text" name="LMI_PAYMENT_AMOUNT" value="1.0">WMZ
<input type="hidden" name="LMI_PAYMENT_DESC" value="Помощь разработчику шрифта">
<input type="hidden" name="LMI_PAYMENT_NO" value="1">
<input type="hidden" name="LMI_PAYEE_PURSE" value="Z145179295679">
<input type="hidden" name="LMI_SIM_MODE" value="0">
<input type="submit" value="submit">
</form>
(<a...
CSS
iframe {
display: none;
}
JavaScript
$('body').click(function() {
$('iframe').show();
});