|
Comments from website to a facebook group
|
| bearstyle |
Posted on 19-06-2012 11:22
|

Junior Member

Posts: 24
Joined: 07/06/2012
|
Does anyone have an idea about how to comment from a phpfusion website to a facebook group?
This is not working: http://developers.../comments/ |
| |
|
|
| alostaz |
Posted on 19-06-2012 14:02
|

Junior Member

Posts: 16
Joined: 20/03/2008
|
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
opentable("Replay from FaceBook");
$link = $settings['siteurl'].FUSION_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : "");
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\'));</script>
<div class="fb-comments" data-href="'.$link.'" data-num-posts="2" data-width="470"></div>';
closetable();
Edited by alostaz on 19-06-2012 20:57
|
| |
|
|
| bearstyle |
Posted on 19-06-2012 19:38
|

Junior Member

Posts: 24
Joined: 07/06/2012
|
I did'nt manage to show anything with the code. Is there any place I need to replace something? |
| |
|
|
| alostaz |
Posted on 19-06-2012 20:45
|

Junior Member

Posts: 16
Joined: 20/03/2008
|
here is the panel folder
put it in the infusions folder
add the panel from the admin panel
alostaz attached the following file:
|
| |
|
|
| bearstyle |
Posted on 20-06-2012 07:32
|

Junior Member

Posts: 24
Joined: 07/06/2012
|
Thanks you very much. Do you know where to put in my Facebook group link in the panel code? |
| |
|
|
| Gillette |
Posted on 20-06-2012 17:31
|

Admin

Posts: 291
Joined: 09/04/2012
|
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] |
| |
|
|
| bearstyle |
Posted on 20-06-2012 21:25
|

Junior Member

Posts: 24
Joined: 07/06/2012
|
Yes, I know, but I need to chose what group on facebook to wright to. |
| |
|
|
| alostaz |
Posted on 20-06-2012 22:45
|

Junior Member

Posts: 16
Joined: 20/03/2008
|
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. |
| |
|
|
| bearstyle |
Posted on 21-06-2012 06:53
|

Junior Member

Posts: 24
Joined: 07/06/2012
|
Ok, thx, so it is not possible to wright to a facebook group in any way? |
| |
|
|
| alostaz |
Posted on 21-06-2012 16:02
|

Junior Member

Posts: 16
Joined: 20/03/2008
|
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://developer...gins/send/ |
| |
|