# Works With Fera

Use these badges when your app or theme works well with Fera.or is compatible with Fera out of the box.

<figure><img src="https://uploads.fera.ai/brand/partners/works_with_badges@2x.png" alt=""><figcaption><p>We have 4 variations of the Works With Fera badge.</p></figcaption></figure>

## HTML Code for Badges

These HTML snippets will display the badge using on our CDNs and link.

Please update the partner profile links in the HTML to link to your partner profile (by replacing the "code" with your partner code).

{% tabs %}
{% tab title="Light (Default)" %}
{% embed url="<https://codepen.io/jayelkaake/pen/JjZEbYG>" %}
HTML code for the default Works With Fera badge.
{% endembed %}
{% endtab %}

{% tab title="Dark" %}
{% embed url="<https://codepen.io/jayelkaake/pen/poKRNjG>" %}
HTML for Works With Fera dark badge.
{% endembed %}
{% endtab %}

{% tab title="Other Variations" %}
Rainbow

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/rainbow.svg"></a>
```

Pure White (for Black Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/black.svg"></a>
```

Pure Black (on White Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/white.svg"></a>
```

{% endtab %}
{% endtabs %}
