Single profile Demo

Required code

Use this code to create the same page in WordPress like this. Use the correct agentKey to get the right profile.

<link href="https://api.systematix.solutions/assets/widget/profile-widget.css" rel="stylesheet" />
<script src="https://api.systematix.solutions/assets/widget/profile-widget.js"></script>

<h3>Single profile Demo</h3>
<div id="profile_widget" data-agentkey="E4996077-3717-40BB-BBE6-4D7F2E5D401F"></div>

<script>
    jQuery(function($) {
        $("#profile_widget").single_profile_widget();
    });
</script>