Adding the Partner Badge to your site

Make your website stand out by displaying your official Partner Badge. A simple way to highlight your dynamic personalization expertise and build trust with new clients.

🪄 How to Embed Your Partner Badge

The Partner Badge is provided as a ready-to-use HTML snippet that you can easily embed on your site.
Simply copy the code and paste it where you’d like the badge to appear – on your homepage or a page that highlights your services

Note: The badge animation is a Lottie file. Since most websites don’t support Lottie out of the box, we provide it inside an iframe for easy embedding. If your website supports Lottie animations, let us know – we’ll gladly send you the animation file directly.

(1) Copy the HTML code to your site

Paste the following snippet into the section where you want the badge to appear.

<div style="display:flex;align-items:center;gap:16px;margin: 20px 0;">
  <iframe
    src="https://www.if-so.com/embeds/partner"
    title="If-So partner badge"
    loading="lazy"
    style="width:120px;height:120px;border:0;flex:0 0 120px;"
  ></iframe>
  <p style="margin:0;line-height:1.4;">
    We build personalized, dynamic websites powered by
    <a href="https://www.if-so.com/" target="_blank">If-So Dynamic Content</a>.
  </p>
</div>

(2) Add a short message next to your badge

The snippet above includes a suggested line that promotes your expertise and partnership with If-So. You can adjust it or write your own (just make sure to keep the link to our site).

Here are a few examples you can use:

• We build personalized, dynamic websites powered by If-So Dynamic Content.
• Our websites combine creativity and personalization with If-So Dynamic Content.
• We help clients boost engagement through personalized experiences using If-So Dynamic Content.
• People are not the same – why show them the same content? Powered by If-So Dynamic Content.

All set?