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

[←](https://wordpress.org/support/users/ahwebdev/replies/page/6/?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)…
[6](https://wordpress.org/support/users/ahwebdev/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/ahwebdev/replies/page/8/?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/8/?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] AWD OpenGraph Actions – Login button only works in Chrome](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/#post-2924324)
 * [@mrblindpig](https://wordpress.org/support/users/mrblindpig/) Contact me by 
   email, I will help you to configure your own actions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] AWD OpenGraph Actions – Login button only works in Chrome](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/#post-2924323)
 * And for those who did not find documentation, you can find it on the plugin page,
   at the bottom, there is a section “Documentation”
 * [http://facebook-awd.ahwebdev.fr/plugins/opengraph-actions/](http://facebook-awd.ahwebdev.fr/plugins/opengraph-actions/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] AWD OpenGraph Actions – Login button only works in Chrome](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/#post-2924322)
 * It works, You just need to understand how to prefix your action in the shortcode.
 * you must prefix action in the shortcode with you namespace
    action=”yournamespace:
   youraction”
 * And you must use a custom type in opengraph
    Select “custom” and add your type
   with the namespace prefix. yournamespace:yourtype.
 * On the Facebook AWD, it works very well.
 * However, If you use firebug, you can see the response of the api, and see what’s
   wrong.
    If it’s not work, it’s a problem from the configuration.
 * I add that you must check you did not have a duplicated Facebook library, that
   will break the Javascript call.
 * Everybody think that if they buy a plugin, they just have to install it and it
   works…
    To create your own actions, you must follow the rule from Facebook. If
   you do not prefix your actions and type in opengraph, It will not work as Facebook
   will not know wich namespace is the owner of the action.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Broke my Admin Page](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-broke-my-admin-page/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-broke-my-admin-page/#post-2951745)
 * Can you give more info ? error log ?
 *   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 get work the comments plugin with the wp coments deactivate](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/#post-2923258)
 * You must replace the end of the file and add the shortcode after the `endif; ?
   >`
 * like that
 *     ```
       [...]
       endif;
       echo do_shortcode('[AWD_comments url="'.get_permalink().'"]');
       ?>
       ```
   
 * And you must disbale the auto add of the comment box in the settings of the plugin.
 *   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 get work the comments plugin with the wp coments deactivate](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/#post-2923255)
 * There is a typo in the function name
    Try do_shortcode(); instead of do_shrotcode()
 * This line is an exemple line.
 * Go on the plugins in the admin of Facebook AWD,
    Look at the bottom of the form
   there is a list of available options.
 * the part option=”value” is an exemple to help you understanding how to use it.
 * It should work like that:
 *     ```
       <?php echo do_shortcode('[AWD_comments url="'.get_permalink().'"]'); ?>
       ```
   
 * Note that at the end of the month the new release of Facebook AWD will change
   a lot… so if you add some code in your template, You should tkae care when you
   will update it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Published link has no image](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-published-link-has-no-image/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-published-link-has-no-image/#post-2868409)
 * You should try the debugger, Facebook will tell you if the image is good or not.
 * [https://developers.facebook.com/tools/debug](https://developers.facebook.com/tools/debug)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Must read before to ask a question](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-must-read-before-to-ask-a-question/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-must-read-before-to-ask-a-question/#post-2758377)
 * New link for the support page:
    [https://github.com/AHWEBDEV/Facebook-AWD/issues](https://github.com/AHWEBDEV/Facebook-AWD/issues)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Published link has no image](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-published-link-has-no-image/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-published-link-has-no-image/#post-2868405)
 * Note that using %POST_IMAGE% will said to the plugin to search:
 * 1. for featured image
    2. if no featured image, he will search for the first 
   image in your posts.
 * If the first image found is not compatible with opengraph requirement, it can
   break it.
    Note that an Thumbnail Image for facebook opengraph must be at least
   200px wide.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Inconsistent publishing on OpenGraph Publishing](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-inconsistent-publishing-on-opengraph-publishing/page/2/#post-2770781)
 * The bug tracker is now offline, I decided to move all support and repository 
   to GitHub.
    [https://github.com/AHWEBDEV/Facebook-AWD](https://github.com/AHWEBDEV/Facebook-AWD)
 *   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 get work the comments plugin with the wp coments deactivate](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-how-to-get-work-the-comments-plugin-with-the-wp-coments-deactivated/#post-2923209)
 * read this post, [http://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments?replies=6#post-3026294](http://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments?replies=6#post-3026294)
 * You must add the comment box in your template using php shortcode function and
   deactivate the default comments system
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Use facebook comments instead of default comments](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-use-facebook-comments-instead-of-default-comments/#post-2550300)
 * You should use the shortcode as standalone.
 * Put it where you need in your template using the php function to insert shortcode
   in your template.
 *     ```
       <?php echo do_shrotcode('[AWD_comments option="value"]'); ?>
       ```
   
 * Note: be sure to do not include the shortcode inside a conditionnal tag that 
   test if comment are opened or closed.
 * Using it by this way, the comments box will not be dependent of the WP native
   comment.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] AWD OpenGraph Actions – Login button only works in Chrome](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-login-button-only-works-in-chrome/#post-2924258)
 * Hi to get support, please open an issue here.
    [https://github.com/AHWEBDEV/Facebook-AWD/issues](https://github.com/AHWEBDEV/Facebook-AWD/issues)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] AWD OpenGraph Actions Problems](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-problems/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-awd-opengraph-actions-problems/#post-2925518)
 * Hi, [@docarzt](https://wordpress.org/support/users/docarzt/) I am sorry, you 
   purchased the plugin during a big update of the plugin.
    Documentation was in
   progress, and i wasn’t present since few weeks…
 * Now i am ready to continue the dev of the plugin and continue the update.
 * To get help on the action plugin, the page of the plugin contain documentation.
 * > I would definitely NOT recommend anyone considering buying the add on getting
   > it because it provides NO setup or installation support at all. Maybe the developer
   > will chime in with some help, but this is all starting to look a lot like abandonware
   > to me.
 * There is a webiste, an email contact, and this forum.
    Even i never receive mail
   from you asking some help. So please before to post something like that, consider
   contact us, instead of just saying it’s not working.
 * Actions required more than just an install.
    All your posts opengraph tags must
   match. Your website should use the last version of Jquery (explain on the plugin
   page FAQ) The big know issue is that if you use custom posts type, it will not
   work.
 * If you need more help, consider create an issue on git Hub, I do not like to 
   Debug Here as it’s not linked to the code repository.
    [https://github.com/AHWEBDEV/Facebook-AWD/issues](https://github.com/AHWEBDEV/Facebook-AWD/issues)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook AWD All in one] [Plugin: Facebook AWD All in one] Fatal Error](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/)
 *  Plugin Author [AHWEBDEV](https://wordpress.org/support/users/ahwebdev/)
 * (@ahwebdev)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-awd-all-in-one-fatal-error/#post-2758372)
 * [@ckinsno](https://wordpress.org/support/users/ckinsno/) your wordpress install
   is too old, please update WordPress before, you should check the compatibility
   of plugins you install before to upload them…

Viewing 15 replies - 91 through 105 (of 504 total)

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