Darius (scrapewithbots)

Theme Layouts

  • Default

  • Dark

  • Boxed

  • Boxed Dark

Theme Colors

<div id=”paypal-button-container-P-21S457434S6380226MDQZQCI”></div>
<script src=”https://www.paypal.com/sdk/js?client-id=AQLpL1sK0tS-QEUdczZHmB1F3GrOSLyIUoWhMbRdd8N9OgfpiEVe1j8AUJH9QV6V4C5Fe8026Fab8b8P&vault=true&intent=subscription” data-sdk-integration-source=”button-factory”></script>
<script>
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘gold’,
layout: ‘vertical’,
label: ‘subscribe’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-21S457434S6380226MDQZQCI’
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‘#paypal-button-container-P-21S457434S6380226MDQZQCI’); // Renders the PayPal button
</script>