views:

37

answers:

2

Hi everyone, I create website in html and also develop a chatting site in joomsocial community using joomla in same domain.but i dnt no how to integrate joomsocial login form in html page.Plz help me.

A: 

Just make a form with the same elements, e.g. username and password, then post that form to the joomsocial login location. You can find this url by looking at the post action of the actual joomsocial form. You might have issues with the validation token in Joomla though.

Martin
ya i integrate joom login in html.i login the form in html and go to my joomsocial profile.Next time i login the login Invalid Token error occur and i clear the cache and login the form and go to joomsocial login.
prakasam
Only way to get around this is to integrate your form into Joomla by making a plugin/module so that it can generate a token using: JHTML::_( 'form.token' );
Martin
A: 

Hi Prakasam,

Please go through this link, you will get any idea.

http://forum.joomla.org/viewtopic.php?f=404&t=265868&start=30
Karthik