How to Add Facebook Comments to Your LeadSanity Page

1. Creating an App. The first thing you need to do is create an App for your comments. You can do so here. Once you create a new app, Facebook will ask you to “Select a Product” for your new app. You don’t need to do that. All you need to do at this point is simply make the app public. For that you will simply click on the following link in the menu on the left hand side of

Continue Reading

How to Add Stripe Checkout to Your Page

Adding a Stripe Checkout button to your LeadSanity is very simple, but you do need to follow this tutorial. Intuition may temp you to believe that all you need to do is grab the code from Stripe that looks like this: <form action="/your-server-side-code" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_xxxxxxxxxxxxxxxxxxx" data-amount="999" data-name="LeadSanity" data-description="Widget" data-image="https://stripe.com/img/documentation/checkout/marketplace.png" data-locale="auto"> </script> </form> and then use the HTML/CSS/Javascript element in LeadSanity’s builder to paste it. Well, it’s not quite as simple, but it’s simple enough for anybody to

Continue Reading

How to Add a PayPal “Buy Now” Button to Your Page

This short tutorial will walk you through how to add a PayPal Buy Now Button to your LeadSanity page. 1. Getting the button code. First thing’s first – you need a PayPal business account to be able to generate a Buy Now button. If you don’t have the business account, don’t stop reading just yet. It is super easy to upgrade your personal account to a business type. Log into your PayPal account and go to Profile. Once there, you

Continue Reading

Site Footer