Picasa webalbum

No screenshot
Description
I followed this ABD BBcode by amorty.

And made some changes.

His bbcode didn't support private picasa webalbums. So i add simple authkey.

Here we go:
BBcode usage:

Code: Select all

[picasa]{IDENTIFIER1},{IDENTIFIER2},{IDENTIFIER3}[/picasa]


{IDENTIFIER1} == USER
{IDENTIFIER2} == ALBUM
{IDENTIFIER3} == AUTH.KEY

HTML replacement:

Code: Select all

<embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="600" height="400" flashvars="host=picasaweb.google.com&hl=hr&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F{IDENTIFIER1}%2Falbumid%2F{IDENTIFIER2}%3Falt%3Drss%26kind%3Dphoto%26authkey%3D{IDENTIFIER3}%26hl%3Dhr" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>



How to find IDENTIFIER 1 - 3?

On picasa web album find code for embed slideshow for example:

Code: Select all

<embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&hl=hr&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F111063540251060002377%2Falbumid%2F5783641048443592577%3Falt%3Drss%26kind%3Dphoto%26authkey%3DGv1sRgCNun7vyeibigXg%26hl%3Dhr" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>


Identifier 1 == 111063540251060002377 ( user )
Identifier 2 == 5783641048443592577 (album id)
Identifier 3 == Gv1sRgCNun7vyeibigXg (authkey) if album is marked as private
  • Author shark.hr
  • Last updated Wed Oct 24, 2012 11:29 pm
  • Rating
    (0)
  • Categories Images

Public performance attribution has been waived.

Settings

BBCode Usage: Select all
[picasa]{IDENTIFIER1},{IDENTIFIER2},{IDENTIFIER3}[/picasa]

HTML Replacement: Select all
<embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="600" height="400" flashvars="host=picasaweb.google.com&hl=hr&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F{IDENTIFIER1}%2Falbumid%2F{IDENTIFIER2}%3Falt%3Drss%26kind%3Dphoto%26authkey%3D{IDENTIFIER3}%26hl%3Dhr" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

Help Line: Select all
Find your embeded code for galery. After user%2F until %2Falbumid is IDENTIFIER1, after 2Falbumid%2F is IDENTIFIER 2 until %3Falt, after authkey%3D is IDENTIFIER 3 until %26hl. Between picasa code add ID 1-3 separate with commas
  • Revisions
    Version
    phpBB Version(s)
  • Picasa private-webalbum
    1.0
    3.0.x
    Validation time: Oct 24, 2012 11:29 pm

    BBCode Usage: Select all
    [picasa]{IDENTIFIER1},{IDENTIFIER2},{IDENTIFIER3}[/picasa]

    HTML Replacement: Select all
    <embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="600" height="400" flashvars="host=picasaweb.google.com&hl=hr&feat=flashalbum&RGB=0x000000&feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F{IDENTIFIER1}%2Falbumid%2F{IDENTIFIER2}%3Falt%3Drss%26kind%3Dphoto%26authkey%3D{IDENTIFIER3}%26hl%3Dhr" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

    Help Line: Select all
    Find your embeded code for galery. After user%2F until %2Falbumid is IDENTIFIER1, after 2Falbumid%2F is IDENTIFIER 2 until %3Falt, after authkey%3D is IDENTIFIER 3 until %26hl. Between picasa code add ID 1-3 separate with commas