The PERSCOM Widget offers a simple and effective way to integrate your PERSCOM.io data externally into various websites and content management systems.
By using a straightforward HTML code snippet, the widget can elegantly render and present your data in a non-intrusive manner. Further, the widget can be fully customized using CSS to seamlessly blend with your website's aesthetics.
Explore the variety of available widgets:
Visit our documentation here to get started.
Paste the following HTML code snippet into a website of your choice - making sure to replace APIKEY with a live token.
<!-- Place this code where you want the widget to appear on your website. -->
<!-- Replace APIKEY with your actual API key. -->
<div id="perscom_widget_wrapper">
<script
id="perscom_widget"
data-apikey="APIKEY"
data-widget="roster"
data-dark="false"
src="https://widget.perscom.io/widget.js"
type="text/javascript"
></script>
</div>A live demo of the widget can be viewed here. This demo uses data straight from our demo organization available at https://demo.perscom.io.
Please see here for more details about contributing.
