Ever wondered if you can show your widgets only on Google? It’s possible with Google Tag Manager!
All you need to do is just follow these steps:
Replace the first line of your widget installation code with the script in the dropdown, paste it to the HTML field and save changes
<script>
const platform = document.createElement("script");
platform.src = "https://static.elfsight.com/platform/platform.js";
platform.defer = true;
platform.setAttribute('data-use-service-core', "");
document.body.prepend(platform);
</script>
Guys, was this tutorial helpful? Don’t hesitate to share your feedback and questions in the comments below - we are all ears