TEXT-TO-GIVE WIDGETS
These are widgets that you can embed in your website or blog that allows people to donate to Love146 via their cell phone.
To place the widget in your site or blog, copy the code below the widget and paste it in your site.
*NOTE* Only one widget will work per webpage.
Text-To-Give $5 Simple Widget

Copy this Code to embed the ABOVE widget:
<script language="javascript" src="http://clients.mobilecause.com/t2g/campaigns/3QHKst2AS4/donations/web.js?height=120&width=240" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
var s146 = document.createElement("link");
s146.setAttribute("type", "text/css");
s146.setAttribute("rel", "stylesheet");
s146.setAttribute("media", "all");
s146.setAttribute("href", "http://love146.org/sites/all/themes/love146/texttogive_nophoto.css");
document.getElementsByTagName("head")[0].appendChild(s146);
</script>
Text-To-Give $5 Photo Widget

Copy this Code to embed the ABOVE widget:
<script language="javascript" src="http://clients.mobilecause.com/t2g/campaigns/3QHKst2AS4/donations/web.js?height=120&width=240" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
var s146 = document.createElement("link");
s146.setAttribute("type", "text/css");
s146.setAttribute("rel", "stylesheet");
s146.setAttribute("media", "all");
s146.setAttribute("href", "http://love146.org/sites/all/themes/love146/texttogive.css");
document.getElementsByTagName("head")[0].appendChild(s146);
</script>


