Hi,
ZC 1.3.9d
I've been trying (with limited success) to add the various Social Media buttons to my site.
The issue I have, is no matter what file source or add-on I use, invariably, the like button, when clicked, will either throw up an empty comments box, or a box with just the link, and randomly, I'll get the whole kit, eg, image and link.
At times, if I refresh a page a number of times I'll get lucky and the like button will function correctly, but it seems to be a hit/miss affair.
I thought it may have been image size, but some images this happens on are only 12k
I'm currently using the code provided via the addthis.com site.
Ive also tried the Google+ (Plus) Mod from here and the result is the same, so I deduced it was a zen cart issue, not a mod issue ??
The code I currently have installed is..
Code:
<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/images/" . $products_image; ?>" />
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_google_plusone_share"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_print"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-519f4b605bfbbcc4"></script>
<!-- AddThis Button END -->
And its sitting in the template folder as it should...
Has anyone else faced this issue at all and can anyone offer a solution..