Alpine PhotoTile for SmugMug
Features that are coming soon!
Below are a number of features that have been suggested and will be implemented as soon as I find the time to do so.
- Add titles and captions
- Thumbnail pagination
General
The Alpine PhotoTile for SmugMugis capable of retrieving photos from a particular user or gallery. The photos can be linked to the your Instagram page, a specific URL, or to a Lightbox slideshow. Also, the Shortcode Generator makes it easy to insert the widget into posts without learning any of the code. This lightweight but powerful widget takes advantage of WordPress’s built in JQuery scripts to create a sleek presentation that I hope you will like.
Features
- Display SmugMug images in a sidebar, post, or page
- Multiple styles to allow for customization
- Lighbox feature for interactive slideshow (Fancybox, prettyBox, or ColorBox)
- Simple instructions
- Widget & shortcode options
- Feed caching/storage for improved page loading
Style and Demos
The PhotoTile plugin includes 8 display styles: Vertical, Windows, Bookshelf, Rift, Floor, Wall, Cascade, and Gallery. (Click the links to preview the styles)
Quick Start Guide
- After installing the plugin on your WordPress site, make sure it is activated by logging into your admin area and going to Plugins in the left menu.
- To add the plugin to a sidebar, go to Appearance->Widgets in the left menu.
- Find the rectangle labeled Alpine PhotoTile for SmugMug. Click and drag the rectangle to one of the sidebar containers on the right.
- Once you drop the rectangle in a sidebar area, it should open to reveal a menu of options. The only required information for the plugin to work is SmugMug Username. Enter this username and click save in the right bottom corner of the menu.
- Open another page/window in your web browser and navigate to your WordPress site to see how the sidebar looks with the Alpine PhotoTile for SmugMug included.
- Play around with the various styles and options to find what works best for your site.
Additional Features
Caching
Since version 1.0.1, the PhotoTile plugin has included a simple caching function that will store the results of an SmugMug feed for 3 hours. This function offers a significant performance boost since during this time, only one visitor will even experience the short load delay caused by fetching and parsing an SmugMug feed. The caching time can be adjusted on the plugin’s settings page.
Frequently Asked Questions
How do I find the Album ID and Album Key?
The Album ID and Album Key are contained in the url of the gallery. For example, there is a gallery with the url “cmac.smugmug.com/gallery/2504559_f3ta9″. The last portion of the url contains the information we want:
2504559 is the albumID f3ta9 is the albumKey (the key is case sensitive and you will encounter upper case characters in it)I’m getting the message “SmugMug feed was successfully retrieved, but no photos found”. What does that mean?
This message simply means that while no distinguishable errors occurred, the plugin found your feed to be empty.
Can I insert the plugin in posts or pages? Is there a shortcode function?
Yes, you can display photos in posts or pages using what is called a shortcode. Rather than explaining how to setup the shortcode, I have created a method of generating the shortcode. Check out the Shortcode Generator on the plugin’s settings page (Settings->AlpineTile: SmugMug->Shortcode Generator).
Can I insert the plugin anywhere on a page using PHP code?
Yes, using a shortcode and the WordPress function do_shortcode(), you can place the plugin anywhere on your WordPress website. The code should look something like this:
<div id="alpine"> <?php do_shortcode( '[alpine-phototile-for user="u" link="l" style="v"]' ); ?> </div> |
If you want the plugin to conform to a certain width or height, you can edit the style of the surrounding DIV tag:
<div id="alpine" style="width:500px;height:300px"> <?php do_shortcode( '[alpine-phototile-for user="u" link="l" style="v"]' ); ?> </div> |
Why doesn’t the widget show my most recent photos?
By default, the plugin caches or stores the SmugMug feed for three hours (see Caching above). If the new photos have still not appeared after this time, it is possible that SmugMug is responsible for the delay.
How many photos can I display?
The plugin can retrieve and display up to 200 photos.
Why does it take so long for the plugin to load?
The Apline PhotoTile plugin actually takes less than a second to load. The reason you may see the loading icon for several seconds is because the plugin is programmed to wait until all the images and the rest of the webpage are done loading before displaying anything. The intent is for the plugin to avoid slowing down your website by waiting patiently for everything else to finish loading. If you are still looking to speed up your website’s loading time, selecting smaller photo sizes should always help.
Can I put captions below the photos?
No, I have not yet found a good way to add captions to the images, but I am working on it.
The plugin works in display mode but when I put the shortcode in my page, nothing happens and there is no error message. What’s wrong?
A number of users have reported this problem and unfortunately I am not sure exactly what is going wrong. However, one simple fix has been to go to the plugin’s settings page (Settings->AlpineTile: SmugMug->Plugin Settings) and put a check next to the option “Always Load Styles and Scripts in Header”.
Please send us your questions and comments.

Hi
Great plugin !
I want to use the gallerys in my pages and it works great, the shortcode generator is awesome really like it
What i want to do is have pages of galleries e.g i have more than 200 images in a smugmug gallery, i want to limit to 20 on each “page” in wordpress with the ability to have navigation at the bottom (page 1 2 3) just like smumug is this possible ?
Not at the moment but I plan to work on it.
Great thanks Grat to here ill wait for update
If its in my sidebar can the image rotate like a slideshow if i only have one shown ?