Static Display of Donation Tiers on Campaign Page
B
Brie Gelinas
I would like to have the ability to visualize donation tiers and their associated amounts directly on the campaign page without needing to click the Donate button. This feature would allow potential donors to see all available options at a glance, enhancing transparency and potentially increasing engagement.
Log In
E
EWAN Board
I accomplish this by embedding the campaign URL in the HTML of the Story on the Details tab, per below.
Click the <> button on the editing bar of the Story, and add this to the BOTTOM of the code,
changing the URL to your campaign URL
. I place it at the bottom of the code to allow room for the frame to expand during the checkout steps. Adjust the "height" numbers if necessary.<figure><iframe style="max-width: 601px; width: 375px; height: 1000px;" src="https://givebutter.com/embed/c/YOURCAMPAIGNSLUG" name="givebutter" width="375" height="1000" frameborder="0" scrolling="no" sandbox="" seamless=""></iframe></figure>
J
JP Cervantes
Perfect.