jermartin77 / plusgallery

A responsive javascript based image gallery driven by photos from a 3rd party source.
61 stars 35 forks source link

Link directly to an album #35

Open bavramor opened 9 years ago

bavramor commented 9 years ago

Hi,

is there a possibility to link directly to an album from anywhere of my website ?

I need a Link from my Landingpage directly to an album ?

Please help.

Greetz Bavramor

gggordon commented 9 years ago

Would it be useful to allow links to albums using the query string?

For example http://yourwebsite.com?pga=album_title

The query string has been proposed as from past experience, having multiple plugins working from the shebang or hashtag in the url on the same page has caused problems. This would also mean album names would also need to be unique.

Furthermore, the gallery currently does not support an API which allows this however I believe by triggering a click event on the album with the name from the query string after page loads could make this possible.