Quick StartΒΆ
The script below is the only thing you need to get started today. There are almost unlimited configuration options available, but often just this little script below is the only thing you need:
<script src="https://pcf.tdscd.com/pc-inpage.js" async></script>
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widget"] = {
elementId: "tds-widget",
portal: "[the portal you want]",
token: "[your TDS token for the selected portal]",
widget: "[the widet you want]"
}
</script>
<div id="tds-widget"></div>