Roi Dayan
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Events Widget] 24 Hour Time Formatby default the plugin does use the format in wordpress settings. so not sure why it display you differently.
you can check the code in create_event_div_block()
$start_date = date_i18n(get_option(‘date_format’), $values[‘start_time’]);
$start_time = date_i18n(get_option(‘time_format’), $values[‘start_time’]);getting date_format and time_format options and its the same for end_time.
Forum: Plugins
In reply to: [Facebook Events Widget] No Events showingi actually dont use it for a long time. i kept updating it and tetsing on a demo website but the demo website is currently down.
Forum: Plugins
In reply to: [Facebook Events Widget] Facebook Preview Images Stopped Loadinghttps://wordpress.org/support/topic/no-events-showing-6/
https://developers.facebook.com/blog/post/2018/04/04/facebook-api-platform-product-changes/Seems FB currently has blocked api access to events.
Forum: Plugins
In reply to: [Facebook Events Widget] No Events showingit says its for new developers. so if you created fb app earlier it should work?
Forum: Plugins
In reply to: [Facebook Events Widget] Facebook Preview Images Stopped Loadingis the image url still correct? can you post a link to your site?
Forum: Plugins
In reply to: [Facebook Events Widget] Can’t Load URLthis is probably configuration in facebook app settings. you need to add your website domain to some list there.
Forum: Plugins
In reply to: [Facebook Events Widget] Error when linking to FB Event on Mobile Viewhi,
is this still happening?
I checked puravidaspa.com and saw it doesn’t use the plugin but a facebook iframe which seems to show events now.Forum: Reviews
In reply to: [Facebook Events Widget] Suggestion for recurring dates ?hi,
also the latest date will be not correct right?
if an event can have multiple dates then you need the next date that is not passed already?it only appears if you dont have access token already filled.
if you do then you need to clean it and click save. then try to refresh the page and you should see it.Forum: Plugins
In reply to: [Facebook Events Widget] Time is off by UTC offsetcheck the function event_separator()
that is the function that decides if the even is Today/Tomorrow/etc..
it looks ok so not sureTry to use the get access token button
Forum: Plugins
In reply to: [Facebook Events Widget] Get Access Token Every Monthmaybe need to update the code to renew the access token every few days so it will never expire. I’ll try to check this when I have time or if someone can help the code is available in github https://github.com/roidayan/facebook-events-widget
Forum: Plugins
In reply to: [Facebook Events Widget] Can’t get a permanent Access Token?I’m not sure what is the problem on your end. the access token should hold.
Forum: Plugins
In reply to: [Facebook Events Widget] Show events from closed facebook page?dont know. just try. if it doesn’t work then facebook blocks this.
Forum: Plugins
In reply to: [Facebook Events Widget] Time is off by UTC offsetFrom a different post nebuar already found it.
The option to fix this is in the widget instance settings.