blogger etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
blogger etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

21 Nisan 2013 Pazar

to add linkedin login button to blog page

This post is actually part-2 of the previous post ( http://hilaltarakci.blogspot.com/2013/04/to-add-facebook-login-button-to-blog.html ) in which a facebook login button is added to blogger.

i followed the steps in http://developer.linkedin.com/documents/getting-started-javascript-api and successfully added a linkedin login button to blog http://ucasfumproject.blogspot.com/.

To accomplish this:
- create a linkedin application and remember to specify the blog address as the JavaScript API Domain (step 2 in  http://developer.linkedin.com/documents/getting-started-javascript-api)

- login to blogger dashboard
go templates >> edit HTML
- right below the closing head tag, copy the following:

- go layout >> add a gadget and add an HTML/Javascript  gadget as follows:




to add facebook login button to blog page

Studying on sundays really sucks :(  However, it is wise to spend these rainy cold days studying and make room for life for oncoming sunny beautiful days:)
In this post, i summarize steps to add a facebook login to a blog page as in http://ucasfumproject.blogspot.com/
I have followed two posts and a stackoverflow question to get it working..

- create a facebook app  >> https://developers.facebook.com/apps
specify the site url as your blog address 
- login to blogger dashboard
go templates >> edit HTML
- right after the body tag, copy the following:

remember to change appId accordingly..
- go layout >> add a gadget and add an HTML/Javascript  gadget as follows: