WP Manifestindependent plugin directory
manifest / events / my-facebook-events

My Facebook events

[Wordpress] A Wordpress plugin that grabs events that you've RSVP'd to in Facebook and import them into Wordpress.

by James Elks · github.com/jameselks/my-facebook-events · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jameselks/my-facebook-events/archive/refs/heads/master.zip

Declares an update source (https://github.com/jameselks/my-facebook-events), so updates arrive through the plugin's own updater.

From the readme

My Facebook Events Import Facebook events from an individual Facebook account to Wordpress posts. Then display them in a list or a map. Allows you to: - Download events that you've RSVP'd to from Facebook (including image) - Automatically update if the Facebook event changes - Add your own events - Attempt to geocode events without a location using Google Places API - Display todays events on a map using a shortcode using Google Maps API - Display a list of events using a shortcode Details Tested with PHP 7.1. Installation 1. Download the master branch (.zip) from GitHub. 1. Upload elks-events directory to the /wp-content/plugins/ directory 1. Activate the plugin through the 'Plugins' menu in WordPress Configuration Create a Facebook app Log in to Facebook Visit Facebook for developers Select My Apps Add a new app Go to Dashboard Copy your app ID and app secret into the Facebook Events settings page. Go to Settings Add your domain to App Domains (e.g. test.com) Select Add platform (at the bottom) Select We

Read the full README on GitHub →