Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Comments from website to a facebook group

Asked Modified Viewed 2,701 times
B
bearstyle
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

Does anyone have an idea about how to comment from a phpfusion website to a facebook group?
This is not working: http://developers.facebook.com/docs/r.../comments/
0 replies

9 posts

A
alostaz
A
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

You can use Send Button:
The Send button allows your guests to easily send your content to their friends or groups or e-mail address.

https://developers.facebook.com/docs/reference/plugins/send/
0 replies
B
bearstyle
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Ok, thx, so it is not possible to wright to a facebook group in any way?
0 replies
A
alostaz
A
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

you don't write to facebook group.
you are using facebook plugin to enable guests to comment in your site with facebook user name only.
0 replies
B
bearstyle
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Yes, I know, but I need to chose what group on facebook to wright to.
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Just paste the above code located in Post #2 Or download the panel from post #4
Then simply enable the panel,If your logged into FB everything should work fine.
[tested & works]
0 replies
B
bearstyle
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Thanks you very much. Do you know where to put in my Facebook group link in the panel code?
0 replies
A
alostaz
A
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

here is the panel folder
put it in the infusions folder
add the panel from the admin panel
alostaz attached the following file:
facebook_replay_panel.zip [No information available / 238 Downloads]
0 replies
B
bearstyle
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

I did'nt manage to show anything with the code. Is there any place I need to replace something?
0 replies
A
alostaz
A
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

to add replay from your site to the guest's facebook profile
add new lower center panel which display in all pages
with this php code

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]opentable("Replay from FaceBook"wink;
$link = $settings['siteurl'].FUSION_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : ""wink;
echo '<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/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, \'script\', \'facebook-jssdk\'wink);</script>

<div class="fb-comments" data-href="'.$link.'" data-num-posts="2" data-width="470"></div>';
closetable();[/syntaxhighlighter]
Edited by alostaz on 19-06-2012 21:57,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

A
A
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 3 threads in the forums
G
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
B
B
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet