Category Archive For "JSP"
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 …
Create WhatsApp Share Button on WebSites
This tutorial shows how to create WhatsApp share button on WebPages, This example is with HTML and will work of JAVA, JSP, PHP and any HTML Support Platforms. 1. Just add the below source code in your Webpage to create a share link. You can put image also inside the href Link with a Whatsapp …