The Phonic widget can be embedded anywhere that allows for custom HTML. In this tutorial, we show you how!
If you are integrating the Phonic widget with Qualtrics, head over to Integrations 101: Qualtrics.
Audio Widget HTML Template
<phonic-embed
mode="audio"
surveyid="paste-survey-id"
questionid="paste-question-id">
</phonic-embed>
<script type="text/javascript" src="https://api.phonic.ai/phonic-embed.min.js">
</script>
Video Widget HTML Template
<phonic-embed
mode="video"
surveyid="paste-survey-id"
questionid="paste-question-id">
</phonic-embed>
<script type="text/javascript" src="https://api.phonic.ai/phonic-embed.min.js">
</script>
Widget Guides
- How Do I Embed An Audio Recorder in a Webpage?
- How Do I Embed A Video Recorder in a Webpage?
- How Do I Embed An Audio Question? [Widget Builder]
- How Do I Embed A Video Question? [Widget Builder]
- How Do I Customize the Microphone Widget Settings?