https://github.com/wp-digital/wp-share
WordPress MU plugin for fixing facebook sharing bug
https://github.com/wp-digital/wp-share
Last synced: 21 days ago
JSON representation
WordPress MU plugin for fixing facebook sharing bug
- Host: GitHub
- URL: https://github.com/wp-digital/wp-share
- Owner: wp-digital
- Created: 2015-04-30T13:59:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T12:22:57.000Z (about 10 years ago)
- Last Synced: 2025-01-25T14:43:35.222Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Facebook sharing fix for WordPress
WordPress MU plugin
##Usage
* add to your `wp-config.php`
`define('FACEBOOK_SHARE_APP_ID', YOUR_FACEBOOK_APP_ID);`
`define('FACEBOOK_SHARE_APP_SECRET', YOUR_FACEBOOK_APP_SECRET);`
* move files to `wp-content/mu-plugins` dir