Forum Replies Created
-
AuthorPosts
-
Ok.
So, in general, I can not use syndicated content on my site because of the theme or is it just this content because of the JavaScript?
Thanks!I was to display a live product catalog for dell.through CNET. This is the email they sent
Sandra Hertigan has sent you a script from the CNET Content Solutions portal. It will only take you 4 steps to integrate the Product Page content in your website.
Choose a location within your company’s website
Open that page in an editor and find the place in the code where you want to place the product page content.Pick up your code
Copy and paste the code below in the location within your HTML page where you would like the product page content to display.<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8″>
<title>Example Page</title>
</head>
<body>
<div id=”ccs-logos”></div>
<div id=”ccs-inline-content”></div><script type=’text/javascript’>
var ccs_cc_args = ccs_cc_args || [];// Product Page
ccs_cc_args.push([‘cpn’, ‘CPN’]);
ccs_cc_args.push([‘mf’, ‘MANUFACTURER_NAME’]);
ccs_cc_args.push([‘pn’, ‘MANUFACTURER_PART_NUMBER’]);
ccs_cc_args.push([‘upcean’, ‘UPC_EAN_CODE’]);
ccs_cc_args.push([‘ccid’, ‘CATALOG_CODE’]);
ccs_cc_args.push([‘lang’, ‘LANGUAGE’]);
ccs_cc_args.push([‘market’, ‘MARKET’]);(function () {
var o = ccs_cc_args; o.push([‘_SKey’, ’52edb637′]); o.push([‘_ZoneId’, ‘d92b921a5f’]);
var sc = document.createElement(‘script’); sc.type = ‘text/javascript’; sc.async = true;
sc.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘cdn.cnetcontent.com/jsc/h.js’;
var n = document.getElementsByTagName(‘script’)[0]; n.parentNode.insertBefore(sc, n);
})();
</script>
</body>
</html>Update Dynamic Parameters
Update the parameters below with the dynamic values from your website.Required
MANUFACTURER_NAME – The manufacturer name. Example: Lenovo, Cisco, Microsoft Corp.
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 ISO 3166-1 country code to use, or WW for world-wide. Examples: US, DE, GB.Optional
CPN – Customer part number will be your internal part number for the SKU as defined in your catalog.
UPC_EAN_CODE – UPC or EAN code of the product being requested.
CATALOG_CODE – The unique identifier of the catalog found in My Catalogs.Save changes and publish
Save your changes and publish the page to your website. Navigate to your website to view the product page content.Note: If you are using a content management system to maintain your intranet, you may need to contact your administrator or webmaster to implement the code.
Contact Us
Contact Support
Thank you for your partnership. We look forward to driving success together.
Hi Victoria – I deactivated the caching.
thanks so much for your help!never mind just the blog post about Gutenberg. All set. thanks!
UPDATE! after the restore i activated the theme and it works but again the editor is not what it used to be. I have to scroll all the way down to the avia layout builder. Any idea what is wrong?
it works! thank you!
Hi Rikard,
I deactivated all cache plugins. The words show up, but the video doesn’t play.so i fixed it. I think it was a yoast setting that changed the permalink to/’/%year%/%monthnum%/%day%/%postname%/’
and /’/ was messing it up.I also did a recent Yoast update. Could it be the permalink structure?
-
AuthorPosts