Passing certain parameters to Photonic with the gallery
short-code you can make unauthenticated API calls on SmugMug to display the following:
You can also control various skinning aspects of how the thumbnails are displayed.
The gallery
short-code has to be invoked with type='smugmug'
to invoke the SmugMug functionality. Click on the links above to see examples. Note that you need to obtain an API key from SmugMug for this. The API Key has to be entered in Settings → Photonic → SmugMug → SmugMug Settings.
Steps to Make SmugMug Work (🔗)
The following high-level steps are required to get SmugMug working on your site:
- Obtain an API Key if you want to display your private photos / albums
Historically Photonic has required an API key for SmugMug. However, starting with version 2.19 of Photonic a change is in effect:- If you are displaying regular SmugMug photos, albums and folders (i.e. you have no private photos to display) you don’t need do do anything specific. You don’t need an API key, and the plugin will work straight out of the box!
- But if you want to display private photos or albums or folders, you will need to set up authentication, and for that you will have to obtain an API key. This is an easy process, and you can read below for the steps to do this.
- Start creating your galleries
Obtaining an API Key (🔗)
As written above, a SmugMug API key is required for showing content from SmugMug. Obtaining the key is a straightforward process:
- Login to your SmugMug Account. Then go to the page to “Apply for an API Key“. Fill out the requisite details:
Put in the details as appropriate - Once you click on “Apply” in the above, you will be shown the details for your API key:
Note your API Key Details - You can save the above in Photonic → Settings → SmugMug → SmugMug Settings → SmugMug API Key and Photonic → Settings → SmugMug → SmugMug Settings → SmugMug API Secret.
- But hold on! You might still have more work to do! If you notice the setting, Photonic → Settings → SmugMug → SmugMug Settings → SmugMug API Key, it talks about adding a “Callback URL”. If, and only if you wish to enable “Front-end Authentication” on your site, you will need to update the callback URL. Go to your account settings from your SmugMug page:
Click on your profile icon, then Account Settings - Then, in the resulting window, you can set the Callback URL. Note that this step is not needed for Back-end authentication. Read more about the two forms of authentication.
Instead of the “Aquoid” URL, use the URL provided in your Settings page.
Now you should be done. If you had created your API keys before December 2016 (i.e. before version 1.57 of Photonic), please read the following section.
Accessing SmugMug in Photonic 1.57 and Higher (🔗)
In Photonic Version 1.57, the SmugMug interface was updated to use the latest version of Smugmug’s API, v2. This can cause your API keys to stop working unless you provide some authorization. Don’t worry – it is a lot easier than it sounds. This is what you do:
- Login to your Smugmug account.
- Go to the API Terms of Service at https://api.smugmug.com/api/developer/accept.
- You will be presented with this screen:
Smugmug API v2 Terms of Service - If you accept the terms of service, select the two checkboxes and click “Accept”.
That’s it. Your galleries will now show up!