redink-no / wp-share
WordPress plugin for fixing social sharing issues
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 3
Type:wordpress-muplugin
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-02-01 20:58:27 UTC
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