Title: AHWEBDEV's Replies - page 32 | 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 - 466 through 480 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/31/?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)…
[31](https://wordpress.org/support/users/ahwebdev/replies/page/31/?output_format=md)
32 [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/33/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188977)
 * if you only want comment from facebook and not default comment you should use
   shortcode instead automatic usage.
 * You should just add this line
    `<?php echo do_shortcode('[AWD_comments url="'.
   get_permalink().'"]'); ?>` just right after the `comments_template('', true);?
   >` code. in single .php and in page.php
 * To use custom css, you have to create a css file, and to store it somewhere on
   your server.
    you must set the css url in the shortcode like that. `<?php echo
   do_shortcode('[AWD_comments url="'.get_permalink().'" css="URL_OF_YOUR_FILE_CSS"]');?
   >`
 * You can find [default css file here ](http://www.ahwebdev.fr/plugins/documentation/facebook-awd/css-fb-comments.html)
   
   You can use firebug in firefox to help you find wich class and id you must custom.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188958)
 * Hi, at the bottom of your file,
 * you can see:
    `<?php if (get_option('professional_show_postcomments') == 'on')
   comments_template('', true); ?>`
 * the Facebook comments are called from the function `comments_template();`
 * This function in your theme only work if get_option(‘professional_show_postcomments’)
   is equal to true or 1.
 * you should enable comments on this post to see Facebook comments.
    But if you
   want to display only Facebook comments, you can’t with this theme because the
   condition os outside the comments fucntion.
 * You will have to enable both WordPress comments and Facebook comments
    Or you
   can use shortcode.
 * You can paste this line
    `<?php echo do_shortcode('[AWD_comments url="'.get_permalink().'"]');?
   >` right after the `comments_template('', true); ?>`
 * in single.php and in page.php
    this will add by shorcode comments form on singles
   and pages If you need to exclude comments form form a specified post, you should
   use php condition inside template.
 * 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188812)
 * Maybe you can past here the code from your page single.php ?
 * Thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188810)
 * It’s not the fix to the probleme but note that you really must add/replace this
   line `<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.
   com/2008/fbml">` in header.php in your theme. without that All xfbml plugins 
   will not work on IE.
 * I download the theme and try it to check comments.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188785)
 * Sorry its not the good website…
 * Will check agin…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188783)
 * Hey guy, when i go on a post on your site I saw Comments Form!
 * [Look here](http://www.ahwebdev.fr/wp-content/screens/1.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188780)
 * Yes, for sure, i will check again.
    I can’t do anything before monday.
 * I will install same theme ans try it.
 * Stay updated!
 * ++
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188738)
 * If you Want the comments and the login work in IE, you should add/replace a line
   in your header html too.
 * <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   xmlns:fb=”[http://www.facebook.com/2008/fbml”&gt](http://www.facebook.com/2008/fbml”&gt);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] Facebook Comment, and Facebook admin area](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/facebook-comment-and-facebook-admin-area/#post-2188734)
 * 1. The comments is call in the `comments_template()` php function
 * Sometimes your theme do not use this feature correctly.
    In a good theme, your
   comments.php file should include this function, outside the condition if comments
   are activated on the post.
 * You should verify this fucntion is in your theme.
 * 2. For Login in your site using FB connect, you should acitvate it, i saw it’s
   on on your site.
 * But you need also to add params URL AND DOMAIN for fb connect in Facebook Application
   Parameters.
 * [Read this post ( in french )](http://www.ahwebdev.fr/plugins/documentation/facebook-awd/activer-facebook-connect-sur-son-blog-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] XFBML and comment window in admin area](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-xfbml-and-comment-window-in-admin-area/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-xfbml-and-comment-window-in-admin-area/#post-2188276)
 * Thank you for report, i will fix this in the next release. Next week!
 * THX!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] logout link error](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logout-link-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logout-link-error/#post-2180257)
 * Did you find a solution ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Facebook like button didnt work?](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-facebook-like-button-didnt-work/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-facebook-like-button-didnt-work/#post-2183997)
 * Home page ? How it is display in your home page ? with shortcode ? or in the 
   feed of posts ?
 * Try that, Go to [Facebook URL Linter](https://developers.facebook.com/tools/lint/)
   and submit the url of your home page or url the like button was supposed to like.
 * Verify if you set URL coorectly for the like button.
    And you should activate
   openGraph too, to have a better experience with shared infos.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] logout link error](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logout-link-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-logout-link-error/#post-2179942)
 * Can you past the logout link here please ?(source)
 * The logout system, wil first logout form facebook,then facebook will redirect
   you on the logout url of wordpress.
 * Maybe Facebook doen’t redirect like he should.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Doesn't work on the last 2 published custom post types!](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doesnt-work-on-the-last-2-published-custom-post-types/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doesnt-work-on-the-last-2-published-custom-post-types/page/2/#post-2174242)
 * AHHHHHHHH SO BAD
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Doesn't work on the last 2 published custom post types!](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doesnt-work-on-the-last-2-published-custom-post-types/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-doesnt-work-on-the-last-2-published-custom-post-types/page/2/#post-2174239)
 * Facebook Change Like button fonction from 3month ago…
    **You are not the only
   one to have that probleme, it’s a popular Bug Comme from FACEBOOK.
 * I realy don’t know why it can’t work, and i know that is not come
    from that 
   plugin. Simply because i use it on at least 20 blogs without any problèmes… and
   d-simply because the like buttton is a iframe, and do not depend from the plugin.
   So the error appear when facebook is checking the content of your page.
 * you should verify in the header of your page if there isn’t any
    redirection 
   http before the page load. Facebook want only canonical url.
 * But I am sure, Said by the technical guys on facebook conference,
    that **if 
   facebook cannot fetch infos from your page** and **if opengraph can not give 
   more info**, then button like **will not work.  <b>For the opengraph settings,
   you have Two way to configure them.</b> 1 With global settings… (that ‘s what
   i said to you ) MAX 5 minutes for all your type of page Facebook -> Opengraph,
   for each type of post page taxonomie, terms etc…. For each field you just have
   to set pattern. exemple for title, you can use %POST_TITLE% the plugin will replace
   that by the real title when the page does appear.
 * 2. individually on each post or page or custom post type, you can
    redefine glogals
   settings previously explained.
 * Nothing it’s easy as you said, nobody can just click and work,
    facebook protocol
   need a little more config than one click…
 * Sorry for my poor english…

Viewing 15 replies - 466 through 480 (of 504 total)

[←](https://wordpress.org/support/users/ahwebdev/replies/page/31/?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)…
[31](https://wordpress.org/support/users/ahwebdev/replies/page/31/?output_format=md)
32 [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/33/?output_format=md)