AHWEBDEV
Forum Replies Created
-
No, the plugin works on multisite.
But you are the second person who have this issue, and i can’t reproduce this bug.
Can you give me more info ?
Verison of WP, Verison of all FB AWD plugins enabled.
Your User role on your site.
?Try it and tell me, i will update the plugin to work 100% with canvas
Hi, a method in the $AWD_facebook exists to force the login.
So you do not need to use the code you post.Open the function.php file in your theme, and add thoses lines
function force_fb_login() { //access to the Facebook AWD object global $AWD_facebook; //Check if the user is logged in with Facebook, if no, redirect him to the Facebook login page. $AWD_facebook->login_required(); } add_action('init', 'force_fb_login');
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] V1.4 issuesfb:admins and fb:app_id will be added tonight.
Can you check with firebug if there is a javascript error in admin area that can break the login button ? Maybe some plugins conflict…
Can you paste log result here ?
About the image, i will check tonight.
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] V1.4 issuesOn the admin notice I said you will have to reconfigure the settings.
If you want to use the featured image, you must set the auto load images to On. Or use the %IMAGE% only for posts and pages.
You must set an image manually for your homepage(if archives) or archives pages.
For the button on the login screen YES you find a BUG.
But in the admin area it works ?
I will check this part.Hi,
Are you using multi site ?
Hi the Beta 1.4 is out, you should consider start using it, I will no support anymore the branch 1.3.4.*
The open graph system was totally rewrite.
However, I checked your source code on your page, and i saw that you use multiple plugin for opengrah and your tags are duplicated.
First clean all your FB plugin, to be sure the Facebook AWD is the only one that adds tags on your pages.
It’s normal because all notices come from the WP_DEBUG constant.
If set to true, you will see a lot of old notices( v < 1.4)@partha.rkl Normally, logout should work as you described.
Normally, logout should work as you described.
Hi, This feature was added in the 1.4 beta.
You can try it from GitHub AHWEBDEV account.Take care, you will have to re configure the whole plugin. This version represent a real BC changes with old settings.
Hi think you have (like others) a probleme with the opengraph actions.
If the activity is always the current post, and everything is deleted after 10 seconds, that mean the opengraph action history is broken.That come from the function of wordpress that turn the url into post id.
This function is not working with custom post types.In the version 1.4(beta for the moment) i rewrite the whole code to work with post ID directly.
And as the trigger of the action is called via Javascript it should work with cache.First you must try the 1.4Beta available on gitHub, then contact me by email (if you bought the Facebook AWD opengraph Actions) i will send you the beta of the subplugin.
Hi, go on general settings, and turn mode debug off.
The new version 1.4 was dev with mode debug and all notices were removed/fixed.
https://facebook-awd.ahwebdev.fr/news/facebook-awd-1-4-beta/
It’s a beta version…
@segadiarrah you must create a new thread.
The premium plugin is not compatible with W3tc.
w3tc is a cache system that generate the whole page as static page.Some value are dynamic and cannot be static. So the process will be break if the page is an html page.