Topic-icon Google+ Follow button not showing

Active Subscriptions:

None
8 years 11 months ago #52758 by icsmarketing
On our website www.icsindustries.com.au, I have placed the LinkedIn Easy-Tag just fine. However, the Google Follow Easy tag does not show at all. Doesn't matter if I insert an Easy-Tag string, or if I use the social widget for Google then load it in module.

Any thoughts on what is causing the Google Follow Button not to show? Is there conflicting script?

Help would be greatly appreciated.
The topic has been locked.
Support Specialist
8 years 11 months ago #52760 by mel
I can see that JFBConnect is attempting to insert the button on your page. However, I believe the problem is that the following block is commented out:
<script type="text/javascript">
              (function() {
                var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                po.src = 'https://apis.google.com/js/plusone.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
              })();
            function plusone_callback(response) {
              jfbc.social.google.plusone(response);
            };
            </script>

If you don't want the plusone.js script inserted on your page, then you will need to replace it with the following:
<script src="https://apis.google.com/js/platform.js" async defer></script>

Without having the necessary Javascript on the page, the button will not render - developers.google.com/+/web/follow/

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 11 months ago #52771 by icsmarketing
Hi Melissa,

Thank you for your response. I followed your advice and now have both follow buttons functioning :)

Just one quick question: Does the subscription allow for installation and use on more than one website?
The topic has been locked.
Support Specialist
8 years 11 months ago #52772 by mel
Yes, you can install our products on all of your own websites. If you are a developer/contractor, we ask that you (or your client) obtain a new subscription for each of your clients and their websites.
The topic has been locked.