Category Archive For "Javascript"
Create Facebook Share button for Website Webpages
This tutorial helps to create facebook share button in Webpage. 1. Just include the following code in your Webpage to include web page sharer. You can update the code with your link inside and create it for your webpage. 1.1 Button Count Type <iframe src=”https://www.facebook.com/plugins/share_button.php?href=https://chillyfacts.com/create-facebook-share-button-for-website-webpages/&layout=button_count&size=large&mobile_iframe=true&width=83&height=28&appId” width=”83″ height=”28″ style=”border:none;overflow:hidden” scrolling=”no” frameborder=”0″ allowTransparency=”true”></iframe> 1.2 Box Count Type …
Integrate login with Facebook using JAVA
This tutorial helps you to integrate Facebook login in Java websites with the help of JAVASCRIPT. This is the simplest way I have found to do it. First register in https://developers.facebook.com/ and get the app ID for your APP. 1.1 Login first to the Developer site with your facebook ID and Click on Add a New App …
Integrate login with google in Websites with JAVA
This tutorial helps you to integrate login with Google in JAVA websites. This works with the principle of oAuth2. Here is the step by step process for that, Login to the Google console API https://console.developers.google.com/apis/library Get the Client ID and Client secret, For that 1.1 After Login in Click on Credentials 1.2 Then Click on Create …