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 = "//connect.facebook.net/es_LA/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</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!