-
-
Notifications
You must be signed in to change notification settings - Fork 8
Deploy to Webflow
Alex Horstmann edited this page May 10, 2023
·
1 revision
You will need to have paid for a Basic Webflow account that allows custom code.
- Determine your donate URL. It will be in this format:
https://www.every.org/<your nonprofit slug>#/donate.- For example,
https://www.every.org/maps#/donateis the donation link for theMAPSnonprofit. If you visit that URL, it will open a page where you can support MAPS.
- For example,
- Log into Webflow and go to the Dashboard.
- Select your site
- In the
Pagessidebar, click on the page you want to add a donate button to. - Add a button on your page.
- Set the web address to the donate URL above.
- To use Every.org styling, add the
data-every-styleattribute to the button in theElement Settings > Custom attributessection.
- Click on the
Edit page settingsbutton in the page sidebar. - In the
Custom Code > Inside <head> tagarea, add the following HTML:<script async defer src="https://embeds.every.org/0.4/button.js" id="every-donate-btn-js"></script>
- Click on the
Publishbutton to make the donate link live.