sourceaddons
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook All] Duplicate facesHi,
this is facebook default functionality we can’t handle faces display. for check issue we checked your site and it was ok.
ThanksForum: Plugins
In reply to: [Facebook All] Duplicate entriescan you describe more/screenshot and also send us mail on [email protected]
Forum: Plugins
In reply to: [Facebook All] Given URL is not allowed by the Application configurationGo to your facebook app
and enter site url = https://example.com/
also check sandbox mode = disabled
for doc go to sourceaddons
thanksForum: Plugins
In reply to: [Facebook All] registration flood after installationHi,
we have not any spaming issue if any occured pleasesend a detail.
or drop a mail of your issue with detail on [email protected]
thanksForum: Plugins
In reply to: [Facebook All] Login button not appearingHi,
please send us site url and other issue mail on [email protected]
or contact sourceaddons
thanksForum: Plugins
In reply to: [Facebook All] Login button not appearingadd above code to where ou show login form in file
Forum: Plugins
In reply to: [Facebook All] Login button not appearingHi,
if you have popup in php file try to add below function
facebookall_render_facebook_button();also make sure you have enabled login button to show on login and register form.
ThanksForum: Plugins
In reply to: [Facebook All] Redirect not workingHi,
choose redirection option from plugin admin settings.
if you login from login and register page you have to redirect back on home page(plugin setting).Thanks
Forum: Plugins
In reply to: [Facebook All] Comments in posts not working properlyHi,
Try with a live domain url. for comment no require CURL Or FOPEN
ThanksForum: Plugins
In reply to: [Facebook All] Cant Verify Curl/FSOCKOPENHi,
please mail us your site url also try with update facebookall v1.1thanks
Forum: Plugins
In reply to: [Facebook All] Cant Verify Curl/FSOCKOPENtry to check your app for create facebook app read:- https://sourceaddons.com/documentation.php
also try this:-https://brontesaurus.com/2012/11/facebook-unsupported-get-request/
if not resolved please contact us on sourceaddons or mail us on [email protected]Forum: Plugins
In reply to: [Facebook All] Comment and Share from NewsfeedHi,
Thanks for your time can you please send us description mail to [email protected] with your issue and site url so we can check it properly.Thanks
Forum: Plugins
In reply to: [Facebook All] Verify API Settings & login issusefor pages you can do this by going
wp-content/themes/your theme/page.phpcomment the code : //comments_template( ”, true );
replace with below code:
<?php facebookall_get_fb_comments();//comments_template( ”, true ); ?>
for post working on it and you will notify soon.Forum: Plugins
In reply to: [Facebook All] Feature RequestsThanks for your time.
we will sure add your suggested feature ASAP.Forum: Plugins
In reply to: [Facebook All] Verify API Settings & login issusecurl response =0 means could not connect to host your curl settings not working. if you have allow_url_fopen=on on your server then try with FSOCKOPEN else contact to your host provider to enable.
we have not other feature still. but impement it ASAP