Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
550 views
in Plugins by

I need make a iframe external page, I want use facebook plugin for login direct in the iframe box.

I have included these files:

 

require_once $_SERVER['DOCUMENT_ROOT'].'/qa-include/qa-base.php';
require_once QA_INCLUDE_DIR.'qa-app-users.php';
require_once QA_INCLUDE_DIR.'qa-db.php';
require_once QA_INCLUDE_DIR.'qa-app-cookies.php';
require_once QA_INCLUDE_DIR.'qa-app-post-create.php';
 
and now I can see if the user if logged , if he not logged I added JS code for button facebook connect, but after refresh QA dont make cookie and session not exist
 
thank you

 

Q2A version: 1.5
by
is possible add a custom page via plugin but without elements of template?

Please log in or register to answer this question.

...