
- you want to provide an option for users without Facebook accounts
- your site needs additional information that Facebook doesn't provide
- a traditional HTML form suits your site more
The registration plugin is an iframe that websites can add with just one line of code, and customize to request the specific fields required to create an account. When a user is logged into Facebook and arrives at the registration plugin on a website, they'll see that the form is prefilled with the relevant information he or she has already shared on their Facebook profile. Users can see the specific information the site is requesting of them, giving them more control to decide whether to sign up.
To integrate the registration plugin, simply add the iframe or XFBML to your site:
<iframe src="http://www.facebook.com/plugins/registration.php?
client_id=113869198637480&
redirect_uri=http%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="310px">
</iframe>
redirect-uri should point to the page which will process your signed_request. You can customize the fields attribute to suit your needs. See the docs for a list of valid fields.<fb:registration
fields="name,birthday,gender,location,email"
redirect-uri="http://developers.facebook.com/tools/echo/">
</fb:registration>
redirect-uri and fields are identical to above. You must use your own app_id for the redirect-uri to be on your domain.



















2. Under the Settings tab click Permissions
3. After you clicked the Permission link at the Blog Authors section click Add Authors (in the picture below you can notice that there are 2 Admins and 1 Author, so we are going to add a new one)
3. After you clicked Add Authors, the Blog Authors section will expand and a box will appear. In that box you have to write the e-mails of the authors you want to invite to take part in your blog and then click Invite.

5. When the new Author has accepted your invitation, at the Permission settings under the Blog Authors section you can notice that the Author appeared. That’s all if you want to have an Author.


Now you have to be careful here. First find <data:post.body/> (press CTRL+F and paste the code in the box in order to find it quickly). Now we have to continue with the most important part, adding the code in order to install the Adsense revenue sharing feature in your blogger blog. To do that, copy the code below and paste it just above the <data:post.body/> code.















