<script src="https://static.anycreek.com/embed/widget.js"></script>
<script>
window.anycreek.init({
id: "239flies",
logoUrl: "https://239flies.com/cdn/shop/files/239logo.png?v=1711316515&width=200",
showReviews: true,
autoEmbedLinks: true,
});
// Code for "Custom JavaScript" button
document.addEventListener("DOMContentLoaded", function () {
var links = document.querySelectorAll('a[href*="anycreekEmbed"]');
links.forEach(function (link) {
link.addEventListener("click", function (event) {
// Your click handler code goes here
event.preventDefault(); // Prevents the default link behavior (e.g., navigating to a new page)
window.anycreek.open();
});
});
});
</script>