Skip to content

QR Codes & Embed Codes

Every share link you create on GolemDrive comes with a QR code, embed codes in multiple formats, and a short URL. You can use these to share files on websites, in presentations, on printed materials, or anywhere else.

Every share link automatically has a QR code. You do not need to generate it separately.

  1. Go to Share Links in the sidebar.
  2. Find the share link you want.
  3. Click the QR code icon on that link.
  4. The QR code appears in a popup.
  5. Click Download to save the QR code as an image file to your device.

QR codes are great for bridging physical and digital:

  • Presentations — put the QR code on a slide so your audience can scan it with their phones and download files immediately.
  • Posters and flyers — let people scan to download a brochure, menu, schedule, or event materials.
  • Business cards — link to your portfolio, resume, or contact information.
  • Conferences and events — share handouts, slides, or photos with attendees.
  • Printed materials — manuals, product sheets, or guides that link to digital downloads or updates.
  • Classroom handouts — students scan to access study materials, readings, or assignments.

Anyone with a phone camera can scan the QR code and land on the download page instantly.

GolemDrive provides ready-to-use embed codes in 6 formats. These let you put a download link on your website, documentation, forum post, or use it from the command line.

  1. Go to Share Links in the sidebar.
  2. Find the share link you want.
  3. Click the share/embed icon on that link.
  4. A panel opens showing all available embed formats.
  5. Click the format you want.
  6. The code is copied to your clipboard automatically.
  7. Paste it wherever you need it.

A standard HTML link tag. Use this on any website or web page.

<a href="https://golemdrive.com/s/abc123">Download File</a>

How to use: Paste this into the HTML of your website, blog post, or email template.

A Markdown-formatted link. Use this in README files, documentation sites, wikis, or any Markdown-based platform.

[Download File](https://golemdrive.com/s/abc123)

How to use: Paste this into your Markdown file, GitHub README, or documentation page.

A BBCode-formatted link. Use this on forums that support BBCode, such as phpBB, vBulletin, or other forum platforms.

[url=https://golemdrive.com/s/abc123]Download File[/url]

How to use: Paste this into your forum post.

An HTML iframe that embeds the download page directly on your website. Visitors see the GolemDrive download page without leaving your site.

<iframe src="https://golemdrive.com/s/abc123" width="600" height="400"></iframe>

How to use: Paste this into the HTML of your website where you want the embedded download page to appear. You can adjust the width and height values.

A terminal command that downloads the file directly from the command line. Useful for developers, server administrators, or anyone who prefers the terminal.

Terminal window
curl -O https://golemdrive.com/s/abc123/download

How to use: Open a terminal on your computer or server and paste this command. The file downloads to your current directory.

A compact URL that is shorter and cleaner than the full share link. Good for text messages, social media posts, and anywhere character count matters.

https://gdrive.link/abc123

How to use: Copy and paste it into a message, tweet, or social media post.

You can find the QR code, all 6 embed formats, and the short link from the Share Links page. Click on any share link to see everything available for it. No extra tools, services, or extensions needed.

FormatBest for
QR codePresentations, posters, business cards, printed materials
HTMLWebsites, blogs, email templates
MarkdownREADME files, documentation, wikis
BBCodeForums (phpBB, vBulletin, etc.)
iFrameEmbedding the download page on your website
curlTerminal downloads, scripts, remote servers
Short linkText messages, social media, chat apps