AHWEBDEV
Forum Replies Created
-
@mrblindpig Contact me by email, I will help you to configure your own actions!
And for those who did not find documentation, you can find it on the plugin page, at the bottom, there is a section “Documentation”
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.Can you give more info ? error log ?
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.
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.
You should try the debugger, Facebook will tell you if the image is good or not.
New link for the support page:
https://github.com/AHWEBDEV/Facebook-AWD/issuesNote 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.The bug tracker is now offline, I decided to move all support and repository to GitHub.
https://github.com/AHWEBDEV/Facebook-AWDread this post, 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
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.
Hi to get support, please open an issue here.
https://github.com/AHWEBDEV/Facebook-AWD/issuesHi, @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/issuesForum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] Fatal Error@ckinsno your wordpress install is too old, please update WordPress before, you should check the compatibility of plugins you install before to upload them…