For BusinessesWebsite embeds

Add Dafado to an external website

Embed an image microphone, subject-specific recorder card, or original voice-review player.

Dafado provides three external website embeds for business and event websites. None requires a WordPress plugin.

Find the embed tools in your Business dashboard

Sign in and open Dashboard. In the Business Launch Kit, open Website embeds. Choose English, Hungarian, or Italian, then copy the code for the image microphone or recorder card. Each published review in the dashboard also has a Copy player embed button.

The dashboard code already contains the correct place slug and review ID. For the image microphone, replace only YOUR-IMAGE-URL with the image address from your own website. Paste the finished code into an HTML or custom-code block, publish the page, and test it on mobile and desktop.

Microphone on your own image

Add the attributes below to the element that wraps your image, then load the Dafado script once on the page. Dafado places the microphone in the bottom-right corner. Mouseover and keyboard focus show a localized explanation, while the button's accessible label works on touch devices and with screen readers.

Replace PLACE-SLUG with the slug used by the place's Dafado recording URL, and replace the name and language as needed.

<div
  data-dafado-image-recorder="PLACE-SLUG"
  data-dafado-name="Your place name"
  data-dafado-lang="en"
>
  <img src="your-image.jpg" alt="Your place">
</div>
<script async src="https://dafado.com/embed/dafado-image-mic.js"></script>

The image stays on the external website. Selecting the microphone opens the place-specific Dafado recorder in a new tab.

Recorder embed

The recorder widget names the selected place and opens its complete Dafado recording flow in a new tab. Opening the recorder at the top level keeps microphone permission reliable across Safari, Chrome, in-app browsers, and privacy settings.

Replace PLACE-SLUG with the slug used by the place's Dafado recording URL. Set lang to en, hu, or it.

<iframe
  src="https://dafado.com/embed/record/PLACE-SLUG/?lang=en"
  title="Record a voice review"
  loading="lazy"
  allow="microphone"
  referrerpolicy="strict-origin-when-cross-origin"
  style="width:100%;height:176px;border:0;border-radius:18px"
></iframe>

Review-player embed

The player keeps the original recording, audio-language label, reviewer attribution, rating, and a link to the canonical review page. Replace REVIEW-ID with the numeric ID at the end of the review URL.

<iframe
  src="https://dafado.com/embed/review/REVIEW-ID/?lang=en"
  title="Dafado voice review"
  loading="lazy"
  referrerpolicy="strict-origin-when-cross-origin"
  style="width:100%;height:196px;border:0;border-radius:18px"
></iframe>

Only published reviews with available original audio can be embedded. If a review is unpublished or removed, its embed stops rendering. Do not copy or rehost the audio file separately. Use the canonical Dafado embed so removal, attribution, and language information stay current.

Responsive placement

Place either iframe inside the normal content width of the host website. The widgets adapt down to a 280-pixel viewport. Avoid fixed pixel widths and do not cover the Dafado attribution or canonical link.