Title: AHWEBDEV's Replies - page 25 | WordPress.org

---

# AHWEBDEV

  [  ](https://wordpress.org/support/users/ahwebdev/)

 *   [Profile](https://wordpress.org/support/users/ahwebdev/)
 *   [Topics Started](https://wordpress.org/support/users/ahwebdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ahwebdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ahwebdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ahwebdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ahwebdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ahwebdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 361 through 375 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/24/?output_format=md)
[1](https://wordpress.org/support/users/ahwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/ahwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ahwebdev/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/ahwebdev/replies/page/24/?output_format=md)
25 [26](https://wordpress.org/support/users/ahwebdev/replies/page/26/?output_format=md)…
[32](https://wordpress.org/support/users/ahwebdev/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/ahwebdev/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/ahwebdev/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/ahwebdev/replies/page/26/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/3/#post-2266436)
 * And if you are looking in source code (ctrl + U on ff) no space ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266434)
 * [@hsiutayu](https://wordpress.org/support/users/hsiutayu/) are you sure that 
   your code do not have any space before doctype ? if space are send before header,
   this can brake the plugin. (json encoded response)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Cross-site Scripting (XSS) Attack](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-cross-site-scripting-xss-attack/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-cross-site-scripting-xss-attack/#post-2297494)
 * Hi, no, the library jquery.cookie is used to stay on the same tabs when your 
   submit form settings.
 * Your web host use mod_security, and it’s not compatible with this lib.
 * You can disable this lib.
    open the file AWD_facebook.php and comment the line
   428: `//wp_enqueue_script($this->plugin_slug.'-js-cookie',$this->plugin_url.'/
   js/jquery.cookie.js',array('jquery'));`
 * then open /js/facebook_awd.js and comment line 36 and remove comma at the end
   of line 35:
 *     ```
       jQuery("#div_options_content_tabs").tabs({
       	fx: { opacity: 'toggle',duration:'fast'}
       	//cookie: { expires: 30 }
       });
       ```
   
 * this will disable cookie for tabs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266431)
 * Can you try the dev version again ?
 * [http://downloads.wordpress.org/plugin/facebook-awd.zip](http://downloads.wordpress.org/plugin/facebook-awd.zip)
 * I changed the moment when init sdk is call, now in wp_loaded hook action.
    And
   i add in the action hook send_headers: `header('P3P: CP="CAO PSA OUR"');`
 * Someone can try that version and tell if refresh is always here ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266429)
 * Yes, i do not know why PHP can’t find the cookie create by javascript using php
   sdk and JS sdk
 * This plugin use Oauth2 to connect to facebook, so session is no more used to 
   share info between JS and PHP. Now it’s cookie format. But it Seems the cookie
   was not finded by php.
 * I do not have the time to work on it this week, i will try some test on the next
   week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Problem using buddypress](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-problem-using-buddypress/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-problem-using-buddypress/#post-2290380)
 * Hi,
    Re download the last version 0.9.7.6, i delete line with header…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Logged as admin](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logged-as-admin/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logged-as-admin/#post-2284881)
 * Yes i update it, but you can delete it too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Users can not register](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-users-can-not-register/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-users-can-not-register/#post-2284874)
 * Hi,
 * > – if user can not register, why i can use the plugin in my blog?
 * This plugin need the registration to be allowed by you in wordpress settings,
   if you pretend to use the fb connect module.
    Because This plugin will register
   users, [You just need to go in wordpress settings and set it. This post exmplain where to do it.](http://wordpress.org/support/topic/enable-user-registration-1?replies=2)
 * > – if someone, who are not in my facebook friend list, click my like button,
   > why his/her image can not show up? (i’d activated the show faces option).
 * You should use xfbml for faces, because the height of the iframe is dynamic when
   it’s xfbml.
    But if you use a like button in iframe, you must set a height bigger
   to see faces
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Logged as admin](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logged-as-admin/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logged-as-admin/#post-2284841)
 * Hi,
 * To unsync an account, you should first connect with WP account.
    Then connect
   you with facebook account of your choice.
 * Then facebook account and WP account will be linked.
 * To unsync an account.
    You can’t in the interface. But you can delete option 
   of linking. fb_email fb_uid You can delete it adding a little code in your theme
   functions.php file
 *     ```
       /**
       * Unsync Facebook account with action = unsync_fb
       * To use it, call an url of your site, and to the end of the url the
       * get parameter http://AN_URL_ON_YOUR_SITE/?action=unsync_fb
       */
       function unsync_fbaccount(){
         $global $AWD_facebook;
         if($_GET['action']=='unsync_fb'){
           update_user_meta($AWD_facebook->current_user->ID,'fb_email','');
           update_user_meta($AWD_facebook->current_user->ID,'fb_uid','');
         }
       }
       //this add the function to the init of plugins Facebook AWD
       add_action('AWD_facebook_plugins_init','unsync_fbaccount');
       ```
   
 * I will add it to the next release with possibility to unsync from admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] How to disable WP Comments?](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-disable-wp-comments/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-disable-wp-comments/#post-2282068)
 * You can but if you use automatic insertion of FB comments in your page, if you
   remove WP comments, you will remove fb comments too.
 * So you must disable the automatic way, and insert shortcodes instead.
    You can
   read this post in support forum: [http://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area?replies=37#post-2229644](http://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area?replies=37#post-2229644)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Comments do now show up in moderation planel](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-comments-do-now-show-up-in-moderation-planel/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-comments-do-now-show-up-in-moderation-planel/#post-2282065)
 * It’s normal… this plugin do not pretend to do that.
 * To moderate Facebook comments, you must moderate them directly from your xfbml
   comments box (settings links), or via the tool in the application settings on
   facebook.com.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Your page's type requires that a meta tag of the form](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-your-pages-type-requires-that-a-meta-tag-of-the-form/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-your-pages-type-requires-that-a-meta-tag-of-the-form/#post-2279492)
 * Like button work with openGraph protocol.
 * Hi you should understand first what’ is openGraph.
 * openGraph is a list of informations that you need to have in the header of each
   page or posts on your site to give special infos about posts and pages to facebook.
 * 1 you should activate openGraph in global settings of the plugin
    2 you should
   go in the opengraph settings, and fill the form with global settings. (each settings
   can be redefined on single page or post.) 3 you should add a like button as you
   do, on each post and page.
 * When you click on a like button, facebook will come and see what you are liking.
   he will read infos you added via openGraph, and publish it on your wall.
 * You should try the debbuger from facebook to see what is missing.
    [https://developers.facebook.com/tools/debug](https://developers.facebook.com/tools/debug)
 * You can submit an url from your site. This page will tell you what’s wrong with
   your configuration.
 * You can follow this tutorial (in french, you should use the translation tool 
   at hte bottom of the site.)
    [http://www.ahwebdev.fr/plugins/documentation/facebook-awd/configurer-opengraph-protocol-facebook-sur-wordpress.html](http://www.ahwebdev.fr/plugins/documentation/facebook-awd/configurer-opengraph-protocol-facebook-sur-wordpress.html)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266384)
 * Cool!
    Merci de me dire si ça roule encore ce soir!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266382)
 * I have a last solution to try…
 * – You can open the plugin folder,
    – go in to facebook-awd folder. – open the
   file AWD_facebook.php – go to the line 762 and comment it. as `//do_action('wp_login',
   $user_object->user_login);`
 * This action can be redefine by plugin. It’s possible your theme use it, and redirect
   on a bad url… or try to do something else.
 * Maybe that can be worked without this line.
 * Try and tell me.
    (Or you can retry to download the last dev version)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Refresh everytime on website](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-refresh-everytime-on-website/page/2/#post-2266381)
 * Do you have this problem in admin too ?

Viewing 15 replies - 361 through 375 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/24/?output_format=md)
[1](https://wordpress.org/support/users/ahwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/ahwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ahwebdev/replies/page/3/?output_format=md)…
[24](https://wordpress.org/support/users/ahwebdev/replies/page/24/?output_format=md)
25 [26](https://wordpress.org/support/users/ahwebdev/replies/page/26/?output_format=md)…
[32](https://wordpress.org/support/users/ahwebdev/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/ahwebdev/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/ahwebdev/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/ahwebdev/replies/page/26/?output_format=md)