This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Eduardo Tomaz

  • **
  • 15 posts
facebook connect stela theme
« on: March 16, 2019, 08:42:02 PM »
What is the url for the facebook connection plugin, the stela theme?

Valid OAuth redirect URIs?
appID = ok
secret = ok


for stela theme

*

MB Themes

Re: facebook connect stela theme
« Reply #1 on: March 16, 2019, 09:07:21 PM »
It should be written in facebook login plugin
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #2 on: March 16, 2019, 09:34:17 PM »
I have already done this, in the app configuration of facebook missing the url of return.

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #4 on: March 16, 2019, 10:00:08 PM »
https://yoursite.com/fblauth-1/

This works for Facebook Login Plugin Version: 1.1.0 | By MB Themes | Plugins Site




https://yoursite.com/xxxxxx/ ?

for

Facebook Connect
Use Facebook to connect and log in your users accounts
Version:5.0.0 | By Osclass modified by MB Themes | Plugins Site


I have already opened all the files in the plugin folder to see if I discovered it, I searched the forums. When I click the login button the login is not done. If I use the CBK plugin I can log in, but I have to reload the page. So it does not work for the end user.
Before resorting to this help I have tried several options.
If anything I said is meaningless, it's because I'm using a translator.




*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #5 on: March 16, 2019, 10:34:38 PM »

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #7 on: March 17, 2019, 03:02:00 PM »
I put another plugin, but the page does not close and the login status does not update itself. What is the solution ? Please update the Stela theme code for it to use Facebook Login Free Osclass Plugin as default.
thanks

*

MB Themes

Re: facebook connect stela theme
« Reply #8 on: March 17, 2019, 04:06:15 PM »
You must have target="_top" attribute on login link
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #9 on: March 17, 2019, 04:37:06 PM »
I do not understand, it may be more specific.

*

MB Themes


*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #11 on: March 18, 2019, 11:36:11 AM »
Please help me



<?php if(function_exists('facebook_login')) { echo facebook_login(); } ?> (Facebook Login Version:1.1.0 | By MB Themes)

I want to put this in the file inc.auth.php and that after login the page close.


 A line of your code and everything will be solved. I chose MB-themes for the quality of the products, I already bought several others. Plugins ready to be used with theme.


thanks

Marked as best answer by eduardo.tomaz on March 18, 2019, 12:21:49 PM
*

MB Themes

Re: facebook connect stela theme
« Reply #12 on: March 18, 2019, 11:54:43 AM »
@Eduardo
Code: [Select]
<?php 
  
if(function_exists('facebook_login')) { 
    echo 
'<a target="_top" href="' htmlspecialchars(facebook_login_link()) . '" class="fl-button"><img src="' osc_base_url() . 'oc-content/plugins/facebook_login/img/fb_login.png" alt="' osc_esc_html(__('Facebook login''facebook_login')) . '"/>' __('Log in with Facebook''facebook_login') . '</a>';
  }
?>

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Eduardo Tomaz

  • **
  • 15 posts
Re: facebook connect stela theme
« Reply #13 on: March 18, 2019, 12:21:07 PM »
perfect, thanks