How To: Add Facebook Connect to Your Blog in 8 Minutes

26 Temmuz 2010 Pazartesi, 08:25

7909 izlenme
0

Yorumlar

Eren Emre K***
I have a question:What about these non-standard
(W3C) markup codes? Users will get validation
errors like this:...element
"fb:login-button" undefined Gör

Zafarali Ahmed
nice vid. really helpful. will use this one day.

Ec McnTroll
it's working great for me in firefox and
chrome but not in opera :(the other thing is i
can't put the fb user in the user inputbox,
how do i do that within the innerHTML?

Jacob Lucas
Way to go Lukey!

Colin Poindexter
I have the same problem that Pierre hadPLEASE
HELPthanks!! :)

Luke Shepard
‎@pierre, colin- we're working on a
wordpress integration so you won't have to
code it entirely manually. the video was intended
as a starter guide for folks who code their own
websites.@jacob- thanks :P

Pierre Stoffe
Ok Luke, Thanks

Colin Poindexter
I do, it just doesnt work on my site for some odd
reason

Chad Ashley Pry
Eagerly awaiting more!

Oscar Salguero Guandique
Hello!I tried to integrate this in my Blogger
blog, as a custom html/javascript widget... it
seemed to work but now, I can not see the any
changes, like an earlier comment the pop up page
that used to show that the my blog was connecting
wi...th facebook is now blank.Hey by the way...
Happy New Year dudes!

Deborah Kayatani
Did you post php code for php blogs? Thanks.

Nacer Chahat
Me too
FB.Connect.ifUserConnected(update_user_box);
doesn't work. Does anyone found the solution?

Angga Bangun Subur
code updated, check the text version tutorial
dude >>
FB.init("3f0ba1d70537bbf9381bca2bbb9f9a93&quo
t;,"xd_receiver.htm",
{"ifUserConnected" : update_user_box});

Diego Landskron
wheres text tutorial?

Nabil Orfali
How could you display the login box as overlay
instead of popup?

Carlos Molina
As I draw the username variable to store in my
database?

Martin Jul Jönsson
Well, it's fine that i can show who the user
is... but what does that help me, when i
wan't to put the username into the text field
in the form? :)

Thomas Welton
The very last step in this tutorial now seems to
be out of date. To avoid having to click the
connect button every time the page refreshes you
need to change FB.init to something like
thisFB.init("3f0ba1d70537bbf9381bca2bbb9f9a93
","xd_rece...iver.htm",{"ifUse
rConnected" : update_user_box}); Gör

Lincoln L H Ho
Ok, so I've *** a comment box. is there a
way to get the comment box at the bottom like
this, and in chronological order like this too?
And I want to add more than just a comment, like a
date, or subject. Are there simple preset
templates as I know nothing about the scripts.

Giuliano Bartolaccini
someone help me out?

Fahad Ali
question for Luke Shepard: why do you use
Terminal.app? when you can use TextMate or
DreamWaver ?Thanks :)

Manuel Molossi
hai bisogno giuliano?

