Skip to content

Commit a111529

Browse files
committed
Updated donate widget with new campaign information
1 parent 13ba042 commit a111529

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
<script src="https://donorbox.org/widget.js"></script>
1+
<script src="https://donorbox.org/widget.js" paypalExpress="true"></script>
22
<!-- @ts-expect-error -->
33
<div class="overflow-hidden mt-md pb-0 max-w-[420px] min-w-[250px]">
44
<iframe
5-
allowpaymentrequest=""
6-
height="525"
7-
width="100%"
8-
title="Support the Processing Foundation, Donorbox"
5+
src="https://donorbox.org/embed/back-to-school-805292?"
96
name="donorbox"
10-
src="https://donorbox.org/embed/support-the-processing-foundation?hide_donation_meter=true"
11-
style="max-width: 420px; min-width: 250px; max-height:none !important;"
12-
class="rounded-lg"
13-
>
7+
allowpaymentrequest="allowpaymentrequest"
8+
seamless="seamless"
9+
frameborder="0"
10+
scrolling="no"
11+
height="900px"
12+
width="100%"
13+
style="max-width: 500px; min-width: 250px; max-height:none!important"
14+
allow="payment">
1415
</iframe>
1516
</div>

0 commit comments

Comments
 (0)