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 have a blogger blog and a Facebook Fan page. I already installed the FB Comments pluggin on my blog using this code (I left something before and after because I'm not 100% sure it is on the right place):

<div class='post-footer-line post-footer-line-3'><div id='fb-root'/>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = &quot;//connect.facebook.net/es_LA/all.js#xfbml=1&quot;;
  fjs.parentNode.insertBefore(js, fjs);
}(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));</script>
<fb:comments colorscheme='light' expr:href='data:post.url' num_posts='5' width='470'/>
<span class='post-location'>
        <b:if cond='data:top.showLocation'>
          <b:if cond='data:post.location'>
            <data:postLocationLabel/>
            <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
          </b:if>
        </b:if>
      </span> </div>

I want to know if it is possible to have the comments made on Blogger through FB Comment Plugin to appear on my Facebook Fan Page.

I saw these two threads but I'm not sure which one is right.

Link or connect facebook comments plugin to comments on fan page wall posts

Posting comments to Facebook Fan Page

In the second link there is a possible solution but I don't know how to edit the code to make it work, before trying I wanted to make sure it was doable.

Thank you!

share|improve this question

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.