Skip to content
oza edited this page Aug 11, 2012 · 2 revisions

Setup

Clone the source code from github and embed username, album id, and authentication_key into sample.html

git clone https://github.com/bloodeagle40234/picasatter.git
vim picasatter/sample.html
# https://picasaweb.google.com/[username]/[albumid]&authkey=[authentication_key]
# change line 15
<div class="picasatter" id="album1" user="11111111111111111" album="1111111" authkey="asdfasdf"></div>
Clone this wiki locally