AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] Cannot Moderate Commentshi, you must be sure you set your Facebook user ID as admin in the settings of the plugin.
This way, the plugin will be able to add the opengraph meta fb:admis if you activated and configured an opengraph object.Then you will be able to manage your comments directly from your site comments box.
Note that comments box should always works with opengraph tags.Forum: Plugins
In reply to: [Facebook AWD All in one] curl_setopt() error since upgrading WordPressHi, can you turn the mode debug on and verify the curl_options is present in your the options list at the bottom.
the default options are stored in the AWD_facebook_options class
At the bottom of the check config method.
$this->options['curl_options'] = array( CURLOPT_CONNECTTIMEOUT => 10, CURLOPT_RETURNTRANSFER => true, CURLOPT_TIMEOUT => $this->options['timeout'], CURLOPT_USERAGENT => 'facebook-php-3.2', CURLOPT_SSL_VERIFYPEER => 0 );
As you can see Array keys are already CURLOPT constants.
What is your version of php ? something < 5.3 ?Hi, i am working on the slow problem…
The plugin Facebook AWD seo Comments allow you to merge facebook comments (created via a commentbox) with the list of native comments.
Also you can just add those comments in the html source code only for search engine.Forum: Plugins
In reply to: [Facebook AWD All in one] displaying unwanted codingTurn off Mode debug in the plugin settings.
@ganesh123 if you want to invite friends on your site, your site must be available in a facebook app canvas. that mean, your website is configured to work like an application on facebook.
If you are using the plugin to do that, so you can use this sub plugin to invite your let users invite friends.
If not, this will not works for a simple website.
Forum: Plugins
In reply to: [Facebook AWD SEO Comments] Not importing facebook comments to blog?The plugin will not import comments, he will only store them in a cache transient for later displaying, depending on the time you defined, the comments will expires and will be re fetched from facebook. Only for the front end.
Try the last version of facebook AWD and Facebook AWF Seo comments
Forum: Plugins
In reply to: [Facebook AWD All in one] AWD slowed site down 20x how to fix?closed
Forum: Plugins
In reply to: [Facebook AWD All in one] Like button, Like box and publish_streamI also would like to change the style (font color) as I have a black background and the text aside the button doesn’t show up.
You can only change the style of the button using the colorscheme options. The locale options only works with html5 version.
The 1.6 fix the problem of error with html5 and xfbml due to recent changes on facebook.Like Box: I have an error message “Could not retrieve the specified page. Please verify correct href was passed in.”
A like box can only be used with Facebook Page url, not with website url.
Publish to Facebook: I can’t manage to enable the option, although I’ve entered publish_stream in the permissions field.
The publish stream is not enough to work, you must also selected pages to link with your blog.
First you must allow the plugin to manage the page you want to publish on, go in settings -> manages pages and authorize both buttons.
Once you selected pages and saves changes, when you are logged in using facebook, you can choose to publish on your page or/and profile timeline when your are editing a post in the content manager metabox.Forum: Plugins
In reply to: [Facebook AWD All in one] Comments randomly stopped displayingYou are using facebook comments for wordpress, not facebook awd.
However, your page is plenty of javascripts errors.Forum: Plugins
In reply to: [Facebook AWD All in one] Edit Login ButtonYou can directly create your own button using shortcode in your template.
@gamerarenade That means the redirect url is not specified in the allowed url of facebook connect settings on facebook side.
Forum: Plugins
In reply to: [Facebook AWD All in one] The href URL must be absoluteThis is fixed in 1.6
Forum: Plugins
In reply to: [Facebook AWD All in one] publishing to Facebook1. How do I know if FB Connect is connected? Would it be if I activated the plugin?
Hi, the plugin has a built in facebook connect features. you can’t use others.
1. fill you app information and save.
2. go to the “facebook connect tab” and activate the feature
3. go in facebook awd “plugins” menu, then click on connect button.
4. you can configure default settings for all login button on your site.You can add login button using shortcode or widgets.
In the plugin settings, you can go in the facebook connect tabs, there is a field “permissions”. This field permission must contain the “publish_stream”, ex: email, publish_stream
What button do I click to give me the list of pages
You must configured the built in facebook connect features to be able to see the list of page.
Once connected in admin with your facebook account, you will have access to the list of pages.
To see the list, go in section “manage page” in the plugin settings.Forum: Plugins
In reply to: [Facebook AWD All in one] AWD slowed site down 20x how to fix?What are the mechanics of using the version from github?
On gitHub there is the master branch. This branch is up to date with my dev. Like a beta version where i push all features before to publish an official release.
Simply download the version you want on the github here https://github.com/AHWEBDEV/Facebook-AWDThe zipball can be found here:
https://github.com/AHWEBDEV/Facebook-AWD/archive/master.zipThe wordpress repositry will replace this one when a new version will be submited.
Forum: Plugins
In reply to: [Facebook AWD All in one] AWD slowed site down 20x how to fix?What is the version you use ?
Due to a bug on the facebook php sdk, we had to force a call to the facebook api, to be sure the plugin keep the session.
This should be fixed in the last version.
You should try the version form GitHub Repository.