- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@kathycyr You're using a closing div tag instead of a closing script tag.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you for your help, I appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I tried it and it's still not showing up. Thanks again, though. Appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@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>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you so much for your help. I can't tell you how much I appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report