Our likebtn is just spinning on our site. It doesn't ever load. I check our config and it seems ok. It has been working since we purchased an ultra subscription. Are there any known issues?
Our likebtn is just spinning on our site. It doesn't ever load. I check our config and it seems ok. It has been working since we purchased an ultra subscription. Are there any known issues?
So, it appears that when I try to load the widget.js from within an https session, the likebtn server redirects it to a non-secure environment and chrome will not display the button. Can someone from likebtn please test and fix ASAP?
Thanks!
Which CMS are you using?
Just update script address to the following:
<script type="text/javascript" src="//w.likebtn.com/js/w/widget.js" async="async"></script>
Drupal. The code that deploys this is:
drupal_add_js("//likebtn.com/js/widget.js", array('type' => 'external', 'scope' => 'footer'));
that worked. thanks!