SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Dec 30, 2015 13:32:24 GMT -8
How about a code modification to add Facebook comments to board posts so that unregistered board members could leave comments via their facebook accounts?
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Apr 3, 2017 16:47:48 GMT -8
I know this is an old thread but I am still interested in this. If somebody knows how to do it please let me know.
I am not happy with all of the flash animated captcha hoops that Proboards makes guests jump through just to leave a comment. It is ridiculous! Now wonder nobody will leave a comment. I am thinking Facebook or Discus comments would be a great option for guests?
I recently figured out how to put the Facebook comments code where the "quick Reply" Box is but the problem I am having is that the same Facebook comment box appears on each post where I need different boxes for different posts. Any help here greatly appreciated.
|
|
inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Aug 10, 2017 14:12:02 GMT -8
I know this is an old thread but is this still possible ?
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Aug 27, 2017 8:30:09 GMT -8
SafeInSanity cessepedes17 , Following the instructions on this page should give you what you need. For reference the body tags are located in the Forum Wrapper template: Admin Home > Themes > Layout Templates > Forum Wrapper (you'll need to put a part of the code there) and you can put the actual comments code anywhere in the templates you want it to appear. Also, keep in mind that the CAPTCHAs are there for a number of reasons such as preventing spam and preventing malicious guest from using our servers resources.
|
|
inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Aug 27, 2017 12:31:20 GMT -8
SafeInSanity cessepedes17 , Following the instructions on this page should give you what you need. For reference the body tags are located in the Forum Wrapper template: Admin Home > Themes > Layout Templates > Forum Wrapper (you'll need to put a part of the code there) and you can put the actual comments code anywhere in the templates you want it to appear. Also, keep in mind that the CAPTCHAs are there for a number of reasons such as preventing spam and preventing malicious guest from using our servers resources. Ulises where exactly does the code go in the forum wrapper ?
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Aug 27, 2017 12:33:27 GMT -8
Right below the <body> tag. Then the second part of the code that facebook gives you (they outline it pretty clearly which is which) you can place anywhere you want the comments to actually appear.
If you need help in finding the location you want in the layout templates let me know.
|
|
inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Aug 27, 2017 12:35:29 GMT -8
Theres 2 codes that are generates
Step 2: Include the JavaScript SDK on your page once, ideally right after the opening <body> tag. <div id="fb-root"></div> <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/en_US/sdk.js#xfbml=1&version=v2.10"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
Step 3: Place this code wherever you want the plugin to appear on your page.
<div class="fb-comments" data-href="http://www.TheSportsWorldV1.com" data-numposts="10"></div>
im lost
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Aug 27, 2017 12:38:06 GMT -8
This goes right after the body tag:
and this goes anywhere you want, in the forum templates, for the actual comments to appear in your forum:
|
|
inherit
245671
0
Sept 24, 2017 12:13:21 GMT -8
cessepedes17
385
June 2017
cessepedes17
|
Post by cessepedes17 on Aug 28, 2017 7:34:52 GMT -8
At the end of the body tag ? I'm confused and where doesn't the other me go and where is it supposed to show cuz when I put it in I did not notice anything different Ulises please help
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Sept 1, 2017 9:14:40 GMT -8
cessepedes17 Place this part: on a new line AFTER the opening <body> tag. Then this part: can literally go anywhere in the templates (or even global header/footers), or even anywhere you can place html. I'd suggest, just strictly so you can see something, just place that part in the global header.
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Sept 16, 2017 14:20:07 GMT -8
|
|