Pizza Slow (high quality)

gs_linkedin

Dynamically present Linkedin.com profile hresume data on your Textpattern blog

Summary

Gs_linkedin is Textpattern a port of Brad Touesnard’s Wordpress plugin LinkedIn hResume. It grabs the Microformated hResume block from your LinkedIn public profile page allowing you to add it to any page with a simple textpattern tag and apply your own styles.

Thanks to Mariano Absatz for help reporting bugs.

Download

gs_linkedin is released under the GPL. Download it.

Setup / Installation

Your LinkedIn profile must be configured to “Full View”. The default view is “Basic”. Once the Linkedin API is public this could change.

The hResume classes and ids are left in place and can be styled as you wish. Below is the css Brad Touesnard created for his plugin, as well as my modified version.

The plugin does not currently use any cache, fetch images, or require any non-standard php configurations.

Usage

gs_linkedin requires two attributes.

  • linkedin_src – the url of your public linkedin.com profile
  • name – your full name

Example

<txp:gs\_linkedin linkedin\_src="/images/http://www.linkedin.com/profile?viewProfile=&key=5919187" name="Grant Stavely" />

CSS

I prefer a very basic style and hide much of the linkedin-specific content.

#overview, div.profile-header, div.actions,
#summary h2, summary h3, #additional-information,
.info, .skills  {
    display: none;
}
#experience ul.vcalendar li.experience {
    position: relative;
}
abbr {
    text-decoration: none;
    border: none;
    color: #999;
    font-style: italic;
    font-size: .9em;
}
.organization-details {
    font-size: .9em;
    color: #999;
}
.org summary {
    font-size: 1.2em;
    font-style: italic;
}
Proximate posts in the Blog collection
Newer A failed analogy to stock market shorting practices 04 November 2008
On C.S. Lewis 01 November 2008
This post gs_linkedin 25 October 2008
Older Warp XP 22 October 2008
The Office: 1912 | Shorpy Photo Archive 22 October 2008
Proximate posts in the General collection
Newer Twitter post from October 26, 2008, 975629934 26 October 2008
Carving pumpkins with friends 25 October 2008
This post gs_linkedin 25 October 2008
Older Twitter post from October 25, 2008, 975360837 25 October 2008
Twitter post from October 25, 2008, 975095371 25 October 2008