Page 1 of 3

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 16 Aug 2010, 16:07
by mrlew
What about the FaceBook and Twitter icons on the Cooliris 3D Wall

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 16 Aug 2010, 22:15
by Jan
Hi, please let me know some more information about this button (where to place, what should be displayed, where to redirect, etc. etc.) so this can be added to feature request list.

For know you can set own custom link, so this can be used for link you need. (e.g. for Facebook link, you can change the icon in assets/images folder, so then it can fit your needs)

Jan

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 27 Aug 2010, 20:54
by ctecha
If possible could you please make the facebook plugin work so that I can put it inside the lightboxes as well? I would like to use it to "facebook like" galleries and stuff. Ideally I would be able to place the button inside jak slideshow so when people are scrolling through images in the lightbox they can choose to share the entire gallery to facebook. I've been trying to do this myself but I'm not a programmer. I appreciate your help

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 28 Aug 2010, 13:58
by Jan
Added into feature request list.

Jan

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 21 Sep 2010, 09:46
by domfitty
Editing template files I made a small integration:

http://www.webcilento.com/category/2-fo ... onati.html

Anyone know how to add a 'tab' near to 'Giudizio' and 'Commenti'?

It will be nice to have a tab called for example Facebook (and fb logo) with like button, comment stream and share button.

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 21 Sep 2010, 13:18
by Jan
Please let me know the guide how to implement the facebook comments (facebook plugin) to the site.

I will implement this into the next release.

I think the place can be in folder "Comments" so in the parameters there will be 3 options:

- standard comments (allready exist)
- external comments (jcomments - allready exists)
- facebook comments


Thank you, Jan

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 21 Sep 2010, 15:06
by domfitty
I have a layout problem with IE8

http://www.webcilento.com/category/7-fo ... aroli.html

I tried to remove my customization but I don't resolved....tabs not showing correctly

Here the customization instruction

To have facebook comments you have to setup an application (here http://www.facebook.com/developers) and obtain app-id.

Then you have to add

Code: Select all

xmlns:fb="http://www.facebook.com/2008/fbml"
to <html>tag

Something like

Code: Select all

<html xmlns="http://www.w3.org/1999/xhtml" [b]xmlns:fb="http://www.facebook.com/2008/fbml"[/b] xml:lang="en" lang="en">
Add this code right after the <body> tag:

Code: Select all

    <div id="fb-root"></div>
    <script>
      window.fbAsyncInit = function() {
        FB.init({
          appId  : '[b]YOUR APP ID[/b]', [color=#FF0000]<<----- this the app id obtained from http://www.facebook.com/developers[/color]
          status : true, // check login status
          cookie : true, // enable cookies to allow the server to access the session
          xfbml  : true  // parse XFBML
        });
      };

      (function() {
        var e = document.createElement('script');
        e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
        e.async = true;
        document.getElementById('fb-root').appendChild(e);
      }());
    </script>
Add this code in the template

Code: Select all

<fb:comments></fb:comments>

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 21 Sep 2010, 22:14
by Jan
Hi, thank you for the guide, what you mean with design problems, I am viewing it with IE8 and see no problems there?

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 22 Sep 2010, 08:19
by domfitty
Image

Uploaded with ImageShack.us

This is what I see :?

:idea: :idea: :idea:

Re: ADD to Facebook Button for Phoca Gallery?

Posted: 22 Sep 2010, 14:29
by Jan
Hmmm, I see it correct, which browser you are using?