> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pixdeliver.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Public links

> Learn how to share galleries with clients using links

<Frame>
  <img src="https://mintcdn.com/pixdeliver/Qp2OKg7Jo7Z804sr/images/en/sharing/gallery-overview.png?fit=max&auto=format&n=Qp2OKg7Jo7Z804sr&q=85&s=cfd7eed2293af5279a7c284737a80677" alt="Gallery preview and share-link buttons" width="1440" height="900" data-path="images/en/sharing/gallery-overview.png" />
</Frame>

## Overview

Every active gallery in PixDeliver has its own unique link that you can share with clients. The link leads to a professional gallery page where clients can browse and download photos. The system offers two link formats - a basic one and one with a subdomain.

**Key information:**

* The link only works for active (paid) galleries
* You can use the basic link or the one with a subdomain
* The link can be shared by any method (email, SMS, messenger)
* An unlimited number of people can open the gallery
* The link is valid for a full year (or until the gallery expires)

***

## Link formats

### 1. Basic link (root domain)

```
https://pixdeliver.com/g/[gallery-slug]
```

**Examples:**

* `https://pixdeliver.com/g/wesele-anna-tomasz`
* `https://pixdeliver.com/g/sesja-rodzinna-kowalskich`
* `https://pixdeliver.com/g/event-firmowy-2024`

**Pros:**

* Always works, even without a subdomain
* Short and simple
* Universal for all users

**Cons:**

* Does not include your brand/name
* Less professional
* Every photographer uses the same root domain

***

### 2. Link with a subdomain

```
https://[your-subdomain].pixdeliver.com/[gallery-slug]
```

**Examples:**

* `https://jan-kowalski.pixdeliver.com/wesele-anna-tomasz`
* `https://fotografia-marek.pixdeliver.com/sesja-rodzinna`
* `https://studio-light.pixdeliver.com/event-firmowy`

**Pros:**

* ✨ Professional look
* 🎨 Includes your name/brand
* 📈 Builds recognition
* 🌟 Easier for clients to remember
* 💼 Looks more personal

**Cons:**

* Requires setting up a subdomain in your profile beforehand
* Slightly longer link

<Tip>
  **Recommendation:** Use the link with a subdomain for a professional image. It is a free feature available on every plan — full guide: [Custom subdomain](/en/sharing/subdomains).
</Tip>

***

## How to copy a gallery link

### Method 1: From the gallery panel

**Instructions:**

1. Sign in to PixDeliver
2. Open the gallery you want
3. Find the **Copy public link** button
4. Click the button
5. The link is copied to your clipboard

**Result:** The link is ready to paste into an email, SMS, or messenger.

### Method 2: Copy manually from the address bar

**Instructions:**

1. Open the gallery as a client (Gallery preview)
2. Select the URL in the browser's address bar
3. Right-click → **Copy**
4. Or use the Ctrl+C (Windows) / Cmd+C (Mac) shortcut

***

## How to send the link to clients

### Email

Use a ready-made template or prepare your own!

**Sample message:**

```
Subject: Your photos are ready! 📸

Hi [Name]!

Thank you for a wonderful session! Your photos are now ready to view and download.

🔗 Gallery link:
<Paste your gallery link here>

[If the gallery has a password:]
🔒 Password: sesja2024

💾 You can:
- Browse photos online
- Download individual photos
- Download the whole gallery as a ZIP
- Share the link with family and friends

The photos will be available for a year.

If you have any questions, feel free to write!

Best regards,
[Your name]
```

<Tip>
  **A professional touch:** Include a short note on how to browse and download photos. Your clients will appreciate it!
</Tip>

### SMS

Perfect for quick sharing.

**Sample message:**

```
Hi! Your photos are ready:
<Paste your gallery link here>

Password: ania2024

Best regards!
```

### Messenger / WhatsApp

**Sample message:**

```
Hey! 👋

Your photos are ready! 🎉

Link: https://jan-kowalski.pixdeliver.com/wesele-nowak
Password: wesele2024

The photos are available for a year 😊
```

<Warning>
  Avoid posting links publicly if the gallery contains private photos. Send links through private messages.
</Warning>

***

## Sharing the link with multiple people

The gallery link can be opened by an unlimited number of people.

**Scenarios:**

* **Wedding** - send the link to the newlyweds, and they can share it with their guests
* **Corporate event** - send the link to the organizer, who will pass it on to the participants
* **Family session** - the organizers can share the link with the whole family

<Info>
  **No limits:** An unlimited number of people can open and browse the gallery. There is no limit on views or downloads.
</Info>

***

## What clients see after opening the link

### Gallery without a password

1. The client clicks the link
2. They immediately see the gallery page with:
   * The gallery name
   * The cover photo
   * A description (if added)
   * A grid of photo thumbnails
   * A "Download the whole gallery" button

