Page 1 of 1

Change color facebok comment API

Posted: 02 Jul 2011, 01:52
by logpas
hi,i use on site facebook comment API but he is black and because I have a black pattern I have not seen comments on how to change the white? Sorry my english google translate best :P Image

Re: Change color facebok comment API

Posted: 07 Jul 2011, 23:22
by Jan
Hi, no experiences there :-(, I think this should be a question on Facebook developers. :-( :idea:

Re: Change color facebok comment API

Posted: 09 Jul 2011, 22:43
by sherinkapotein
FInally after a few hrs or brain mincing figured a way out

Log in to your Web Ftp and browse to the Joomla install
then go to "your_joomla_root_folder"/modules/mod_phoca_facebook_comments
open folder named tmpl
open default.php for editing
look for the line like this one

echo '<div class="pfbcc"><fb:comments href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'


Add a lil spice to this line to get your code working

echo '<div class="pfbcc"><fb:comments ' colorscheme="dark" href="'. $tmpl['uri'] .'" simple="1" '. $cCount.' width="'. (int)$tmpl['fb_comment_width'] .'"></fb:comments>'

note the addition of code colorscheme="dark" thats the buzz kill
Enjoy

Re: Change color facebok comment API

Posted: 11 Jul 2011, 00:00
by logpas
Hi, thank you for having responded to my request,unfortunately I don't have such a module :cry: PhocaDownload 2.0

Re: Change color facebok comment API

Posted: 21 Aug 2011, 16:34
by Staples
logpas wrote:Hi, thank you for having responded to my request,unfortunately I don't have such a module :cry: PhocaDownload 2.0
I don't have the mod_phoca_facebook_comments in my Joomla install

I need another way for a fix :idea:

Thanks!