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.
Get a QR code
Section titled “Get a QR code”Every share link automatically has a QR code. You do not need to generate it separately.
- Go to Share Links in the sidebar.
- Find the share link you want.
- Click the QR code icon on that link.
- The QR code appears in a popup.
- Click Download to save the QR code as an image file to your device.
Where to use QR codes
Section titled “Where to use QR codes”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.
Get embed codes
Section titled “Get embed codes”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.
How to get embed codes
Section titled “How to get embed codes”- Go to Share Links in the sidebar.
- Find the share link you want.
- Click the share/embed icon on that link.
- A panel opens showing all available embed formats.
- Click the format you want.
- The code is copied to your clipboard automatically.
- Paste it wherever you need it.
Available formats
Section titled “Available formats”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.
Markdown
Section titled “Markdown”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.
BBCode
Section titled “BBCode”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.
iFrame
Section titled “iFrame”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.
curl (command line)
Section titled “curl (command line)”A terminal command that downloads the file directly from the command line. Useful for developers, server administrators, or anyone who prefers the terminal.
curl -O https://golemdrive.com/s/abc123/downloadHow to use: Open a terminal on your computer or server and paste this command. The file downloads to your current directory.
Short link
Section titled “Short link”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/abc123How to use: Copy and paste it into a message, tweet, or social media post.
All options in one place
Section titled “All options in one place”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.
Quick reference
Section titled “Quick reference”| Format | Best for |
|---|---|
| QR code | Presentations, posters, business cards, printed materials |
| HTML | Websites, blogs, email templates |
| Markdown | README files, documentation, wikis |
| BBCode | Forums (phpBB, vBulletin, etc.) |
| iFrame | Embedding the download page on your website |
| curl | Terminal downloads, scripts, remote servers |
| Short link | Text messages, social media, chat apps |