Title: begin28's Replies | WordPress.org

---

# begin28

  [  ](https://wordpress.org/support/users/begin28/)

 *   [Profile](https://wordpress.org/support/users/begin28/)
 *   [Topics Started](https://wordpress.org/support/users/begin28/topics/)
 *   [Replies Created](https://wordpress.org/support/users/begin28/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/begin28/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/begin28/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/begin28/engagements/)
 *   [Favorites](https://wordpress.org/support/users/begin28/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Albums] facebook_page_albums_get_photo_list](https://wordpress.org/support/topic/facebook_page_albums_get_photo_list/)
 *  [begin28](https://wordpress.org/support/users/begin28/)
 * (@begin28)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/facebook_page_albums_get_photo_list/#post-4394941)
 * Hello,
 * I was have the same problem but I developed in this way:
 *     ```
       $list = facebook_page_albums_get_photo_list(mysql_escape_string($_GET["id"]));
   
        <?php foreach ($list as $item) : ?>
   
       <?php  echo $item['link'];?>
   
       <?php echo $item['source'];?>
   
       <?php endforeach;?>
       ```
   
 * and then you can use Fancybox to make it nice.
    For more informations check this:
   [https://developers.facebook.com/docs/graph-api/reference/v2.0/photo](https://developers.facebook.com/docs/graph-api/reference/v2.0/photo)
 * Regards
    `

Viewing 1 replies (of 1 total)