Javascript in wix

I’m trying to add code to a wix site. The code is Javascript. It is from HP for adding syndication of their products. I am being told the following…

1. Copy and paste the code below and add it to your product page template.

2. Specify the content location.
Place the following container(s) on your product page template where you want the content to display. The higher you place rich content onto your product page the more impact it will have on your users so you will want to place the content as high as possible on your page.

ccs-inline-content: provides a full page of content that can be displayed directly on your product page. We recommend using this implementation. Using the full page of product content has the greatest impact; increasing visibility and user interaction. ccs-explore-product: provides a button that users can click to view the product content. This implementation takes up minimum real-estate and content is accessible after the user clicks. We recommend using the button in conjunction with the inline content page and that you place the button high on the page near the product image or price. **3. Update the parameters below with the dynamic values from your website.** **Required** MANUFACTURER_NAME - The Manufacturer name. Example: HP MANUFACTURER_PART_NUMBER - The Manufacturer part number. Example: VM617A8#ABA. LANGUAGE - Two-letter ISO 639-1 language code that should be used. Examples: en, fr, de. MARKET - Two-letter country code. Examples: US, DE, GB. **Optional** UPC_EAN_CODE - UPC or EAN code of the product being requested.

So I enabled Corvid in my wix editor and add the following code to the page:

When I added the code it is returning an error on the first line that says:
Parsing error: Unexpected token <

So am I doing something wrong here.
Is there anyway I can get this to work?
I’m not even able to get past the first step so far.
Any help would be greatly appreciated.
Thanks.

Ok, I added an HTML Iframe with the code:

I then added a second HTML Iframe with the code:

I saved the site and published it but when I view the live site the page is blank.
I’m not seeing any errors at this point but it is still not working.
Any ideas what is going wrong?