Akram Mellice
I did the same steps in the video, but when I
click the Connect button nothing happen:(any help?

Rees Retuta
for the
function...FB.connect.ifUserConnected(function)...
will it execute function when user is logged in
facebook AND granted permissions to the
application? or simply when the user is logged
into facebook (without authorizing application)?

Manuel Molossi
that method is deprecated now... you have to use
FB.init('APY KEY','
xd_receiver', {ifUserConnected:' ',
ifUserNotConnected:' '}

Michael Gidron
Great tutorial... I *** my site to finally work!

Kasidesh Yontaradidthaworn
FB.Connect....is null how to solve that

Ned Fock
Soy Nerd 8-|

Mohsin Mumtaz
excellent tutorial...it has helped me alot

Wasif Khalil
my site is connecting to facebook but the name is
not changing means profile pic n name is not showd
upcan any1 help?

Mohsin Mumtaz
‎$facebook = new
Facebook("publickey",
"secretkey");$user_id =
$facebook->require_login();$user_details =
$facebook->api_client->users_getInfo($user_i
d, 'name, first_name, last_name, pic_small,
profile_url');if (!is_array($user_details))
{...$data['first_name'] =
'';$data['last_name'] =
'';$data['name'] =
'';$data['pic_small'] =
'';$data['profile_url'] =
'';}else{$data['first_name'] =
$user_details[0]['first_name'];$data[�
39;last_name'] =
$user_details[0]['last_name'];$data[
9;name'] =
$user_details[0]['name'];$data['pic
_small'] =
$user_details[0]['pic_small'];$data[
9;profile_url'] =
$user_details[0]['profile_url'];$_SESSIO
N['username'] =
$data['name'];$name =
$data['name'];$me = "me";}hope
it'll help u

Divyesh Ardeshana
it is easy...

Limbs Andthings
the most ***ed up 'all over the place'
no continuity application launch I've ever
seen. I'm talking about for regular people
by the way.

Hédi Khotbi
How to add Facebook connect on an iPhone App?

Ζαΐρα το σκυλάκι
i tried it it does nothing...what should we
change from the old code?

Ζαΐρα το σκυλάκι
i found it

sat anlage
Yazar cok tesekkurler... Selamlar Neslihan

Isminiz
Hey, ben bu yazıyı ilgili e-posta
çalıştı***a ulaşmak
mümkün değildir. -Bana ne zaman bir
an olsun posta e geçiniz.
Teşekkürler.

Zafarali Ahmed
nice vid. really helpful. will use this one day.

Ec McnTroll
it's working great for me in firefox and
chrome but not in opera :(the other thing is i
can't put the fb user in the user inputbox,
how do i do that within the innerHTML?

Jacob Lucas
Way to go Lukey!

Colin Poindexter
I have the same problem that Pierre hadPLEASE
HELPthanks!! :)

Luke Shepard
‎@pierre, colin- we're working on a
wordpress integration so you won't have to
code it entirely manually. the video was intended
as a starter guide for folks who code their own
websites.@jacob- thanks :P

Pierre Stoffe
Ok Luke, Thanks

Colin Poindexter
I do, it just doesnt work on my site for some odd
reason

Chad Ashley Pry
Eagerly awaiting more!

Oscar Salguero
Hello!I tried to integrate this in my Blogger
blog, as a custom html/javascript widget... it
seemed to work but now, I can not see the any
changes, like an earlier comment the pop up page
that used to show that the my blog was connecting
with facebook is now blank.Hey by the way... Happy
New Year dudes!

Deborah Kayatani
Did you post php code for php blogs? Thanks.

Ran Aharoni
I don't get the
FB.Connect.ifUserConnected​(update_user_box)
; to work take a look at
http://sandbox.sc40.info/c​omment.html

Nacer Chahat
Me too
FB.Connect.ifUserConnected​(update_user_box)
; doesn't work. Does anyone found the
solution?

Angga Bangun Subur
code updated, check the text version tutorial dude
>>
FB.init("3f0ba1d70537bbf93​81bca2bbb9f9
a93","xd_recei​ver.htm",
{"ifUserConnected" :
update_user_box});

Diego Landskron
wheres text tutorial?

Nabil Orfali
How could you display the login box as overlay
instead of popup?

Carlos Molina
As I draw the username variable to store in my
database?

Martin Jul Jönsson
Well, it's fine that i can show who the user
is... but what does that help me, when i
wan't to put the username into the text field
in the form? :)

Thomas Welton
The very last step in this tutorial now seems to
be out of date. To avoid having to click the
connect button every time the page refreshes you
need to change FB.init to something like
thisFB.init("3f0ba1d70537bbf93​81bca2bb
b9f9a93","xd_recei​ver.htm",&
#123;"ifUserConnected" :
update_user_box});

Lincoln L H Ho
Ok, so I've *** a comment box. is there a way
to get the comment box at the bottom like this,
and in chronological order like this too? And I
want to add more than just a comment, like a date,
or subject. Are there simple preset templates as I
know nothing about the scripts.

Giuliano Bartolaccini
someone help me out?

Fahad Ali
question for Luke Shepard: why do you use
Terminal.app? when you can use TextMate or
DreamWaver ?Thanks :)

Manuel Van Molossi
hai bisogno giuliano?

Akram Mellice
I did the same steps in the video, but when I
click the Connect button nothing happen:(any help?

Rees Retuta
for the
function...FB.connect.ifUs​erConnected(funct
ion)... will it execute function when user is
logged in facebook AND granted permissions to the
application? or simply when the user is logged
into facebook (without authorizing application)?

Manuel Van Molossi
that method is deprecated now... you have to use
FB.init('APY KEY','
xd_receiver', {ifUserConnected:'
', ifUserNotConnected:' '}

Michael Gidron
Great tutorial... I *** my site to finally work!

Kasidesh Yontaradidthaworn
FB.Connect....is null how to solve that

Andrés Boni
Soy Nerd 8-|

Mohsin Mumtaz
excellent tutorial...it has helped me alot

Wasif Khalil
my site is connecting to facebook but the name is
not changing means profile pic n name is not showd
upcan any1 help?

Mohsin Mumtaz
‎$facebook = new Facebook("publickey",
"secretkey");$user_id =
$facebook->require_login()​;$user_details
=
$facebook->api_client->use​rs_getInfo(
$user_id, 'name, first_name, last_name,
pic_small, profile_url');if
(!is_array($user_details))​ {...

Divyesh Ardeshana
it is easy...

Hédi Khotbi
How to add Facebook connect on an iPhone App?

Ζαΐρα το σκυλάκι
i tried it it does nothing...what should we change
from the old code?

Ζαΐρα το σκυλάκι
i found it

Khubbaib Naeem
what is the where u copy the code and make new
page name as "xd_receiver" i cannot find
it.

Mir Asso
Nice tuto!! many thanks, i enjoy it...

Vicky D Tricky
Friends when i click on to create new application
i don't see the optional fields where in i
can put in my connect url :( Is it something
available only for ADMIN Users ?? how dies it
works man.!!! >>>!!!???!!!

kanada düşük fiyat Anafranil Sr çevrimiçi satın !!!
Bu , bu eğlenceli mesaj katılıyorum

Bu forumu büyük kullanıcılar
Ben bu harika forumu arıyor ve buldu . Şimdi
normal bir kullanıcı değilim.rnBu
forumunyönetim için teşekkür ederiz .

Merhaba orada çok serin web sitesi ! !
Guy .. Güzel .. İnanılmaz .. Blogunuza imi ve
sonrası burada pek çok yararlı bilgi bulmak
için memnunbeslemeleri alsoI\'m ***üreyim , biz
bu konuda daha fazla teknik çalışma paylaşım
için teşekkürler istiyorum . . . . . .

usa online satın trimetoprim
[b]satın reçete nedeed trimetoprim[/b]

metronidazole gel
metronidazole cream and alcohol[/url] -
metronidazole galderma

Bugün 2011/11/11
Yüz yılda bir kez olur bu nadir olay tüm
Tebrikler!

dapoxetine active ingredient - dapoxetine acid
[b]dapoxetine abuse[/b] dapoxetine abu dhabi -
dapoxetine action

Hindi Recipes-Flash How to
.

quite nice indeedz
this is not bad at all my friend. yahoo

cymbalta highest dosage - cymbalta hip pain
rjwd 64534 [b]cymbalta hearing loss[/b] cymbalta
hgh australia - cymbalta highest dose

Very informative
I never thought a post can be so interesting and
enjoyable. I like it very much. I\'ll keep it in
my favorites. what erectile dysfunction

Hi everyone present
This post have been very helpful to me. Thanks for
posting it. what is erectile dysfunction

rtg no deposit casino casino in hawaiian gardens
Great work. I woud like to write something on this
topic but unfortunately I*** not tallented in it.
casino cosmopolitan resort roulette visual
tracking gamble casino clay poker chip set

betting casino casio gamble gambling gaming fernley nugget casino
I will certainly recommend this post to my friends
as I*** sure they will appreciate it. cache creek
indian casino ca hoyle casino dreamcast silver
oaks casino

free web hosting cpanel web hosting php
Thanks for sharing this kind of information. I
have been looking for it for a long time. google
web host web hosting [b]top 10 web hosting sites
[/b]

It is worth considering
Hello, I\'m from Florida and I*** glad, I have
found your site,cuz it\'s really cute. purchase
kamagra

Cialis kaufen 31
Your website is not showing up correctly in my
browser.

Cialis kaufen 12
Great post, I think I can actually use this.

You can still
It is pleasant that there are still people in the
world that share this idea! kamagra

Cialis bestellen 75
i have begun to visit this cool site a few times
now and i have to tell you that i find it quite
good actually. keep the nice work up! =)

Cialis deutschland 84
Greetings... your blog is very interesting and
beautifully written.

Cialis deutschland 67
It\'s obviously what I*** looking for , very great
information , cheer!

Сialis tadalafil 46
What a great website. Well done

Home Heating
Thank you***azing blog, do you have twitter,
facebook or something similar where i can follow
your blog Sandro Heckler

Yorum Ekle

How we built Facebook Connect [HQ]18:12
13 yil önce
773 izlenme
Facebook Connect59:40
13 yil önce
1545 izlenme
Red Kit01:33
13 yil önce
1531 izlenme
Yasemin Kumral-Bim Bam Bom-197503:04
13 yil önce
558 izlenme
EsSoEs-İsT01:30
13 yil önce
925 izlenme
GÜLLÜ-KAYBOLAN AŞK05:56
13 yil önce
2461 izlenme
CANSEVER & KADER .:: İŞTE DAMAR::.03:46
13 yil önce
3177 izlenme
Ali han--bu kadın neden ağlıyor--05:28
13 yil önce
1594 izlenme