How to add an Affiliate Disclosure

In Affiliate Marketing by Alex Cooper1 Comment

This video is a follow up to my video last week which was all about the rules around affiliate disclosure. Shortly after posting that video I got a number of comments stating that there were easier ways to make your site compliant.

So, here are those easier ways:

  • How to add an affiliate disclosure to posts with a plugin: 00:03:11
  • How to add an affiliate disclosure to post with elementor pro: 00:09:11
  • How to add an affiliate disclosure to Woocommerce (Wzone) products using a plugin: 00:15:06
  • How to add an affiliate disclosure to Woocommerce (Wzone) products using Elementor Pro: 00:20:28 

Things mentioned in this video

HTML & CSS code snippets for you to copy and paste

HTML for Articles

<div class="affiliatedisclaimer"><p><strong>We're an affiliate </strong></p><p>We hope you love the products we recommend! Just so you know, we may collect a share of sales or other compensation from the links on this page. Thank you if you use our links, we really appreciate it!</p></div>

HTML for products (Wzone)

<div class="affiliatedisclaimer"><p><strong>We're an affiliate </strong></p><p>We hope you love the products we recommend! Just so you know, we may collect a share of sales or other compensation from the links on this page or if you add a product to your basket and check out at Amazon. Thank you if you do use a link or checkout, we really appreciate it!</p></div>

CSS code for both of the above

.affiliatedisclaimer {<br>     color: #3c763d;<br>     background-color: #dff0d8;<br>     border: #cae6be 2px solid;<br>     padding: 20px 10px 0px 20px;<br>     margin-bottom: 40px;} 

You Might Like:

Comments

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.