In this article, you will find a solution on how to make the 'Custom badges' clickable, and add a specific link to them, so you can redirect your users to a specific page.

You can find the Custom Badges in EmbedSocial here:
https://embedsocial.com/admin/preview_source_badges

Currently these are the two badges at your disposal:

In order to use one of these two badges, you will need to add additional script.

This is an example of a full code, for the Custom badge, with redirectable link to 'EmbedSocial'

<div style="position:relative;"> <iframe

src="https://embedsocial.com/api/reviews_source_badges/badge-6/en/collect/8850" scrolling="no" style="width: 200px; height: 55px; border: 0px; overflow: hidden;" /></iframe>

<a href="http://www.embedsocial.com" target="_blank" style="position:absolute; bottom:0; left:0; display:inline-block;"><img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/1x1.png" width="200px" height="55px"></a> </div>

In the last part of the code which starts with '<a href= ' just replace the bold part 'http://www.embedsocial.com' and add your own specific link.

If you need additional assistance, the Customer Success team can always assist you and create a badge with the desired link.

Thank you

Did this answer your question?