Creating widgets

You can create and manage your widgets using Control Center.

After you create a widget, the widget HTML code is displayed. For example:

<div class="ct-widget" data-widget-id="[client-activity-ID]" data-src="https://[client-URL.com]/widgets/t/account-overview/[client-activity-ID]"></div>

  • client-activity-ID: the unique value that will be generated upon creation of a widget in CrowdTwist’s Control Center.
  • client-URL.com: the specific URL that you would like to designate to the CrowdTwist program (e.g., client.crowdtwist.com).

After a widget is created, the code is generated with the applicable client-activity-id and client-URL.com.

After creating a widget in Control Center, you can add your widget to a webpage.

Learn more

Adding widgets to webpages