I'm trying to add a Fundrazr widget to a charity site I look after, but I cant seem to get it to work, anyone got an idea how to get this working?

http://www.keithsrescuedogs.org

https://fundrazr.com/campaigns/9TId1

This is the code I've been given to work with, but I cant get it to work.

"1. Loader script. Include the widget loader on your page once.

<script>(function() {
var d = document, fr = d.createElement('script'); fr.type = 'text/javascript'; fr.async = true;
fr.src = ((d.location.protocol.indexOf('https') == 0)? 'https://s-' : 'http://') + 'static.fundrazr.com/widgets/loader.js';
var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fr, s);
})();</script>


2. Widget code

<div class="fr-widget" data-type="badge" data-variant="small" data-width="90" data-url="http://fnd.us/c/9TId1"></div>

Place the code for your widget wherever you want it to appear on your page."


Any help would be much appreciated, and its all in a good cause.

Edwin