Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the Galleriffic to create an photo Blog. I am using the example shown here at http://www.twospy.com/galleriffic/example-5.html.

I need to allow users to comment using Facebook comment on photos. I can add comments generally to the whole page. But if I have to add it to the individual photos it is not working,

Below is the facebook comments code which we have to add to get it going:

I am not able to achieve this, galleriffic uses dynamic methods to attach the images to its gallery, I mean we cannot see the actual image wrapper code to show the big picture., when we view source.

Please help me since I am trying this for the past one to two weeks, some help is much appreciated.

Cheers, Vid

share|improve this question
Could you please edit your post so we can see the code ? – dwarfy Apr 30 '11 at 6:53
i am adding facebook comments thus... <div class="caption"> <div class="image-title">Petunias</div> <div class="image-desc">Description</div> <script src="connect.facebook.net/en_US/all.js#xfbml=1"></…; <fb:comments xid='POST_ID' canpost='true' candelete='false' simple='1' href='<?php echo $geturl?>' "' width='525'> <!--<fb:comments href=<?php /*?>"<?php echo $geturl ?>"<?php */?> num_posts="2" width="500"></fb:comments>--> </div> – Vid May 1 '11 at 4:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.