facebook comments for phpbb ?

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Suggested Hosts
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
grayson11
Registered User
Posts: 78
Joined: Mon Jan 24, 2011 6:21 pm

facebook comments for phpbb ?

Post by grayson11 »

what url should i enter in facebook comments href space .......want different comment boxes for different topics ?
click here
The only Way To Earn on net......njy ur life: click here
grayson11
Registered User
Posts: 78
Joined: Mon Jan 24, 2011 6:21 pm

Re: facebook comments for phpbb ?

Post by grayson11 »

?
The only Way To Earn on net......njy ur life: click here
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: facebook comments for phpbb ?

Post by Brf »

I am not sure what your question is. This is not support for Facebook.
grayson11
Registered User
Posts: 78
Joined: Mon Jan 24, 2011 6:21 pm

Re: facebook comments for phpbb ?

Post by grayson11 »

please visit the above link ....actually wanted to know ....what url should i enter in url to comment ..........i want to add it after each topic ..............but when i enter a url ..................it shows the same comment on all topic pages ! ..........
The only Way To Earn on net......njy ur life: click here
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: facebook comments for phpbb ?

Post by Brf »

We do not support software downloaded from other sites, and that is what your link leads to -- software on another site. You will need to ask their support how to use their software.
User avatar
uk_martin
Registered User
Posts: 161
Joined: Fri Nov 08, 2002 10:02 am

Re: facebook comments for phpbb ?

Post by uk_martin »

I can understand what Grayson11 is asking, although I think this ought to be directed at MOD creators.

Facebook have a facility for posting comments onto Facebook from other sites. It looks like the facility is only available from fixed URL's though, which are manually input when creating the facility. What is needed is for some kind of dynamic URL injection, so that if, for example, the Facebook Comments box is placed within the Footer of phpBB, and someone comments on a particualr page, then the URL of that page is picked up and sent to Facebook for inclusion as a comment, with a backlink to the originating phpBB forum.

It would be a great addition to other Facebook MODs like the "Like" and "Share" buttons.

As I said, perhaps more correctly located in the MOD Requests section, so perhaps if a move could be organised please, as I too would be interested in such a MOD if someone clever enough to create it could do the honours.

Thanks

Martin
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26505
Joined: Fri Aug 29, 2008 9:49 am

Re: facebook comments for phpbb ?

Post by Mick »

uk_martin wrote:As I said, perhaps more correctly located in the MOD Requests section, so perhaps if a move could be organised please, as I too would be interested in such a MOD if someone clever enough to create it could do the honours
Or, better still, start your own topic in mod requests?
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
grayson11
Registered User
Posts: 78
Joined: Mon Jan 24, 2011 6:21 pm

Re: facebook comments for phpbb ?

Post by grayson11 »

thank u @ uk_martin & Mixstar....for understanding my problem .........and it will prove to be a very useful mod :)
The only Way To Earn on net......njy ur life: click here
User avatar
uk_martin
Registered User
Posts: 161
Joined: Fri Nov 08, 2002 10:02 am

Re: facebook comments for phpbb ?

Post by uk_martin »

I wonder if it's already been done?

http://phpbbegypt.com/phpBB3/viewtopic.php?f=23&t=21
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26505
Joined: Fri Aug 29, 2008 9:49 am

Re: facebook comments for phpbb ?

Post by Mick »

As stated, this forum is for phpBB support not third party software or mods. If you want to pursue this please post in the appropriate area, thanks.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
grayson11
Registered User
Posts: 78
Joined: Mon Jan 24, 2011 6:21 pm

Re: facebook comments for phpbb ?

Post by grayson11 »

Facebook Comments For Phpbb...Solved

Auto URL Catching

Instead Of The Code Given By Facebook Add The Below Code

Code: Select all

<div id="fbcomments"></div>
<script>
var elemDiv = document.getElementById("fbcomments");
var markup = '';
markup += '<fb:comments href="' + location.href + '"></fb:comments>';
elemDiv.innerHTML = markup;
FB.XFBML.parse(elemDiv);
</script>
To Change Width

Add
width="830"

Before

Code: Select all

></fb:comments>';
The only Way To Earn on net......njy ur life: click here
Locked

Return to “[3.0.x] Support Forum”