Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Unclickable Amazon Links

$
0
0

Replies: 0

This relates to the plugin Amazon Link Engine, and I think it’s an Autoptimize issue (or Async Javascript), but I’m not sure.

It uses this script:

` <script src=”//cdn.geni.us/snippet.min.js” defer></script>
<script type=”text/javascript”>
jQuery(document).ready(function( $ ) {
var ale_on_click_checkbox_is_checked=”1″;
if(ale_on_click_checkbox_is_checked) {
Georiot.amazon.addOnClickRedirect(37928, true);
}
else {
Georiot.amazon.convertToGeoRiotLinks(37928, true);
};
});
</script>`

It’s meant to forward to an https://buy.geni.us/Proxy… link but show the Amazon link on hover – it’s the hover process that’s failing.

I’ve excluded snippet.min.js in Autoptimize and Async but Amazon links aren’t clickable – even after clearing Autoptimize cache.


Viewing all articles
Browse latest Browse all 59525

Trending Articles