Our embed JavaScript code supports linking between external reference (usually it is product ID) with the voice on Beams platform. How does this work:

Integrate Embed to your website

To embed with external reference there are two attributes that need to be provided in the script tag: data-customer-reference-id and data-profile-id.

Example:

<script async 
	data-customer-reference-id="### REPLACE WITH YOUR REFERENCE ID ###"
	data-profile-id="### REPLACE WITH BEAMS PROFILE ID ###"
	src="<https://embed.beams.fm/assets/js/embed.js>" 
	data-mini="true"
	data-border-radius="12">
</script>

Add the reference ID to Beams voice

To begin, login in to beams.fm dashboard.

Screenshot 2022-12-02 at 12.18.34.png

If everything is OK the voice should appear on your referenced web page. If you have any question reach out to the Beams team.