Logo
FundraiserOne

FundraiserOne

Fundraiserone.net

Widgets

Integrating Widgets

Simple way to integrate widgets.

Last updated on 01 Jun, 2026

For every widget created in FundraiserOne the following three blocks will be generated. These blocks need to be copied to the page on the website that it's being implemented on.

 

Note: The widget system will inherit styles from the page/website they are implemented on. This is so widget can blend in using similar colours. Style overrides can be used. A website admin or developer may be required. 

 

Copy and paste this code into the <head> section of your web page.

&lt;link type='text/css' rel='stylesheet' href='https://app.fundraiserone.net/Widgets/DonationWidget/Css?wv=1' /&gt;

Copy and paste this code into the <body> section of your web page, at the location you want the donation widget to appear.

&lt;div id='FundraiserDonationWidget'&gt;&lt;/div&gt;

Copy and paste this code into the <body> section of your web page, at the bottom.

&lt;script src='https://code.jquery.com/jquery-2.2.4.min.js' type='text/javascript'&gt;&lt;/script&gt;&lt;script src='https://app.fundraiserone.net/Widgets/DonationWidget/js?wv=1&amp;key=96951axxxxxxxxxxxxxxxxxxxxxxe8e93'&gt;&lt;/script&gt;&lt;script&gt;	$(document).ready(function () {		$.isFunction($('#FundraiserDonationWidget').Donation) &amp;&amp; $('#FundraiserDonationWidget').Donation();	});&lt;/script&gt;
Did you find this article helpful?
Previous

Creating a Signup Widget

Next