Auto Tags

The SharinPix Auto-tag feature is used to automatically tag images with one or more specified tags upon image upload.

This feature can be configured through the following methods:

Setting up the Auto-tag through the SharinPix Global Settings

The Auto-tag feature can be configured using the SharinPix Global Settings as follows:

  • Open the SharinPix Global Settings. To do so, from App Launcher, search for SharinPix Settings, then click on the button Go to administration dashboard to open the global settings

  • On the SharinPix Global Settings, select Settings from the top menu bar, then click on the button labeled as Edit Organization

  • Next, under the Tags section, select the tag to be automatically applied to all newly uploaded images from the list next to the field labeled as Auto-tag

  • Click on Update Organization when done to save your changes

circle-exclamation

Setting up the Auto-tag using a SharinPix Permission record

The Auto-tag feature can be configured using a SharinPix Permission record as follows:

  • From App Launcher, type SharinPix Permission

  • Click on the button New to create a new SharinPix Permission record

  • Next, under the Tags section, enter the tag(s) to be automatically applied to newly uploaded images for the field labeled as Auto-tag. If you intend to use multiple tags here, use the semicolon symbol (";") to separate them as follows:

  • Select the other desired abilities if needed and click Save when done

  • Next, assign the created SharinPix Permission record to the desired SharinPix standard album or your custom album

circle-check
circle-exclamation

Implementing the Auto-tag feature in SharinPix Parameters (Developer-Oriented)

The Auto-tag feature can also be implemented using SharinPix Parameters for customized albums.

The code snippet that follows demonstrates how the Auto-tag feature has been implemented for a customized SharinPix Album in a Visualforce page using the SharinPix Parameters:

In the above example, the tag, Sea , is being used as the auto-tag.

You can also specify multiple tags in the SharinPix Permission as follows:

circle-exclamation

Configuring the Auto-tag feature using SharinPix Tokens or URLs

The Auto-tag feature can be configured to be used within the SharinPix Mobile app. This is done by appending the auto_tags parameter to the URL as shown below:

auto_tags=automatic;manual

  • The auto_tags parameter takes as value(s) the tag(s) Name(s)

  • If multiple tags are being used, their names should be separated by semicolons ";"

Last updated

Was this helpful?