How to add an Affiliate Disclaimer to bottom of page

If you’d like to add any type of disclaimer to the bottom of your site is quite easy using the Socrates Toolkit plugin.

For example say you’d like to add a general affiliate and Amazon affiliate disclaimer on every page.

Goto the WP Admin sidebar and click on Socrates Icon (make sure plugin is installed), then click on Custom CSS/Hooks Tab.

You’ll see a Custom Footer Code panel that looks like this (but blank)


Here’s the code I’m using in example. Copy and paste it into the box.

<div class="disclaimer">Disclosure: This site may contain affiliate links to products. We may receive a commission for purchases made through these links. As an Amazon Associate I earn from qualifying purchases.</div>

Next you’ll need to make it look nice using the CSS class “disclaimer”. This class isn’t in our stylesheets (might be in future), so you’ll need to add it to Custom CSS at top of the page you’re on.

Add this code and adjust as needed.

.disclaimer {
text-align: center; 
margin:0 auto;
padding:10px;
max-width:1000px;
font-size:14px;
}

Example:

Once done click “Save All Codes” and view your site.

That’s it.

Previous Post

How To Add Copyright symbol and Current Year to Footer

Next Post

Installing Rank Math & Yoast BreadCrumb code

Leave a Reply

Your email address will not be published. Required fields are marked *