Using Facebook & Google simultaneously

Home Forums Calendar Products Events Calendar PRO Using Facebook & Google simultaneously

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1384272
    Joshua Daley
    Participant

    Okay, so my client wants to use Facebook whenever they have image content & rely on Google the remainder of the time. I think that means they would delete Google events manually whenever they shared a duplicate via Facebook.

    Any reason this wouldn’t work well?

    Thanks!

    #1385302
    Cliff
    Member

    Hi, Joshua.

    If you’re asking about imports from Event Aggregator, there wouldn’t be any way for us to determine if something is a duplicate.

    However, you could add some custom coding to do so.

    I wouldn’t be able to provide you the code to accomplish this,ย per our Scope of Support / Terms, but you could look into using one or more of these hooks:

    • Actions:
      • tribe_aggregator_before_insert_posts
      • tribe_aggregator_after_insert_posts
    • Filters:
      • tribe_aggregator_before_save_event
      • tribe_aggregator_before_update_event
      • tribe_aggregator_before_insert_event
      • tribe_aggregator_event_image
      • tribe_aggregator_meta_source

    FYI: Event Aggregator’s code lives in this directory:ย https://github.com/moderntribe/the-events-calendar/tree/4.6.5/src/Tribe/Aggregator

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    Please let me know how this customization goes for you.

    #1385575
    Joshua Daley
    Participant

    Thanks. Great info! ๐Ÿ™‚

    #1385914
    Cliff
    Member

    You’re very welcome! ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Using Facebook & Google simultaneously’ is closed to new replies.