
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:
- Login to your SociaBuzz account
 - Click “Edit & Settings” on the TRIBE feature
 - Click “Integrations” menu
 - Click “Button on Website/Blog“
 - Edit text on button, color and position
 - Click “Copy the code“
 - 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
- Install a WordPress plugin that allows you to add JavaScript code (such as FluentSnippets, Simple Custom CSS and JS, or other similar plugins)
 - 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
- Login to your account at Blogger.com
 - Click the “Layout” menu
 - Click “Add a Gadget” and choose “HTML/JavaScript“
 - Fill in the “Title” with: SociaBuzz Button
 - Paste the code in the “Content” field
 - Click “Save”
 