### Gallery with a password

1. The client clicks the link
2. They see a screen prompting for the password:
   * A field to enter the password
   * An "Open gallery" button
3. After entering the correct password:
   * The gallery opens
   * The password is remembered in the browser
   * They do not have to enter it again (until the browser is closed)

***

## Changing the link

### Changing the slug (URL)

You can change the gallery slug in the settings, but:

<Warning>
  **Caution!** After changing the slug:

  * The old link stops working immediately
  * You have to send clients the new link
  * There is no redirect from the old link to the new one
  * **Only change the slug before sharing the gallery!**
</Warning>

**Instructions:**

1. Go to **Gallery settings**
2. Change the **Slug** field
3. Save the changes
4. Copy the new link
5. Send it to clients again

### Changing the subdomain

Changing the subdomain affects all of your galleries:

<Warning>
  **Caution!** After changing the subdomain:

  * All old links with the subdomain stop working
  * You have to update the links for all clients
  * **Do not change the subdomain after sending the links!**
</Warning>

***

## Tracking access

PixDeliver automatically tracks who visits a gallery and when.

**What is tracked:**

* Number of gallery views
* Unique visitors
* Date and time of access
* Source of access (basic link vs subdomain)
* Number of downloads (whole gallery and individual photos)

**View the statistics:**

1. Open the gallery in the panel
2. Click **Statistics** or **View statistics**
3. You will see the full analytics data

<Info>
  Go to the [Gallery statistics](/en/statistics/dashboard) section to learn more about analytics.
</Info>

***

## Link security

### Slug randomness

Although you can choose your own slug, it is a good idea to add an element of randomness for greater security:

**Examples:**

* ✅ `wesele-ania-xk4mp` (slug + random characters)
* ✅ `sesja-kowalskich-2024-a8k` (slug + year + code)
* ❌ `wesele-ania` (too predictable)
* ❌ `test` (too generic)

<Tip>
  If a gallery contains sensitive photos, use a hard-to-guess slug + a password for maximum security.
</Tip>

### HTTPS

All PixDeliver links use an encrypted HTTPS connection:

* ✅ Secure data transfer
* ✅ Protection against eavesdropping
* ✅ SSL certificate

***

## Link expiration

The link stops working in the following situations:

### 1. The gallery has expired

A year after the gallery was paid for (or after the Studio plan expires), and without renewing it, clients who open the link see a page informing them that the gallery has expired — asking them to contact the photographer.

**Solution:** Renew the gallery ([Gallery renewal](/en/payments/gallery-renewal)) or renew your [Studio plan](/en/payments/account-subscription).

### 2. The gallery was deleted

If you deleted the gallery, the link stops working immediately.

### 3. Slug change

After changing the slug, the old link does not work (with no redirect).

***

## Tips and best practices

✅ **Recommended:**

* Use the link with a subdomain for a professional image
* Add instructions to the message with the link
* Include the password (if set)
* Inform clients about the gallery's validity (1 year)
* Send the link only after activating the gallery
* Check the link in the preview before sending
* Keep a copy of the links you send (for yourself)
* Add emoji to the message for a better impression 📸✨

❌ **Avoid:**

* Changing the slug after sending the link to clients
* Posting links publicly (if the gallery is private)
* Sending a link to an unpaid gallery
* Sending a link without the password (if one is required)
* Using very short, predictable slugs without a password
* Ignoring messages about expiring galleries

***

## Troubleshooting

**Problem:** The client cannot open the link. **Solution:**

1. Check whether the gallery is active (paid)
2. Check whether the link was copied correctly (without being cut off)
3. Make sure the gallery has not expired
4. Check whether you changed the slug after sending the link
5. Send the link again (copy a fresh one from the panel)

**Problem:** The client says the link requires a password, but I did not send one. **Solution:**

* Check the gallery settings - is a password set?
* If so, send the password to the client
* If there should not be a password, remove it in the gallery settings

**Problem:** The link works, but the page is empty (no photos). **Solution:**

1. Check whether the photos were processed correctly
2. Check whether there is a message about failed conversions
3. Refresh the page (Ctrl+F5)
4. Try a different browser
5. Check whether the photos are visible in the management panel

**Problem:** I sent the link, but the client lost it. **Solution:**

* Copy the link again from the panel
* Send it to the client once more
* Keep copies of the links you send in your emails

***

## Related topics

* [Password protection](/en/sharing/password-protection) - How to secure a gallery with a password
* [Custom subdomain](/en/sharing/subdomains) - Full guide to subdomains
* [Client guide](/en/client-guide/viewing-galleries) - How clients use galleries
* [Account settings](/en/getting-started/account-settings) - Set up your subdomain and other preferences
