View Categories

How to add a donate button to my website/blog?

1 min read

Adding a SociaBuzz donate button to your website/blog makes it so much easier for your community to support you, without having to leave your website/blog.

Here’s how to do it:

  1. Login to your SociaBuzz account
  2. Click “Edit & Settings” on the TRIBE feature
  3. Click “Integrations” menu
  4. Click “Button on Website/Blog
  5. Edit text on button, color and position
  6. Click “Copy the code
  7. Paste the code into your website/blog (read how to do it below)

HTML of your website/blog

Paste the code into the HTML of your website/blog just before the closing </body> tag.

<HTML>
   <HEAD>
      <TITLE>My website</TITLE>
   </HEAD>
   <BODY>
      <P>
       Welcome to my website!
       </P>
Paste the code here, just before the closing body tag.
   </BODY>
</HTML>

HTML


WordPress

  1. Install a WordPress plugin that allows you to add JavaScript code (such as FluentSnippetsSimple Custom CSS and JS, or other similar plugins)
  2. Paste the code in the installed plugin

Note: To be able to install WordPress plugins, WordPress requires you to subscribe to their “Creator Plan


Blogspot

  1. Login to your account at Blogger.com 
  2. Click the “Layout” menu
  3. Click “Add a Gadget” and choose “HTML/JavaScript
  4. Fill in the “Title” with: SociaBuzz Button
  5. Paste the code in the “Content” field
  6. Click “Save”