• Hi Guys

    I’ve got an amazon widget displaying on my website Shop Page. But the widget is only showing up on Mobile devices not desktop.

    This is the code im trying to view on desktop:

    <script type=’text/javascript’>
    var amzn_wdgt={widget:’Search’};
    amzn_wdgt.tag=’amawid-21′;
    amzn_wdgt.columns=’1′;
    amzn_wdgt.rows=’1′;
    amzn_wdgt.defaultSearchTerm=’10 mp 5x zoom’;
    amzn_wdgt.searchIndex=’Electronics’;
    amzn_wdgt.width=’256′;
    amzn_wdgt.showImage=’True’;
    amzn_wdgt.showPrice=’True’;
    amzn_wdgt.showRating=’True’;
    amzn_wdgt.design=’2′;
    amzn_wdgt.colorTheme=’Default’;
    amzn_wdgt.headerTextColor=’#FFFFFF’;
    amzn_wdgt.outerBackgroundColor=’#000000′;
    amzn_wdgt.marketPlace=’GB’;
    </script>
    <script type=’text/javascript’ src=’https://wms-eu.amazon-adsystem.com/20070822/GB/js/AmazonWidgets.js’&gt;
    </script>

    Any help please?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Widget only showing on mobile’ is closed to new replies.