I want to take the Ning member name and email_id and send that information to my external application (via URL). Please help me how to take the member name and email_id. Is it possible to reterive this information using Javascript.
Here is what I am trying. I want to add a new tab which points to my external application. Once user clicks the tab, I want to send the user's name and email to my external application URL.
Please help me how to do this. I have access to my source, even if it is not possible with JavaScript, I can do some PHP coding.
To get the full name of the visitor in javascript you can do something similar: br /> document.write("Your name is: "+ning.CurrentProfile.fullName+"<\/b>");
I've not found a way to get the email in Javascript but you can do it in PHP: