Web Integration
You can integrate your Profile page or Gallery access page into your own website. Depending on where your gallery is hosted, you have two options to accomplish this:
1. Integration via Your Domain
This option enables you to integrate your Profile page or Gallery access page under your own website address. You will need a domain with an active SSL certificate (your website must use https://) and access to your hosting environment (such as FTP, cPanel, or File Manager).
Below is a general guide that works for most standard setups. Please note that additional steps may be required depending on your hosting provider or server configuration.
Steps
- Download the zip file by clicking the Download web-integration button on your Profile page or Gallery access page.
- Unzip the file on your computer.
- Upload the contents of the ZIP file to your server, ensuring the files (especially index.html) are uploaded to a public web directory (e.g., public_html/gallery). If uploaded correctly, no further configuration should be necessary.
- If your domain uses HTTPS and there are no restrictions in your hosting setup, the page will become immediately visible to anyone with the link once uploaded.
- If your page does not load, verify that the files were uploaded to the correct folder and that your domain is using https:// If you encounter a 404 error or a blank screen, ensure the folder is publicly accessible and not restricted by server settings.
2. Embedding via iFrame
This option is ideal if you use a website builder such as WordPress or Wix. You can embed the Profile page or Gallery access page into your page using an iframe, without requiring server access.
Note that this is a general guide that works for most websites, but some platforms (like Wix, Squarespace, or certain WordPress themes) may block or restrict iframe embeds.
Steps
- Decide where you want the page to appear (e.g., homepage or a dedicated page).
- Paste the following HTML code into your website’s editor, replacing the sample URL with your actual link:
<iframe src="https://photo-portal.shop/profiles/Sample/" frameborder="0"></iframe>
You may need to adjust the width and height using HTML or CSS depending on your website layout.
- If the page does not appear after embedding, consult your platform’s documentation or contact their support.