Installation Guide
Add SoloAsk to your website in minutes. Choose your platform below.
Select Your Platform
HTML / Custom Website
For any website with direct HTML access
1
Get your widget code
Go to your SoloAsk Dashboard, find your widget, and click "Copy Code".
2
Open your HTML file
Open the HTML file where you want the widget to appear (usually index.html).
3
Paste before </body>
Paste your widget code just before the closing </body> tag:
<!-- Your page content above -->
<!-- SoloAsk Widget - paste this before </body> -->
<script src="https://soloask.co/widget.js"></script>
<script>
SoloAsk.init({
widgetId: "your-widget-id",
topics: [
{ emoji: "π€", label: "Hesitation", question: "What's stopping you?" },
{ emoji: "β", label: "Confusion", question: "What's unclear?" },
{ emoji: "π‘", label: "Suggestion", question: "What would you like?" }
],
color: "#171717",
position: "right"
});
</script>
</body>
</html>
4
Save and publish
Save your file and upload it to your web server. The widget should now appear!
Troubleshooting
Widget not appearing?
- β’ Make sure the code is before
</body> - β’ Check your widget ID is correct
- β’ Clear browser cache and refresh
- β’ Check console (F12) for errors
Submissions not showing in dashboard?
- β’ Click refresh in your dashboard
- β’ Verify you're logged in to the right account
- β’ Confirm widget ID matches
Widget overlaps other elements?
- β’ Try changing position to "left"
- β’ Widget appears 24px from edge