Hi !
I installed the plugin Sync facebook events ti synchronise my facebook page events with my website using The Events Calendar plugin.
I tried to modify code of the plugin following instructions here
My website is here :
Click on “Agenda” page.
What should I do ?
Thank you for your help
]]>Hi all,
I was surprised that venues were duplicated whenever I clicked on the UPDATE button. That’s why I wrote this code :
$location = explode(',',$event['location'],2);
$venues = tribe_get_venues();
$venue_exist = false;
foreach($venues as $venue){
if (strtoupper($venue->post_title)==strtoupper($location[0])){
$args['Venue']['VenueID'] = $venue->ID;
unset($args['Venue']['Venue']);
unset($args['Venue']['City']);
unset($args['Venue']['Country']);
$venue_exist =true;
break;
}
}
if (!$venue_exist){
unset($args['Venue']['VenueID']);
$args['Venue']['Venue'] = $location[0];
$args['Venue']['City'] = $location[0];
if ($location[1]<>''){$args['Venue']['Country'] = $location[1];}else{$args['Venue']['Country']='France';}
}
I replaced the line 140 of the sync-facebook-events.php file. By default, this line is :
$args['Venue']['Venue'] = $event['location'];
Enjoy !
]]>Hi there!
I can’t make the plug-in run, can you please give me a hand?
I created a facebook app and successfully linked it to my facebook page. Then I installed Sync Facebook Events using the Installation guidelines provided.
I filled the Setting -> Sync FB events, but when I hit “update” I get a blank page.
Please advice
]]>Hello,
after sync events from Facebook, my descriptions missing some lines break.
How can i fix this problem?
Hi! I am not sure if that is possible at all with this plug-in, but I don’t see any pictures in my events? I mean featured image that is shown on Facebook. Is it possible to set Facebook Event avatar as the Featured Image.
If not, can you just point me in the right way? I am a developer and am at home with PHP, javascript and using APIs.
Best,
Zvonimir Dusper
in the 1.0.8 code the venue data is sparse and gets duplicated every time I update.
I made some changes to the original file to get more data and update it correctly every time.
check it out here:
https://gist.github.com/managementboy/9463425
I added code in line 187
$args['Venue']['VenueID'] = tribe_get_venue_id($post_id);
$args['Venue']['Venue'] = $event['location'];
$args['Venue']['City'] = $event['venue']['city'];
$args['Venue']['Street'] = $event['venue']['street'];
$args['Venue']['State'] = $event['venue']['state'];
$args['Venue']['Country'] = $event['venue']['country'];
$args['Venue']['Zip'] = $event['venue']['zip'];
$args['Venue']['Address'] = $event['venue']['street'];
]]>
Hi guys,
I have just installed the plugin, entered all App IDs etc. correctly but I only get a blank page and no updates have been made.
Is this plugin still supported?
Any idea why it is not working?
Many Thanks!
]]>This plug-in has been working perfectly for several months. Suddenly, it quit syncing. I’ve deleted and re-installed both this plug in and The Events Calendar. My old, past events appear. New ones are not showing up. What am I doing wrong?
]]>I have the sync working, but the times are mismatched. The event starts are 6pm, but shows 11pm. I have set my timezone correctly. Any idea as to what is causing this?
]]>Hi there
Could you tell me whether SSL is required on my host to display FB events via this plugin? I’ve encountered this issue with another events plugin.
Thanks!
]]>Hi all,
In my case initial errors in configuration were solved by enabling “php_curl” extension in my server.
After the plugin didn’t import FB events. In my case I had to change this code in lines 125 and 127 of sync-facebook-events.php file
$offsetStart =($event['start_time'])+$offset;
$offsetEnd = $event['end_time']+$offset;
to
$offsetStart =strtotime($event['start_time'])+$offset;
$offsetEnd = strtotime($event['end_time'])+$offset;
What a great plugin!!!! I love it
Hope it helps ??
]]>I’m trying to use the plugin with a FB group. When I click on the ‘Update’ button this is what appears:
Updating all facebook events...
Events Calendar updated with current Facebook events.
But nothing is actually imported.
Thanks
]]>I added a few facebook accounts to try and get the Event Sync to work. Still no luck. One problem I have is that when removing a bad entry that doesn’t work, I am led to a 404 page and the entry is still not deleted.
Any one else having this issue?
]]>I get this when I press “update”.
Fatal error: Uncaught Exception: 601: Parser error: unexpected ‘:’ at position 140. thrown in /home/on25553/domains/fortunadames.nl/public_html/wp-content/plugins/sync-facebook-events/facebook.php on line 515
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Hi,
I’ve got this working with the events calendar: https://www.ads-software.com/extend/plugins/the-events-calendar/
Would it be possible to make Sync Facebook Events compatible with the All in one event calendar? https://www.ads-software.com/plugins/all-in-one-event-calendar/
Would be great!
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Please explain if this plugin also has the capability to import events that have been posted on facebook groups?
Many of the organizations I deal with post events on the Groups they manage and not Facebook Fan pages.
Thanks!
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>I have gotten the plugin to sync all my events, but it won’t grab the end time of the event. It gets the correct start time, but sets the end time as the same as the start time. Any ideas as to why this is happening? All the end times are entered in correctly on the facebook events pages.
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>I have followed all of the instructions and checked to make sure the app ID, app secret, and UID is all correct. I have even removed the Facebook App. and re-created it and proceeded to repeat everything all over again… still no luck.
I have setup apps before and never had a problem until now.
I keep getting this same error:
Updaing all facebook events…
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/shilohcp/public_html/wordpress/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
Events Calendar updated with current Facebook events.
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>hi there
i’m using wp 3.51, events calender 2.0.11
i can install the plugin but it cannot be activated, giving fatal error:
Parse error: syntax error, unexpected $end in C:\xyz\abc\123\wp-content\plugins\sync-facebook-events\sync-facebook-events.php on line 293
pls help!
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Can this plugin import events that the facebook pages/profiles attending or only events that is created by the given page/profile?
I have hooked it up on my website, and I do not have any own events, but attending a few, I would like to sync those. Is that possible?
thanks
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>I’ve filled everything correctly and the page has events however i receive the following error once i press update:
Warning: reset() expects parameter 1 to be array, null given in /**SITEADRES**/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 184
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Warning: Invalid argument supplied for foreach() in /home/muscad/public_html/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 271
Tried the fix that was mentioned about editing the last line of the code to ‘<?php } ?>’ but nothing changes.
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Every time I click update, I receive this error.
Fatal error: Uncaught Exception: 190: Invalid OAuth access token signature. thrown in … sync-facebook-events/facebook.php on line 515
I followed the instructions to the letter. I have an auth token and secret key that I created specifically for this – and they work just fine anywhere else. Even though thats the case, the plugin is not syncing the events from facebook and will not manually update because it’s giving me this error. Any ideas what could be happening?
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>After i hit update it goes to a blank page, i have checked the app id and all still no go, any ideas?
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Hi I am getting this error using Xampp.
Fatal error: Uncaught CurlException: 77: error setting certificate verify locations: CAfile: H:\xampp\htdocs\sargentopimienta\wp-content\plugins\sync-facebook-events/fb_ca_chain_bundle.crt CApath: none thrown in H:\xampp\htdocs\sargentopimienta\wp-content\plugins\sync-facebook-events\facebook.php on line 623
Anyone else experience this or knows how to fix it?
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Hi,
I have created an facebook app, and get the app id and secret …
So, where can I find the UID Page ?
thank u
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>The plugin (with scottconnerly’s fix for multiple imports) seems to do everything correctly except it’s saying all imported events took place on December 31, 1969. Anyone else having this problem or know how to fix it? Thanks in advance.
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>doesnt work, do i need to fill in more?
Facebook App ID:this one i have
Facebook App Secret: ???
Update Fequency:
Add Facebook Page UID: ???
Warning: Invalid argument supplied for foreach() in /home/sinnis/domains/johnnysinnis.com/public_html/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 223
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Hello,
Got it working, but all events default to December 31st, 1969, and some data on author doesn’t publish. Here are the errors if I manually update:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/me/prattnaturecenter.com/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 127
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/me/prattnaturecenter.com/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 134
Inserting:590
This happens on every attempted sync event.. ?
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>Warning: Invalid argument supplied for foreach() in /xx/xxx/xxxx/wp-content/plugins/sync-facebook-events/sync-facebook-events.php on line 223
Please help
https://www.ads-software.com/extend/plugins/sync-facebook-events/
]]>