Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Daiki Suganuma

    (@daikisuganuma)

    Hi ralphonz,
    You already got the photo’s url. Next step, you have to develop using javascript.
    I’m using “colorbox” the plugin of jQuery.
    Please check following documents and samples.
    http://www.jacklmoore.com/colorbox/

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    sorry, misunderstood.
    once you got the album list, next step, you have to develop photo list when click the album.
    it is following steps.
    1. create new page in admin panel.
    2. link to the new page with “album id” when click the album in list.
    3. call “facebook_page_albums_get_photo_list ” with “album id” in new page.
    4. you can get photos as array
    5. develop the list
    6. then you can use “colorbox” when you click the photo.

    Hai Daiki Suganuma san, im already download you plugin and when i put your programming example to call the facebook_page_albums_get_album_list it did not work . can you guide me. please

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    Hi ninjaz_boyz, Did you get some errors? it needs some programming technique, so if you don’t know the PHP, Html, JavaScript, it might be a difficult.

    continue from our chat , im already try to put the example code in theme folder but it seems that it got error . when i check in the error file it show like this… Call to undefined function facebook_page_albums_get_album_list()

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    please check whether the status of this plugin is “activate” in admin panel. if the status ok, let me know your wordpress version, i will check on my pc.

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    “Deactivate” will be shown in Plugins Page if the status is active.

    at the bottom of my wordpress dashboard it state the wordpress version is 4.0
    im already check with the status of the plugin it show “deactivate” means that the plugin is “active”.

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    I had check on WordPress 4.0, and no problem.
    Please check your code, or show me your code.

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    I added sample theme file in v1.1.1
    Please download again, and copy ‘themes/example’ in your themes folder, then activate the theme in admin panel.
    you will see the album and photo list of facebook page.

    currently my website using other theme and running. im already see the theme in my theme page but when i’m using the live preview it did not show anything on the page. is’t i have to activated the theme

    when i’m trying to call the page in the theme it shows -> Fatal error: Call to undefined function language_attributes()…line 8

    Plugin Author Daiki Suganuma

    (@daikisuganuma)

    once you activate the plugin, you can use “facebook_page_albums_get_album_list” function.
    and “language_attributes” is native function of WordPress.
    http://codex.wordpress.org/Function_Reference/language_attributes

    so i think you are not using wordpress theme feature.

    how to do that ?

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘There are no clear instructions!’ is closed to new replies.