OR
<%= render 'common/modal_close' %>

First, include this script within the HTML of your website:

<%= render 'include_snippet' %>

Then, paste the following snippet wherever you want the donation widget to appear:

<%= render 'common/modal_header', title: 'Email the donate button code' %>
<%= render 'common/modal_submit', :text => 'Send' %>