Skip to main content
BeatPass lets you copy share links for major content types and embed supported players for tracks and albums. Sharing is the external-facing option; it does not change your public profile inside BeatPass.

What You Can Share

Content typeShare linkEmbed code
TrackYesYes
AlbumYesYes
Producer pageYesNo
PlaylistYesNo

Using the Share Dialog

1

Open Share

Use the visible Share action on the page, or open the content’s More menu and choose Share.
2

Copy the direct link

The dialog shows the canonical BeatPass link for that item. Click Copy to place it on your clipboard.
3

Use native share when available

On supported browsers and devices, BeatPass can also hand the link off to your device’s native share sheet.
Native share support depends on the current browser and device. If it is not available, the copy-link flow still works.

Embedding Players

Embed functionality is available for tracks and albums only. Producer profiles and playlists can be shared via links but cannot be embedded.
1

Open the Share dialog

Click Share on any track or album page.
2

Switch to Embed tab

Click the Embed tab in the share dialog.
3

Preview the embed

On desktop, the dialog shows a live preview of the embed.
4

Copy the code

Copy the generated iframe from the dialog and paste it into your site.
<iframe 
  width="100%" 
  height="174" 
  allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" 
  src="https://beatpass.ca/track/123/track-name/embed">
</iframe>
Content TypeDefault HeightWidth
Track174px100% (responsive)
Album384px100% (responsive)
Embed previews are shown in the desktop dialog. The iframe itself remains responsive when you place it on your own site.

Where Embeds Work

Embeds work best in places that accept raw iframe HTML, such as:
  • Custom websites
  • Landing pages
  • Blog posts with HTML blocks
  • Portfolio pages

Browser Compatibility

Keep the following in mind:
  • Autoplay: some browsers require user interaction before playback starts
  • Iframe restrictions: your site must allow external iframes
  • HTTPS: secure pages generally provide the best embed compatibility

Sharing vs. Reposting

FeatureShareRepost
Who sees itAnyone with the linkVisitors to your BeatPass profile
Where it appearsExternal destinationsYour Reposts tab
Requires accountNoYes
Use caseSend a link out of BeatPassMake a public recommendation inside BeatPass
Use Share to promote content externally. Use Repost to share within the BeatPass community.

Troubleshooting

Check these common issues:
  • The iframe was not pasted correctly
  • Your site blocks external iframes
  • Your site’s Content Security Policy is preventing the embed
Browser autoplay rules may require the listener to press play manually. Also confirm the track or album is still available.
Your browser or device may not support the native share API. Use Copy instead.
Last modified on February 28, 2026