A customisable website badge to show your support.
✊🏽 Get it. ✊🏿 Be loud. ✊🏼 Fight against racism.
#BlackLivesMatter #EveryLifeMatters
Paste this into the head or footer of your clientside code.
<script type="text/javascript" src="https://makerbadge.s3.amazonaws.com/blmbadge.js"></script> | |
<script> | |
BLMBadge.init({ | |
layout:1, | |
theme:'dark', | |
promoText : 'Send a donation '+String.fromCodePoint(0x2192), | |
promoLink : 'https://minnesotafreedomfund.org/', | |
message : 'To be silent is to be complicit. Black lives matter.', | |
title : '#BlackLivesMatter' | |
}) | |
</script> |
You can then customise the donation link, theme, message, and title too. Here's how:
BLMBadge.init({ layout:2, theme:'light', promoText : 'Send a donation '+String.fromCodePoint(0x2192), promoLink : 'https://minnesotafreedomfund.org/', message : 'To be silent is to be complicit. Black lives matter.', title : '#BlackLivesMatter' })