Announcement

#46 2011-03-07 12:59:26

Boym
Guest

Re: [Plugin] FacebookPlug

rub wrote:

What the version of FF?

I have FF 3.6.15.

rub wrote:

But with new Piwigo version, I don't have the problem:
http://demo.piwigo.net/picture.php?/207 … 1-20070618

This page work me correctly too. I have Piwigo 2.1.6, it is last version?

 

#47 2011-03-07 22:24:58

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

Boym wrote:

rub wrote:

But with new Piwigo version, I don't have the problem:
http://demo.piwigo.net/picture.php?/207 … 1-20070618

This page work me correctly too. I have Piwigo 2.1.6, it is last version?

Yes, the last.
demo.piwigo.net is the release candidate for next 2.2.

Offline

 

#48 2011-03-15 09:24:47

mbwallace4
Member
United Kingdom
2010-11-04
2

Re: [Plugin] FacebookPlug

Nice plugin/extension.  I must read this again and again just to get familiar since I haven't used an extension before.  I'll see what I get.

Offline

 

#49 2011-04-04 17:04:54

Gershon Lehrer
Guest

Re: [Plugin] FacebookPlug

hi,

Thank you for the wonderful plugin.

Is there a way to define to which facebook-album the photo should be uploaded?
It now always loads all photos to the same facebook-album.

Gershon

 

#50 2011-04-04 17:06:18

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

hi,

Thank you for the wonderful plugin.

Is there a way to define to which facebook-album the photo should be uploaded?
It now always loads all photos to the same facebook-album.

Gershon

Offline

 

#51 2011-04-04 21:53:20

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

lehrer wrote:

Is there a way to define to which facebook-album the photo should be uploaded?
It now always loads all photos to the same facebook-album.

No, I think to add this on next version (load all photos).

If you want to loas all images, you can use with a personal plugin (ext:144):

Code:

add_event_handler('loc_begin_index', 'fbp_dazou_loc_begin_index', EVENT_HANDLER_PRIORITY_NEUTRAL+1);

function fbp_dazou_loc_begin_index()
{
  global $page;

  if (script_basename() =='index')
  {
    $page['fbp']['og']['image'] = '';
    //$page['fbp']['url_thumbnail_image'] = '';
  }
}

Offline

 

#52 2011-04-04 21:53:34

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

rub wrote:

lehrer wrote:

Is there a way to define to which facebook-album the photo should be uploaded?
It now always loads all photos to the same facebook-album.

No, I think to add this on next version (load all photos).

If you want to loas all images, you can use with a personal plugin ([extension by Piwigo Team] LocalFiles Editor):

Code:

add_event_handler('loc_begin_index', 'fbp_dazou_loc_begin_index', EVENT_HANDLER_PRIORITY_NEUTRAL+1);

function fbp_dazou_loc_begin_index()
{
  global $page;

  if (script_basename() =='index')
  {
    $page['fbp']['og']['image'] = '';
    //$page['fbp']['url_thumbnail_image'] = '';
  }
}

Offline

 

#53 2011-04-05 12:11:23

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

Thank you!

Will this also enable to me to define before each upload what the name of the new facebook album should be?

Offline

 

#54 2011-04-05 14:18:52

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

Hello,

When I applied the script, my website went offline.

Could it be that there is a bug?

Gershon

Offline

 

#55 2011-04-05 18:29:42

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

lehrer wrote:

Thank you!

Will this also enable to me to define before each upload what the name of the new facebook album should be?

It's on my todo list.

lehrer wrote:

Hello,

When I applied the script, my website went offline.

Could it be that there is a bug?

Gershon

Do you have a link?

Modify /plugins/PersonalPlugin/main.inc.php and had "<?php >":

Code:

<?php
add_event_handler('loc_begin_index', 'fbp_dazou_loc_begin_index', EVENT_HANDLER_PRIORITY_NEUTRAL+1);

function fbp_dazou_loc_begin_index()
{
  global $page;

  if (script_basename() =='index')
  {
    $page['fbp']['og']['image'] = '';
    //$page['fbp']['url_thumbnail_image'] = '';
  }
}
?>

Offline

 

#56 2011-04-05 18:36:32

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

Do you mean /plugins/FacebookPlug/main.inc.php?

Offline

 

#57 2011-04-05 18:44:43

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

Hello,

I finally found out what you mean.
Sorry for my dumbness.

I edited my personal plugin, installed and infally activated it.

How do I use the plugin now to upload the album?

When I click on upload photo to facebook, it uploads only one photo per time, I'd like to be able to upload a whole album at once.

Gershon

Offline

 

#58 2011-04-05 18:48:56

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

Activate your personal plugin and wait a day!
Facebook manage a cache.

Offline

 

#59 2011-04-06 16:19:04

lehrer
Member
2010-08-30
24

Re: [Plugin] FacebookPlug

Hello,

It still does not work:

www.gershon-lehrer.be/gallery

Offline

 

#60 2011-04-07 06:38:29

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: [Plugin] FacebookPlug

lehrer wrote:

Hello,

It still does not work:

www.gershon-lehrer.be/gallery

No picture on list, I know why.
I search.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact