FB Display Events Shortcode plugin allows you to display list of events from Facebook on your website using shortcode..
To display event use shortcode with attribute fb event id, example.
access token=YYYYY and replace XXXXXX with Facebook User Name, YYYYYY with your access token.
Go to the event from which you want to get ID.
Get URL from the webbrowser. xxxxxx refers to the event id https www facebook com events xxxxxx.
Sice and until are timestamps. https graph facebook com 463776883765579 events attending fields=id, name, description, place, timezone, start time, cover&access token= XXXXXXXXXXXXXXXXXXX&since=1388534400&until=1468972800..
Replace $fields= id, name, description, place, timezone, start time, cover. with $fields= id, name, description, location, timezone, start time, cover. or $fields= id, name, description, timezone, start time, cover...
Shortcode not working I did test here https graph facebook com 463776883765579 events attending fields=id, name, description, place, timezone, start time, cover&access token= XXXXXXXXXXXXXXXXXX&since=1388534400&until=1468972800.
I replaced XXXXXXXX with my token but that's not how it works. how should I do thanks... the shortcode displays as plain text.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more