x

Script not showing up

Good morning everyone,

I have been trying to get a piece of code to work for days and I can't understand why it's not showing. I've tried the embed code box, adding it in assets, changing themes, adding it to the header or footer, etc. Nothing works. I'm trying to our shop Ebay listings with code from Auction Nudge.

<script type="text/javascript" src="//www.auctionnudge.com/feed/item/js/theme/responsive/page/init/img_size/300/cats_output/dropdown/searc... id="auction-nudge-items" class="auction-nudge"></div>

I put it back in the embed code box here: brokelifethrift.weebly.com

A few times I got it to show up in the embed code box in the editor. It didn't show once the site was published.

Any help would be greatly appreciated.

Kathy

1,255 Views
Message 1 of 6
Report
5 REPLIES 5

@kathycyr You're using a closing div tag instead of a closing script tag.

1,239 Views
Message 7 of 6
Report

Thank you for your help, I appreciate it.

1,235 Views
Message 7 of 6
Report

I tried it and it's still not showing up. Thanks again, though. Appreciate it.

1,233 Views
Message 7 of 6
Report

@kathycyr Looking at your source code, it appears that you have a closing script tag following the embed div. You need to pay attention to your opening and closing tags. Your current embed code appears to be this:

<script type="text/javascript" src="//www.auctionnudge.com/feed/item/js/theme/responsive/page/init/img_size/300/cats_output/dropdown/search_box/1/show_logo/1/lang/english/SellerID/brokelifethrift/siteid/0/MaxEntries/9"></script>

<div id="auction-nudge-items" class="auction-nudge"></div>

</script>

You have two closing script tags but only one opening script tag. Remove the tag that follows the embed div.

<script type="text/javascript" src="//www.auctionnudge.com/feed/item/js/theme/responsive/page/init/img_size/300/cats_output/dropdown/search_box/1/show_logo/1/lang/english/SellerID/brokelifethrift/siteid/0/MaxEntries/9"></script>

<div id="auction-nudge-items" class="auction-nudge"></div>
1,223 Views
Message 7 of 6
Report

Thank you so much for your help. I can't tell you how much I appreciate it.

1,211 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.