Integrations 101: Guide to Phonic Integrations

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