Login  Register

Re: Detecting login and member status

Posted by Hugo <Nabble> on Oct 30, 2009; 2:38pm
URL: https://support.nabble.com/Detecting-login-and-member-status-tp3918203p3919295.html

This is not so simple because browsers don't let a page access another page in a different domain. So you won't be able to read Nabble variables from your page. So this requires a more complex solution like accessing Nabble through a REST interface (which is just a URL that returns information in a standard format). So you would have to change your backend to access this page, parse the contents and build the HTML page. Have you thought about this?