EnglishHello,
I can find the plugin to add the google +1 and the twitter button, but is there a plugin to add the facebook like / recommend button as well? I could not find this plugin.
There is a facebook integration but thats not really what I need, I just need a like / recommended button plugin same as twitter and +1.
I can manually add the button, but I wanted to request it as a piwigo plugin.
Thanks
iLL
Offline
Hello,
I have gone ahead and installed this, but how do i move the position of the like button? Id like them to appear next to the +1 and tweet buttons..
I also get a text "Share on facebook" and i am not sure if this is the same thing as the like button?
Its also not an image, its just in text.. so i have 2 links..
Any direction on how to move this like button (located below the picture) next to my google button would be appreciated.
(see image below)
Thanks
Last edited by iLL (2012-01-24 17:49:09)
Offline
Could you give me a link of your gallery? (MP if ncessary)
Offline
Could you try on plugin\Facebook\include\constants.inc.php to replace:
define('FBP_PATH' , PHPWG_PLUGINS_PATH.basename(FBP_DIR));by
define('FBP_PATH' , get_root_url().'plugins/'.basename(FBP_DIR));Offline
Hello,
I have gone ahead and made those changes but I did not see it reflect a difference on the site.
Ill leave the changes in places in case you wanted to take a look.
Thanks
PS: I would like to remove the "share on facebook" textlink, but move the "Like" button (under photo), next to the +1 above the photo. Hope this is not too complicated.. Thanks
Offline
Could you try a other solution, on plugin\Facebook\include\constants.inc.php to replace:
define('FBP_PATH' , PHPWG_PLUGINS_PATH.basename(FBP_DIR));by
define('FBP_PATH' , get_gallery_home_url().'plugins/'.basename(FBP_DIR));Offline
Hello,
I'm Trying to move (reposition) the FB button (facebookplug extension) that appears on the far right side of the action buttons menu. I want it to show next to the twitter and G+ buttons but I don't know what changes to make to make this happen.
I tried what rub suggested but nothing changed, it's still on the same position.
I'd appreciate any additional information besides rub's, on how to reposition the FB button.
Thank you.
Offline