", "answerCount": 1, "upvoteCount": 0, "datePublished": "2020-12-10T23:01:01.000Z", "author": { "@type": "Person", "name": "Joy Pak", "url": "https://trailblazers.salesforce.com/profileView?u=0054S0000016Y7EQAU", "affiliation": { "@type": "Organization", "name": "CO-OP" } }, "suggestedAnswer": [ { "@type": "Answer", "text": "HI Joy, You can reach out to \"Pardot B2B Marketing Automation\" page on  https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000001qUiCAI  for inputs on your ask.   Please mark this answer as best if you find this information useful.Thank you", "upvoteCount": 0, "url": "https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T44F2SAJ", "datePublished": "2020-12-11T06:01:13.000Z", "author": { "@type": "Person", "name": "Swetha Maddali", "url": "https://trailblazers.salesforce.com/profileView?u=0053A00000Cyg5sQAB", "affiliation": { "@type": "Organization", "name": "Salesforce" } } } ] } }
Skip to main content
Hi I am trying to put this script into my pardot landing pages but when I do so, nothing shows up and wanted to know why Pardot is not allowing this to be hosted on the page? We are trying to put an uberflip script into our landing pages: <!-- Uberflip Embedded Hub Widget -->

  <div id="UfEmbeddedHub1607640742360"></div>

  <script>

  window._ufHubConfig = window._ufHubConfig || [];

  window._ufHubConfig.push({

    'containers':{'app':'⌗UfEmbeddedHub1607640742360'},

    'collection': '2834789',

    'openLink':function(url){

      window.open(url);

    },

    'lazyloader':{

      'itemDisplayLimit':20,

      'maxTilesPerRow':4,

      'maxItemsTotal': 0

    },

    'tileSize': 'small',

    'enablePageTracking':false,

    'baseUrl': 'https://insights.co-opfs.org/',

    'filesUrl': 'https://insights.co-opfs.org/',

    'generatedAtUTC': '2020-12-10 22:53:48',

  });

  </script>

  <script>(function(d,t,u) {

    function load(){

      var s=d.createElement(t);s.src=u;d.body.appendChild(s);

    }

    if (window.addEventListener) {

      window.addEventListener('load',load,false);

    }

    else if (window.attachEvent) {

      window.attachEvent('onload',load);

    }

    else{

      window.onload=load;

    }

  }(document,'script','https://insights.co-opfs.org/hubsFront/embed_collection'));

  </script>

  <!-- /End Uberflip Embedded Hub Widget -->
1 answer
0/9000