Raised So Far Total for One Event
Replace XXXX with the Event ID.
<script src="//www.gofundraise.com.au/WidgetScript.aspx?eid=XXXX&simple=true" type="text/javascript"></script>
Web developers will need to test it out on their own site.
They will need to apply custom styling to the widget on their own sites.
This will only display the actual dollar amount, not the widget box. Until the API is complete, there is no other existing widget code. An example of this code working can be found here:
Raised So Far Total for Multiple Events
Replace XXXX with the Event ID of first event, YYYY with Event ID of second event, and so on.
<script src="//www.gofundraise.com.au/WidgetScript.aspx?eid=XXXX-YYYY&simple=true" type="text/javascript"></script>
NOTE: There is no overall Beneficiary Raised So Far total amount widget code
Examples of sites using this widget
Notes for Web Designers
The $total has a hyperlink on it that goes to a blank page. How do we remove that link?
Add this CSS Code to disable hyperlink:
table#simple tr td > a{ pointer-events:none; }