Widget

Difference between revisions of "LinkedIn Profile"

From LRDE

(Created page with "<noinclude>__NOTOC__ This widget allows you to add [http://www.linkedin.com/static?key=developers_widget_profileinsider LinkedIn profile widget] to your wiki page. Created by...")
 
Line 9: Line 9:
 
== Copy to your site ==
 
== Copy to your site ==
 
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
 
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
+
</noinclude><includeonly><script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
 
<script type="IN/MemberProfile" data-id="<!--{$profile|validate:url}-->" data-format="<!--{if isset($popup)}-->hover<!--{else}-->inline<!--{/if}-->" data-text="<!--{$name|escape:'html'}-->" data-related="<!--{if isset($norelated)}-->false<!--{else}-->true<!--{/if}-->"></script></includeonly>
 
<script type="IN/MemberProfile" data-id="<!--{$profile|validate:url}-->" data-format="<!--{if isset($popup)}-->hover<!--{else}-->inline<!--{/if}-->" data-text="<!--{$name|escape:'html'}-->" data-related="<!--{if isset($norelated)}-->false<!--{else}-->true<!--{/if}-->"></script></includeonly>

Revision as of 17:42, 24 September 2013

This widget allows you to add LinkedIn profile widget to your wiki page.

Created by Sergey Chernyshev and updated by Gregory Varnum

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:LinkedIn Profile article.