Put your LinkedIn profile anywhere with a widget.


So you want that cool LinkedIn widget to show your profile on any webpage? Well the code is really easy to incorporate?

This is what you get (Click to see):
Founder, CEO
NextEmployee.com
Diran Afarian

look here:

The Code

Add the LinkedIn Javascript file to your <head> section. (It will work anywhere before the other code really, even in a blog post as you see here)

<script type="text/javascript" src="http://www.linkedin.com/js/public-profile/widget-os.js"></script>

Wherever you want a popup to appear, add the following :

<a class="linkedin-profileinsider-popup" href="http://www.linkedin.com/in/dafarian">Diran Afarian</a>

Or if you want the info to be inline, then add this instead:

<a class="linkedin-profileinsider-inline" href="http://www.linkedin.com/in/dafarian">Diran Afarian</a>

HTML Example


<html>
<head>
<script type="text/javascript" src="http://www.linkedin.com/js/public-profile/widget-os.js"></script>
</head>
<body>
<a class="linkedin-profileinsider-popup" href="http://www.linkedin.com/in/dafarian">Diran Afarian</a> saw the social networking trend early.
</body>
</html>

This is what the in-line version looks like:

Diran Afarian

  1. No comments yet.

You must be logged in to post a comment.