Twitist Forums
How to change labels in facebook registration form? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: General facebook and life forums (/forum-25.html)
+--- Thread: How to change labels in facebook registration form? (/thread-71015.html)



How to change labels in facebook registration form? - Ugandhar - 05-05-2013 01:15 AM

Hi,

I am trying to integrate facebook registration form in my website. I Want to add required filed indicators (*) and i want to change some labels like "client password" to "create client password". Is there anyway to do this?

Thanks,
Ugandhar


- N. BALAKUMAR - 05-05-2013 01:27 AM

Through label edit mode!


- RIcky - 05-05-2013 01:42 AM

The Registration plugin allows users to easily sign up for your website with their Facebook account. The plugin is a simple iframe that you can drop into your page. When logged into Facebook, users see a form that is pre-filled with their Facebook information where appropriate.

The registration plugin gives you the flexibility to ask for additional information which is not available through the Facebook API (e.g. favorite movie). The plugin also allows users who do not have a Facebook account, or do not wish to sign up for your site using Facebook to use the same form as those who are connecting with Facebook. This eliminates the need to provide two separate login experiences.
Example

<iframe src="https://www.facebook.com/plugins/registration?
client_id=113869198637480&
redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fecho%2F&
fields=name,birthday,gender,location,email"
scrolling="auto"
frameborder="no"
style="border:none"
allowTransparency="true"
width="100%"
height="330">
</iframe>