Skip to main content

Publish a Veezer Photo on a Web Page

For bloggers or web masters: learn how to add Veezer Photo in your web content.

The simplest way to share a Veezer Photo is to publish the OVZ file and create a download link on your web page.

OVZ files are automatically opened with Veever app when it's installed.

MIME type

To allow smooth OVZ file download, configure your server to setup MIME type for OVZ files.

Apache (.htaccess):

AddType application/ovz .ovz

You can create universal link to open directly a photo in Veezer application:

https://veezer-media.pixmap-studio?link=<ovz_url>

If Veezer is installed, Veezer will download and display the photo.

If Veezer is not installed, a landing page will be displayed instead.

Supported query parameters:

  • link= (compulsory)
  • name= (optional) display name

You can create links with the custom scheme 'veezer' supported by Veezer app: veezer:///media?link=<ovz_url>

If Veezer is installed, Veezer will download and display the photo.



We will soon present more advanced methods for more sophisticated integration.