Skip to content

Landing Page

Dropshare optionally creates an HTML landing page for each of your uploads. You can select from a number of built-in designs, or create your own design.

Screenshot 2024-11-27 at 21.37.06.png

Enable landing pages

If you want to enable this feature, open the Preferences and select the Landing page tab.

Select Create landing pages for uploaded files if you want Dropshare to create a landing page for your uploads.

INFO

In case you want to disable the landing page for a single upload, press and hold the option key (⌥) while dragging a file to Dropshare.

Supported storage providers

Unsupported storage providers

Landing pages are not supported by some storage providers, since they do either not support serving HTML files or only allow image uploads:

Select landing page design

You can either use any of the built-in designs, or create your very own design with HTML, CSS and JavaScript. Select the Custom design to enable your own landing page design, and edit the code for your design.

The following variables are available for your custom landing page, and will be automatically replaced with the appropriate data when uploading a file:

Variable nameReplacement
__FILENAME__Name of the uploaded file (e.g. for headline)
__PATH__Path to the uploaded file (e.g. for download link)
__PREVIEW__Preview image, video, text or code (if available, including required HTML tags)
__FILESIZE__Formatted filesize (e.g. 128 KB)
__FILETYPE__Apple Uniform Type Identifier (Read more)
__SHAREDATE__ISO formatted date of sharing
__PREVIEWURL__Absolute URL to preview file, required e.g. for Twitter cards or Slack previews (or custom preview implementations)
__LANDINGPAGEURL__Absolute URL to the landing page
__UNIXSHAREDATE__Unix Timestamp date of sharing

Community landing page designs

A number of free landing page designs has been submitted by the Dropshare community. Check them out here.