Lightbox2 fb:评论img id

时间:2012-12-14 19:07:27

标签: url image facebook-social-plugins lightbox2

如何获取facebook href的照片ID?每张照片都有自己的评论? 在.lb-caption中的照片链接是通过php里面的,只是在“fb:comments”的href中的java中有

感谢您的帮助!

lightbox.js

 if (typeof this.album[this.currentImageIndex].title !== 'undefined' && this.album[this.currentImageIndex].title !== "") {
    $lightbox.find('.lb-caption').html(this.album[this.currentImageIndex].title).fadeIn('fast');
        $lightbox.find('.lb-facebook').load('facebook.php');

Facebook.php

<meta property="fb:admins" content="{markus.luttinger}"/>
<div id="fb-root"></div>
<fb:comments href="" num_posts="2" colorscheme="dark" width="460"></fb:comments>
<script>FB.XFBML.parse();</script>

0 个答案:

没有答案