cancel
Showing results for 
Search instead for 
Did you mean: 

Rich Content

AshishMawalall
New Contributor

Hi there, 

I need help with the code, of pulling rich content from 1WorldSync onto my wordpress website.

I have tried as stated on the site, but it doesn't seem to be pulling through content. Please help.

<!DOCTYPE html>
<html>
   <head>
      <meta charset="utf-8">
      <title>Example Page</title>
   </head>
   <body>
      <div id="ccs-feature-icons"></div>
      <div id="ccs-logos"></div>
      <div id="ccs-inline-content"></div>
      <div id="ccs-explore-product"></div>

      <script type='text/javascript'>
      var ccs_cc_args = ccs_cc_args || [];
      
      // New Product Page (2)
      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', '48020ee1']); o.push(['_ZoneId', '8a4787ed7d']);
         var sc = document.createElement('script'); sc.type = 'text/javascript'; sc.async = true;
         sc.src=('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.cs.1worldsync.com/jsc/h1ws.js';
         var n = document.getElementsByTagName('script')[0]; n.parentNode.insertBefore(sc, n);
      })();
      </script>
   </body>
</html>

1 Reply

Modzilla
Moderator
Moderator

Hi @AshishMawalall 

Welcome to our community. 

That's a great question, you may find the specific guide for the WordPress documentation in the link below:

https://community.1worldsync.com/t5/Easy-Integration-ContentCast/WordPress-Integration/ta-p/12680

Please let me know if you have any questions