<html>
<head>
<!-- Load the PushFeedback widget CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.css">
<!-- Load the PushFeedback widget script -->
<script type="module" src="https://cdn.jsdelivr.net/npm/pushfeedback/dist/pushfeedback/pushfeedback.esm.js"></script>
</head>
<body>
<feedback-button
project="YOUR_PROJECT_ID"
button-position="center-right"
button-style="dark"
email-placeholder="Email placeholder"
message-placeholder="Message placeholder"
modal-title="Modal title"
modal-title-error="500 error"
modal-title-success="Succcess message"
screenshot-button-tooltip-text="Screenshot button tooltip text"
screenshot-topbar-text="Screenshot topbar text"
send-button-text="Share">Button text
</feedback-button>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.