alfredopacino Posted June 4, 2014 Share Posted June 4, 2014 (edited) there is a way to change these settings? https://developers.facebook.com/docs/plugins/like-box-for-pages Edited June 25, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
alfredopacino Posted June 13, 2014 Author Share Posted June 13, 2014 upp? Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2014 Share Posted June 14, 2014 can you specify what and where you want to change? you posted url to facebook likebox generator page, you can't change it because it's on facebook side. you can create there own facebook likebox with own, specified by you options. Link to comment Share on other sites More sharing options...
alfredopacino Posted June 14, 2014 Author Share Posted June 14, 2014 can you specify what and where you want to change? you posted url to facebook likebox generator page, you can't change it because it's on facebook side. you can create there own facebook likebox with own, specified by you options. for example i want to hide the avatars, here the sample code of faceboook dev page <div class="fb-like-box" data-href="https://www.facebook.com/FacebookDevelopers" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div> as you can see the options are data-attributes..but where can i change those? Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2014 Share Posted June 14, 2014 data-show-faces="true" to: data-show-faces="false" Link to comment Share on other sites More sharing options...
alfredopacino Posted June 14, 2014 Author Share Posted June 14, 2014 (edited) data-show-faces="true" to: data-show-faces="false" in PS i cant see those data-attr.. i'm asking exactly that where are? Edited June 14, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2014 Share Posted June 14, 2014 so just add it ;-) in addition, i didn't know that you want to modify default module Link to comment Share on other sites More sharing options...
alfredopacino Posted June 14, 2014 Author Share Posted June 14, 2014 (edited) there is a way to edit the tpl like that?: if (hook==leftColumn){ do that} else { do this} basically i want to show the facebook module in two different ways in two different positions Edited June 14, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
alfredopacino Posted June 18, 2014 Author Share Posted June 18, 2014 there is a way to edit the tpl like that?: if (hook==leftColumn){ do that} else { do this} basically i want to show the facebook module in two different ways in two different positions is possible something like that? Link to comment Share on other sites More sharing options...
alfredopacino Posted June 25, 2014 Author Share Posted June 25, 2014 i solved, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts