Page 2 of 2
Re: Facebook Comments
Posted: 27 Jun 2011, 00:47
by godfatha
I have the same problem. But if I deactivate "Search Engine Friendly URLs" in Global Configuration the Like-Button has no warning and works.
But the Button doesn't works 100%. If I press the button, Facebook shows a link, but only a link to my page like mydomain.com/index.php?option=com_content.
The correct link is mydomain.com/index.php?option=com_content&view=article&id=28&Itemid=280
Re: Facebook Comments
Posted: 29 Jun 2011, 13:59
by Jan
Hi, no idea why it cut the link, you can set in settings of the module which parameters will be cut (mostly pagination like limit or limitstart is cut so the link is allways the some for every pagination) but not sure why view etc. is cut by facebook, this is more a question on facebook developers

Re: Facebook Comments
Posted: 29 Jun 2011, 14:04
by meisterlampe
hi,
thanx for your answer.
its not a facebook problem, this problem occurs with all of the social networks which can be choosen.
greets
Re: Facebook Comments
Posted: 13 Jul 2011, 23:39
by brugnago
I Found this issue.
I had exactly the same poblem.
It would show me a link
http://caribarao.co.ccestudantes/atas-d ... trote-1207
when it supposed to be
http://caribarao.co.cc/ww2/index.php/es ... trote-1207
Sound's like there is some kind of issue with the joomla function &JFactory::getURI();
Just edit the program:
modules/mod_phoca_facebook_comments/mod_phoca_facebook_comments.php
Create a new variable:
$uri2 = JURI::current();
and then substitute the code:
$tmpl['uri'] = $uri->toString();
for
$tmpl['uri'] = $uri2;
Good Luck
and use the function