zenFBSuite Updates

v 1.4.6 Updates

Tested against 1.4.6 Beta release of Zenphoto.

Added additional "Order By" option for Facebook comments portion of plugin.

Fixed bug where appID and adminID were not generating respective Opengraph tags.

As usual, questions, comments, etc post to this thread. For more information, download, and installation instructions
visit here.

Comments

  • I have installed the latest plugin from your github, but I see no integration in my Zenphoto 1.4.6
    I inserted the FB API key and my user id, but it doesn't show anything on the page. (I want to have FB comments)
    Did I do something wrong in the configuration?
  • fretzl Administrator, Developer
    Have you seen the installation instructions on his GitHub page?
    You will have to place/call the appropriate functions in your theme where you want them to appear.
  • Ah, no I did not call the functions in my theme...

    So I just add

    <?php if (function_exists('zenFBComments')) { zenFBComments(); } ?>

    where I want for comments to appear. Perfect!
Sign In or Register to comment.