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:
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>
de link naar de widget werkt niet meer.
bestaat deze widget nog wel?
Inderdaad, de pagina https://www.linkedin.com/static?key=developers_widget_profileinsider is weg gehaald maar de code van deze profile widget staat ook op https://developer.linkedin.com/docs/DOC-1072
Voor een demo kijk ook eens op; https://www.iprc.nl/pagesNL/interim%20recruiter%20jacco%20valkenburg.html
de link naar de widget werkt niet meer.
bestaat deze widget nog wel?