I'm implementing LinkedIn Login into my web app.. I'm using following script as :
<script type="in/Login"> </script>
to load the LinkedIn Sign In button. This script automatically loads a LinkedIn Sign in button with fix design or image..
but I want to Customize a button with my custom Image of LinkedIn and this button should generate the LinkedIn login event after clicking on it.. that is it should serve above script's purpose
Plz Help
You can use your own custom html code like this:
You can do it Like below:
Created own custom button and call the function on it's click (
onclick="doLinkedInLogin()"
):Now changed my code like below:-
Yes, it's possible. We're using jQuery, so here is our solution:
Other way to do this:
Place an image that you like:
Create JS function like this:
Use LinkedIn user data:
Under the head tag
Please try this and let me know