1

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>
4

0 に答える 0