Edited: If you use the old code then only members can see the facebook plug-in comment box and they can comment. Please use the new code, both members and non-members can see the facebook plug-in comment box and both members and non-members can comment using facebook account.
Hey NCs,
Hope you will be very happy after successfully using my killer tip.
Instruction is very simple: Just copy and paste the following code into Custom Code. You may want to change data-width follow jay's instruction here.
The Old Code
<script type="text/javascript">
x$(document).ready(function(){
x$("div.texteditor").after('<div id="fb-root"></div><div class="fb-comments"></div>');
});
</script>
The New Code
<script type="text/javascript">
x$(document).ready(function(){
x$("div#discussionReplies").before('<div id="fb-root"></div><div class="fb-comments"></div>');
});
</script>
Want to give a different look to your ning site? Mail me at bernardmax2@gmail.com
Live Preview: Here
Example:
Tags: Add, FACEBOOK, Killer, Tip:, box, comment, every, forum, page., to

Permalink Reply by Patrick Chappelle on June 22, 2012 at 9:31pm Until you mentioned it, I had never heard of the sdk code. Reading all of these comments here, I just wanted to see if it worked on my site, and it does. It took me seconds, I didn't do anything special, just copy/paste.

Permalink Reply by soaringeagle on June 22, 2012 at 9:32pm it couldnt be a 3 collumn vs 2 collumumn thing or a flat style vs threaded style right i mean it adds it below every text editor on your site right?

Permalink Reply by Patrick Chappelle on June 22, 2012 at 9:43pm Don't know. Might be a script conflict thing. Just noticed I have a problem with a few right now. Too tired to fix it. it's taking every ounce of strength I've got to focus not to type like you. LOL Bed time.
Be well, bro.

I have updated the code please read my post again and use the code.
Permalink Reply by Emmanuel Ace on June 22, 2012 at 11:43pm Since the textbox can be only see by members who logged in
Why not make it public to anyone to comment
Code:
<script type="text/javascript">
x$(document).ready(function(){
x$("div.left-panel").after('<div id="fb-root"></div><div class="fb-comments"></div>');
});
</script

Well I've already updated the code.

Permalink Reply by soaringeagle on June 23, 2012 at 12:22am how the hell did u get this to work?
btw i was told this to[ips nothing byt troubke wil cause site to run real slow will cause browser crashes etc
but i would still like to know how any of u actualy got it to work
Permalink Reply by medicsindex on June 28, 2012 at 2:34pm is this code suppoed to be added to the Custom Code section, or at the Design Studio ?

Custom code of design studio
Permalink Reply by Miguel Romero on June 30, 2012 at 8:26am i dont know where is that...in custom code...can you sent me a print screen?
Permalink Reply by Jay Ferrari on June 22, 2012 at 11:55pm add this
data-width="575"> after class="fb-comments"
so that you have
<script type="text/javascript">
x$(document).ready(function(){
x$("div.texteditor").after('<div id="fb-root"></div><div class="fb-comments" data-width="575"></div>');
});
</script><script type="text/javascript">
x$(document).ready(function(){
x$("div#discussionReplies").before('<div id="fb-root"></div><div class="fb-comments" data-width="575"></div>');
});
</script>
Permalink Reply by Jay Ferrari on June 22, 2012 at 11:55pm do what suits your site.... Thanks Bernard!!
Paul Crane replied to Paul Crane's discussion '3.0 customizing content' in the group The Sandbox
Kos replied to Paul Crane's discussion '3.0 customizing content' in the group The Sandbox
Fire-Tech replied to Fire-Tech's discussion 'Ning 3.0 First Accessment' in the group The Sandbox
Kos replied to Paul Crane's discussion '3.0 customizing content' in the group The Sandbox
Kos replied to Kos's discussion '3.0 My Thoughts From A Non-Coder (edited 5/19/13)' in the group The Sandbox
Kos replied to Kos's discussion '3.0 My Thoughts From A Non-Coder (edited 5/19/13)' in the group The Sandbox
Kos replied to SweetPotato's discussion 'Simple, Responsive Slider for Ning 3.0'
Kos replied to Kos's discussion 'What's The Best Width When Designing A Header in 3.0?' in the group The Sandbox© 2013 Created by Ning.
