Title: Plugin patch
Last modified: August 24, 2016

---

# Plugin patch

 *  [Rasiel](https://wordpress.org/support/users/rasiel/)
 * (@rasiel)
 * [11 years ago](https://wordpress.org/support/topic/plugin-patch/)
 * Hi All,
 * We all know that Facebook is forcing everybody on the Internet to be compatible
   with their policy, and Facebook Open Graph API 1.0 is going to expire on 2015/
   4/30.
 * This plugin is really easy to use, and it works fine with me, but unfortunately
   it seems not be compatible with Facebook Open Graph API 2.0+.
 * So I make a path for it.
 * To install, just go to [https://github.com/rasielchang/nextend-facebook-connect-patch](https://github.com/rasielchang/nextend-facebook-connect-patch),
   download zip file and unzip it, then copy nextend-facebook-connect directory 
   to your WP plugin directory.
 * This patch use Facebook Javascript SDK instead of PHP SDK, so you’ll need to 
   put following code right after html body tag:
 *     ```
       <div id="fb-root"></div>
       <script>(function(d, s, id) {
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) return;
         js = d.createElement(s); js.id = id;
         js.src = "//connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v2.3&appId=<em>YOUR_FACEBOOK_APP_ID</em>";
         fjs.parentNode.insertBefore(js, fjs);
       }(document, 'script', 'facebook-jssdk'));</script>
       ```
   
 * Please replacing _YOUR\_FACEBOOK\_APP\_ID_ to your Facebook App ID.
 * Note. If you have already use Facebook Social Plugin such as Like Button or Like
   Box, you should have already put this code in you theme, please check it first.
 * ==IMPORTANT==
    I DON’T GUARANTEE THIS WORK, BUT IT DOES WORK FOR ME.
 * [https://wordpress.org/plugins/nextend-facebook-connect/](https://wordpress.org/plugins/nextend-facebook-connect/)

The topic ‘Plugin patch’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Rasiel](https://wordpress.org/support/users/rasiel/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/plugin-patch/)
 * Status: not resolved