AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] OG: DescriptionHi, this link is working: http://trac.ahwebdev.fr/issues/142 and is just a ticket related to the issue. This issue is fixed in code of version 1.3 and is not yet online. Stay updated to get latest version.
Actions reading publish are no more supported by the plugin.
To use actions, now you must buy a premium sub plugin ofr Facebook AWD.This feature represents too much work to stay free.
A new website dedicaed to Facebook AWD is in progress and will replace the current wiki.
If you have detected a bug, you can submit a ticket on the tracker
http://trac.ahwebdev.fr/projects/facebook-awdFixed in next release.
thx
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] OG: Descriptionno sorry…
I am sorry, but i do not have it in mind.
Can you use the dedicatd tracker please ?
this forum is not really a good tool for bug tracking or help as my code was deleted.Yes, i know that, but WP jquery source for UI is not complete.
I will try to call what i only really need for the next releaseThanks.
and you don’t see the photo when commenting. ?
In the Facebook comments box ?
the plugin only embed the comments box, he can’t play with content.If you want to test an other way to use FB comments with Facebook AWD, you can test
http://wordpress.org/extend/plugins/facebook-awd-seo-comments/Do you have an exemple ?
As the plugin have is own register script for jquery ui, you can disable it without edit facebook AWD file.
<?php //put that somewhere in a 'mini plugin' global $AWD_facebook; wp_deregister_script($AWD_facebook->plugin_slug.'-jquery-ui'); ?>Sorry.
The plugin already verify if the post is not a revision.
But you what you said about saving post was fixed for next release.Thank you.
The post will be published only if the post status is set to “publish”.
For the probleme of merging You can create an issur here http://trac.ahwebdev.fr/projects/facebook-awd-seocom/issues
Each time you change info form admin and openGraph, you must clear the cache by submiting the related url to the Facebook debugger tool.
thanks.
If you need a plugin like that to work with Facebook AWD. You must make a request on the tracker of the plugin.
http://trac.ahwebdev.fr/projects/facebook-awdthen we will discuss about pricing, features and more…
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] Delete ActionThis is on the tracker.
Now the action publising is removed form the master plugin.
and will be added in a sub plugin. (As a prepium feature)Not related to facebook plugin…
Autosave draft is a native function in WP.Xfbml and fbml is not the same thing.
xfbml will be replace by html5.
The plugin is compatible with html5 since 1.0
and the plugins are rendered async like xfbml.HI, the comment box is added via
add_action('comment_form_after', array(&$this,'the_comments_form'));So you can remove it, and add your own function to add comments
like that[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
the comment box is added via
add_action('comment_form_after', array(&$this,'the_comments_form'));It should work with
<?php do_action('comment_form_after'); ?>Maybe a problem with your browser ?