by kirk September 12th 2011, 8:40 pm
Double posting back to back with in 24 hours is prohibited on FM Support.Next time please wait for a reply or add any additional content in your previous post via the post edit button.
thank you.it's not going to be possible.
because you have to have the page link in the FB code.
so whatever link you add in the FB code is going to be the page the comment leads to.
Like say we had the link to this page in the comment code, whoever comments it will lead back to this thread post here on FM support from their FB page.
Example,
Comment here then check your FB page it will lead back to this thread.
- Code:
<div id="fb-root"></div>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<div class="fb-comments" data-href="http://help.forumotion.com/t96704-how-can-i-add-facebook-comments" data-num-posts="5" data-width="500"></div>
However you can incorporate the code to a post template and have a link lead back to your forum index or what ever home page you have set, Or lest say you had separate html pages, then you can always add the different link to the html page that way,