# Personalized image download - footer integration

The present article will show how it is possible to create a custom download hyperlink that can be added at the footer of a SharinPix Album.

{% hint style="info" %}
**Info:**&#x20;

The **Visualforce Page** and **Apex Class** used in the present article can be found on GitHub by following this link: <https://github.com/SharinPix/demo-apex/tree/custom-footer-download>
{% endhint %}

* In the present context, the Visualforce Page is launched from a **custom Lightning action** found on the record page of the Contact Object. The screenshot below shows the custom action being executed.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-203e8d0b9f53563a7053d1dcd382eecd86458b71%2Fcustom_footer_action.png?alt=media)

* Upon clicking on an image's thumbnail, the **Download Image** hyperlink appears.

![](https://2221230591-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5EvYRrLbUyvRh8o1jmMG%2Fuploads%2Fgit-blob-aa8d58d9ce2e0b87efa721ecf242b631d28822eb%2Fimage_viewed.png?alt=media)

* When clicking on the **Download Image** hyperlink, the image that is currently being viewed is downloaded.
