Admin Panel

Manage creators and invitations

Back to Home

Stripe Configuration

Payment processing keys (redacted for security)

Loading configuration...

Create New Creator

Invite a new creator to the platform

Widget Integration

Embed code for creators to add to their websites

Basic Embed Code

Replace "USERNAME" with the creator's username.

<script src="https://www.dmme.ee/widget/dmme-widget.js" data-creator="USERNAME"></script>
Custom Icon (Advanced)

Creators can provide their own icon element with id="dmme-icon" and use data-hide-icon="true" to prevent the default icon.

<!-- Custom icon element -->
<div id="dmme-icon">
  <svg class="dmme-bubble-bg" viewBox="0 0 1200 1200" xmlns="http://www.w3.org/2000/svg">
    <defs>
      <linearGradient id="bubble-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
        <stop offset="0%" style="stop-color:#8b5cf6;stop-opacity:1"></stop>
        <stop offset="100%" style="stop-color:#6d28d9;stop-opacity:1"></stop>
      </linearGradient>
    </defs>
    <path d="m918.81 300h-637.62c-47.785 0-89.188 41.492-89.188 89.277v300.66c0 47.785 41.402 90.059 89.188 90.059h258.91l45.902 123.07 45.902-123.07h286.91c47.785 0 77.188-42.273 77.188-90.059v-300.66c0-47.785-29.402-89.277-77.188-89.277z" class="dmme-bubble-path"></path>
  </svg>
  <img src="AVATAR_URL" alt="Name" class="dmme-icon-avatar">
</div>

<!-- Widget script -->
<script src="https://www.dmme.ee/widget/dmme-widget.js" data-creator="USERNAME" data-hide-icon="true"></script>

The widget will use the existing #dmme-icon element and attach click handlers automatically.

All Creators

Loading...

UsernameEmailPriceCreatedActions