-
-
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#/donate
is the donation link for theMAPS
nonprofit. 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
Pages
sidebar, 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-style
attribute to the button in theElement Settings > Custom attributes
section.
- Click on the
Edit page settings
button in the page sidebar. - In the
Custom Code > Inside <head> tag
area, 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
Publish
button to make the donate link live.