The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to register from Facebook on my forum?

5 posters

Go down

How to register from Facebook on my forum? Empty How to register from Facebook on my forum?

Post by talicni67 December 15th 2011, 11:39 am

talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by Sir Pradyuman December 15th 2011, 12:41 pm

Create a mew widget and add that code in Widget Source column and add that widget on ur forums or portal where you want to display it.
Sir Pradyuman
Sir Pradyuman
Forumember

Male Posts : 158
Reputation : 3
Language : English,Mandarin,Spanish
Location : Shanghai,China

http://theadminsplace.forumotion.com/

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by kirk December 15th 2011, 1:06 pm

Sandeshwar wrote:Create a mew widget and add that code in Widget Source column and add that widget on ur forums or portal where you want to display it.

yeah that will pretty much do it,Unless you wanted to have it else ware as well?

If you have a image to add you may want to have it as a click-able image.
Code:

[url=http://developers.facebook.com/docs/plugins/registration/][img]YOUR DIRECT IMAGE LINK HERE[/img][/url]

or html

Code:
<a href="http://developers.facebook.com/docs/plugins/registration/" class="postlink" target="_blank" rel="nofollow"><img src="YOUR DIRECT IMAGE LINK HERE" border="0" alt="" /></a>

kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by talicni67 December 15th 2011, 3:26 pm

Many thanks for that,but I'm a new user,and don't know wery well where the find a widget.Sorry for my ignorance,but I try a lot to learn all about forum.
talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by Sanket December 15th 2011, 7:28 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by talicni67 December 15th 2011, 8:06 pm

I did everything as you write, and here's how it like

How to register from Facebook on my forum? 76638783

When I click on the picture link leads me to the Facebook site, can someone tell me how my friends from Facebook can register on my forum over facebook?If is it even possible.
talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by kirk December 16th 2011, 8:20 am

i would just add your link to your forum in your profile, or post the link on your facebook page leasing to your forum, Other then that you would have to ask facebook if there is a way, but i dont think there is.. just have the link in your facebook profile.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by talicni67 December 16th 2011, 9:46 am

I found this on the internet, and I think that my be of use to someone else.

http://phpbbjs.sourceforge.net/download/file.php?id=2&sid=ee538d47bd5de25211563a1fc9cd5ef5

This one my be better

http://sourceforge.net/projects/alternatelogin/files/alternatelogin-2011.12.14.01.zip/download

Kirk, do you or anyone else knows how to use these tags?
talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by kirk December 16th 2011, 10:03 am

oh i dont know, i am not downloading anything i do not know what it is or have any use for.

But this is basically something for facebook to answer now if it's something you need to add to your facebook page.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by talicni67 December 16th 2011, 10:24 am

I think this is mod,so I can set up log in panel on facebook and to my friends to register on my forum via Facebook.Something like that.But I no idea how to use this.Actualy,don't know where to put this tags.
talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by talicni67 December 16th 2011, 1:36 pm

Kirk,can this help me and others to add FB users on ours forums?

Authentication

Facebook helps you simplify and enhance user registration and sign-in by using Facebook as your login system. Users no longer need to fill in yet another registration form or remember another username and password to use your site. As long as the user is signed into Facebook, they are automatically signed into your site as well. Using Facebook for login provides you with all the information you need to create a social, personalized experience from the moment the user visits your site in their browser.

Facebook Platform uses OAuth 2.0 for authentication and authorization. While you can add login to your site using OAuth 2.0 directly (see our Authentication Overview), the open source JavaScript SDK is the simplest way to use Facebook for login.

The JavaScript SDK requires that you register your website with Facebook to get an App ID (or appId). The appId is a unique identifier for your site that ensures that we have the right level of security in place between the user and your website. The following example shows how to load the JavaScript SDK once you have your appId:

<html>
<head>
<title>My Facebook Login Page</title>
</head>
<body>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR_APP_ID',
status : true,
cookie : true,
xfbml : true,
oauth : true,
});
};
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
</body>
</html>

Once you have loaded the JavaScript SDK into your page and initialized it with your appId, you simply add the Login Button to your page using the <div class="fb-login-button"> element as shown below:

<html>
<head>
<title>My Facebook Login Page</title>
</head>
<body>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'YOUR_APP_ID',
status : true,
cookie : true,
xfbml : true,
oauth : true,
});
};
(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));
</script>
<div class="fb-login-button">Login with Facebook</div>
</body>
</html>
talicni67
talicni67
Forumember

Male Posts : 59
Reputation : 1
Language : English,Serbian

Back to top Go down

How to register from Facebook on my forum? Empty Re: How to register from Facebook on my forum?

Post by FL.ux December 20th 2011, 4:24 am

where can we put those codes?
FL.ux
FL.ux
Forumember

Male Posts : 842
Reputation : 18
Language : I hope I could be a FM staff :'(
Location : I shall fly to the subterranean sky.

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum