X
    Categories: LinkedIn

LinkedIn member profile widget: pimp your website or blog

Widgets are basic visual building blocks which, combined in an application, hold all the data processed by the application and the available interactions on this data. small software programs or code that can be integrated into websites or blogs (source: Wikipedia]. LinkedIn offers such a plugin, in javascript code, which can be used to display a short personal profile when you click on the IN-logo:

By hovering or clicking on the IN-logo, a pop-up window appears that contains a short LinkedIn profile with the information of a specific member. Test it yourself and get the code for this Member Profile Widget here to include it on your personal or company website.

In the above example, the code is:

<script src=”http://platform.linkedin.com/in.js” type=”text/javascript”></script>
<script type=”IN/MemberProfile” data-id=”http://www.linkedin.com/in/jacco” data-format=”hover” data-text=”Jacco Valkenburg“></script>

Related Post