Implement a SharinPix upload button in a Visualforce page

circle-info

This article demonstrates how to implement a SharinPix upload button in a Visualforce page by modifying the SharinPix Visualforce component.

circle-exclamation

To implement the above upload button, modify the SharinPix Visualforce component as follows:

Here are some points to consider when using the above code snippet:

  • The button's height is 35px

  • The value, album_id , should be replaced with your desired album ID (or record ID)

You can also modify the button's label using the label parameter as demonstrated below:

circle-check
circle-check

Last updated

Was this helpful?