Hello !
Same problem : shorcode not working.
Can you help us Krzysztof Kuziel ?
Best regards
http://www.masterfight.net/
Have you found the solutions?
Have you found the solutions?, can you share it with me?
Problem maybe is in conflict with another plugins. Try to deactivate some.
That is not the soulution but it may help to figure out what is going on.
—
If You want to check if the plugin, token or linka are realy working just
try to install fresh wordpress with only that plugin.
Paste your token in settings.
Put those shortcodes on sample page
[fb_display_events fb_user_id=”463776883765579″ fb_time=”upcoming”]
[fb_display_events fb_user_id=”463776883765579″ fb_time=”past” limit=10]
It works on 100%.
Yes, thanks a lot! – solution is simple.
For all of you:
In file – “fb-display-events-shortcode.php”
You need to change the field variable name from “place” to “location”.
$fields=”id,name,description,place,timezone,start_time,cover”;
working:
$fields=”id,name,description,location,timezone,start_time,cover”;
Thanks a lot for help with this!.
Jarek
I’m glad that solution works for you. But it seems that will work but after that event will have information “Location not fully set”.
In FB Location is in Place.
Just try
https://graph.facebook.com/463776883765579/events/attending/?fields=id,name,description,place,timezone,start_time,cover&access_token=XXXXXXXXXXXXXXXXXXX&since=1388534400&until=1468972800
or
https://graph.facebook.com/463776883765579/events/attending/?fields=id,name,description,location,timezone,start_time,cover&access_token=XXXXXXXXXXXXXXXXXXX&since=1388534400&until=1468972800
Replace XXX with your token and you will see differences.