1

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

谢谢您的帮助!

灯箱.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');

脸书.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>
4

0 回答 0