is there a module to imbed a Gallery 3 slide show into an html page?

bgrantland
bgrantland's picture

Joined: 2012-02-15
Posts: 27
Posted: Wed, 2012-04-25 03:51

My website is running Gallery 3.0.2.

I would like to display a slide show from my gallery on the main index page for my site (an html page). Is there a module that allows the minislide show or something like it to display on an external html page? Maybe something that displays the most often viewed photos, or newly added photos, etc.? I found some modules that seemed to do that but they were for Gallery 2. Maybe I'm looking in the wrong place.

Brenda

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-04-25 04:13

The miniSlideshow can be used to display any G3 RSS feed. Just use my handy form.

Alternately I have put together a few examples on how to use the Free javascript Galleria slideshow w/ code example:
http://www.flashyourweb.com/gallery2/embed_samples/g3_slideshow.php
http://www.flashyourweb.com/gallery2/embed_samples/g3_slideshow_classic.php
http://www.flashyourweb.com/gallery3/

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-04-25 04:15
 
bgrantland
bgrantland's picture

Joined: 2012-02-15
Posts: 27
Posted: Wed, 2012-04-25 04:51

Thank you so much. Someone should set up a Facebook page for Gallery or Menalto or whatever you call yourselves. You have such a fabulous product I'd like to Friend you.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2012-04-25 15:35

http://www.facebook.com/gallery3

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
cmatlick

Joined: 2012-04-25
Posts: 3
Posted: Wed, 2012-04-25 16:50
Quote:
The miniSlideshow can be used to display any G3 RSS feed. Just use my handy form.

This looks great.

I understand I need to install Geeklog and G2 Bridge to make this work? Which version of Geeklog should I use? I have version 1.8.1 installed via Simple Scripts, but it doesn't appear that G2 supports it yet.

 
bgrantland
bgrantland's picture

Joined: 2012-02-15
Posts: 27
Posted: Wed, 2012-04-25 18:12

I posted a comment about your Facebook page in the Mad Hatters Society group on Facebook and asked them to "like" your page. Thank you again for all you do.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-04-25 18:17
Quote:
I understand I need to install Geeklog and G2 Bridge to make this work

No
You just need the minislideshow.swf and a gallery3 RSS feed.

Plug those into my easy embed form and it will write the code for you.

-s

 
cmatlick

Joined: 2012-04-25
Posts: 3
Posted: Wed, 2012-04-25 19:05

Something isn't clicking properly. I'd be grateful for a little help.

Here's how I have it set up

minislideshow: http://www.wvpbmedia.com/gallery/minislideshow.swf

rss: http://www.wvpbmedia.com/gallery/main.php?g2_view=rss.SimpleRender&g2_itemId=182

(this looks a bit different than your examples)

My generated code:

<embed src="http://www.wvpbmedia.com/gallery/minislideshow.swf" width="160" height="160"
align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="minislide" wmode="transparent"
allowFullscreen="true" allowScriptAccess="always" quality="high"
flashvars="xmlUrl=http://www.wvpbmedia.com/gallery/main.php?g2_view=rss.SimpleRender&g2_itemId=182"></embed>
<noembed>Generated By <a href="http://www.flashyourweb.com/staticpages/index.php?page=embed-o-rator" target="_blank">The Acme MiniSlideShow EMBED-O-RATOR</a></noembed>

Any idea what's going wrong?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-04-25 19:50

1st of all, you get an error viewing that feed http://www.wvpbmedia.com/gallery/main.php?g2_view=rss.SimpleRender&g2_itemId=182

2nd you slid a G2 question in when the OP was referring to G3.

Gallery2's simple RSS feed is a not properly formatted MediaRss feed.

You'd have to use either my mediaRss.php that came w/ the minislideshow.swf or use Gallery2's built-in slideshow feed(slideshow module required)
http://www.wvpbmedia.com/gallery/main.php?g2_view=slideshow.SlideshowMediaRss&g2_itemId=182

looks like you don't have the slideshow module installed.

@Using my mediaRss.php see the docs

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
cmatlick

Joined: 2012-04-25
Posts: 3
Posted: Thu, 2012-04-26 17:02

Thanks, suprsidr.

I thought I had upgraded to G3 but the process had stalled.

Everything is working now; I even upgraded to 3.0.3 to get the visible RSS album feeds

Thanks very much!