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 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?
You will have to place/call the appropriate functions in your theme where you want them to appear.
So I just add
<?php if (function_exists('zenFBComments')) { zenFBComments(); } ?>
where I want for comments to appear. Perfect!