Team:TU Delft/fb listalbums

From 2010.igem.org

(Difference between revisions)
(Running)
(Running)
Line 45: Line 45:
   for(i=0;i<albums.length;i++) {
   for(i=0;i<albums.length;i++) {
     var item = albums[i];
     var item = albums[i];
-
     html += '<div class="fb_album"><a href="' + item.link + '">' + item.name + '</a>: ' + item.id + "   <input type='submit' value='Generate code' /></div>";
+
     html += '<div class="fb_album"><a href="' + item.link + '">' + item.name + '</a>: ' + item.id;
 +
    html += " <input class='fbcodegen gencode" + item.id + "' type='submit' value='Generate code' />";
 +
    html += '<div id="srcbox' + item.id +'"></div>';
 +
    html += '</div>';
   }
   }
   $("#albumlist").html(html);
   $("#albumlist").html(html);
 +
 +
  for(i=0;i<albums.length;i++) {
 +
    $(".gencode" + albums[i].id).click(function() {
 +
      var txt = '{{:Team:TU_Delft/fb_photodisplay|album=' + albums[i].id + '|count=20|css=CSS class}}';
 +
      $(".srcbox" + albums[i].id).text(txt);
 +
    });
 +
  }
}
}

Revision as of 12:24, 19 October 2010

What to enter?

You need to find a facebook page number, or any other facebook object number that has albums in it. For example, if I go to the iGEM TU Delft facebook page, the browser location shows:

http://www.facebook.com/#!/pages/TU-Delft-iGEM-team/112242102125963

The last part of this is the Facebook page number, which can be entered into the box below.

Running

User/Group ID: