PDA

View Full Version : share tab missing


firefox13
Jul-06-2009, 04:18 AM
I don't have a "share" tab available in some galleries (unlisted) which I need to get the location of my banner.

(http://pcpimages.smugmug.com/gallery/7983907_7qTmA#583414342_tqfdH)

Allen
Jul-06-2009, 04:19 AM
I don't have a "share" tab available in some galleries (unlisted) which I need to get the location of my banner.

(http://pcpimages.smugmug.com/gallery/7983907_7qTmA#583414342_tqfdH)
Got a link to a gallery with this? PM me if you like to keep it hidden.

firefox13
Jul-06-2009, 04:34 AM
here we are : http://pcpimages.smugmug.com/gallery/7983907_7qTmA#519022363_V4ejP

Allen
Jul-06-2009, 04:43 AM
here we are : http://pcpimages.smugmug.com/gallery/7983907_7qTmA#519022363_V4ejP
Are you sure that under customize gallery sharing is checked? Don't see
anything in your CSS hiding it.

You can construct the photo link by copying the number and key
http://pcpimages.smugmug.com/gallery/7983907_7qTmA#519022363_V4ejP

and pasting into this. Change the size -O to what you want.
http://pcpimages.smugmug.com/photos/519022363_V4ejP-O.jpg

or relative link in html
<img src="/photos/519022363_V4ejP-O.jpg" />

in CSS
background: url(/photos/519022363_V4ejP-O.jpg) no-repeat;

Andy
Jul-06-2009, 04:50 AM
You are specifically hiding the Share Button by having easy sharing turned to off:

http://img.skitch.com/20090706-mgjk94arppqjnptq3xbm73ds3n.jpg

Tools>Customize Gallery

firefox13
Jul-06-2009, 05:45 AM
Thanks for your help