LinkedIn profiel widget: pimp je website of blog

Widgets zijn kleine software programma’s of een code die je kunt integreren in websites of blogs. Bijvoorbeeld bij een ledendatabase van een vereniging, leden kunnen hiermee direct doorlinken naar het LinkedIn-profiel van een medelid. LinkedIn biedt nu een code aan waarmee je een verkort persoonlijk profiel kunt weergegeven als men klikt op een IN-logo:

LinkedIn Profile Widget Jacco

Hierboven is het IN-logo te zien en door hier op te klikken verschijnt een kleine LinkedIn pagina met daarin de informatie van de persoon conform zijn/haar publieke instellingen in een pop-up venster. De code voor deze Profile Widget is hier te vinden.

UPDATE 30-8-2010: HTML CODE

Add the LinkedIn Javascript file to your <head> section.

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

Wherever you want a popup to appear, add a standard <a> tag to create a link on the name. The (in) icon will be placed after that name. The name you choose to include in the <a> tag isn’t actually used to look up the profile. The href reference must point to a valid public profile and that will be used to look up the public profile in the widget. You must also include a class with the <a> tag:

“linkedin-profileinsider-popup” to create a popup

<a class=”linkedin-profileinsider-popup” href=”https://www.linkedin.com/in/jacco”>Jacco Valkenburg</a>

“linkedin-profileinsider-inline” to show the profile in the open state

<a class=”linkedin-profileinsider-inline” href=”https://www.linkedin.com/in/jacco”>Jacco Valkenburg</a>

HTML voorbeeld LinkedIn widget

<html>
<head>
<script type=”text/javascript” src=”https://www.linkedin.com/js/public-profile/widget-os.js”></script>
</head>
<body>
<a class=”linkedin-profileinsider-popup” href=”https://www.linkedin.com/in/jacco”>Jacco Valkenburg</a> saw the social networking trend early.
</body>
</html>

Auteur: Jacco Valkenburg

Een recruitment expert en een van Nederlands bekendste auteur, waaronder Recruitment 3.0. Met zijn bedrijf Recruit2 helpt hij organisaties – zoals Maersk, Knab, TomTom, KPN, Canon e.a. – succesvol bij het verbeteren of uit handen nemen van hun personeelswerving, van strategie tot realisatie. Tevens is hij trainer en eigenaar van Recruiter University.

3 gedachten aan “LinkedIn profiel widget: pimp je website of blog”

Geef een reactie

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Deze site gebruikt Akismet om spam te verminderen. Bekijk hoe je reactie-gegevens worden verwerkt.