Detailed example
Here’s how it all looks when you put it together:
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <script
      type="text/javascript"
      src="https://cdn.intelligence.weforum.org/insiw/v1/index.js"
    />
  </head>
 
  <body>
    <insi-widget
      topicid="a1G0X000006O06IUAS"
      labeltext="Alliance for Clean Air"
      headertext="A corporate movement for clean air to accelerate climate action and create healthy communities around the world"
      positionofwordstohighlight="[13,14]"
      buttontext="Show more"
      isinitialisedcollapsed="false"
      iscollapsable="true"
      primarycolor="rgb(30, 30, 30)"
      secondarycolor="rgb(242, 219, 114)"
      wrappercolor="black"
      headercolor="white"
      subtitlecolor="lightgrey"
      initialindex="0"
      apikey="your-key"
      showexplorenavigationbuttons="false"
      language="en"
      mode="auto"
    />
  </body>
</html>Last updated on