AppID error
-
Hi,
In file wp-fb-share-like-button/wp_fb_share-like_widget.php, line 360 you need to replace this code:
js.src = "//connect.facebook.net/$lang1/all.js#xfbml=1&appId='.$appid.'";with this one
js.src = "//connect.facebook.net/$lang1/all.js#xfbml=1&appId={$appid}";Without this fix some other plugins that require appId parameter may be broken by your plugin (for example Share button in the Page Plugin).
Cheers
The topic ‘AppID error’ is closed to new replies.