Facebook Changes

Shaun Mason

Active member
Previously, in all the FB integration items (Recommend, etc) I changed the attributes to colorscheme=dark so the text would be light, now that it has changed to the JavaScript libary, I'm not sure how to accomplish this.

Any ideas?
 
I solved this issue by replacing this line:

Code:
<fb:like href="{$url}" show_faces="true" width="500" action="recommend" font="trebuchet ms"></fb:like>

with

Code:
<fb:like href="{$url}" show_faces="true" width="500" action="recommend" font="trebuchet ms" colorscheme="dark"></fb:like>

in then "share_page" template.

--

I still have not figured out how to do the same to the Face Pile now include in the View Member page.
 
Top Bottom