12
Mar

Habari LinkedIn plugin

I am happy to announce my first Habari Plugin, the LinkedIn plugin. It’s an extremely simple plugin that allows you to display you LinkedIn badge on your blog.

What is it about

LinkedIn Habari Plugin allows you, as the blog owner, to post the LinkedIn badge on you website, on a quick and simple way.

How to install ?

Installation is the same as every Habari Plugin:

  • Download linkedin.zip
  • Unzip the file
  • Install to your user/plugins directory
  • Activate the plugin on your site
  • Add code to display the plugin on your template , explained below

You can read more about Plugin Installation on Habari Wiki

Changes on your template

In order to make any Habari Plugin visible, you need to add the plugin code to you template, to use LinkedIn Habari Plugin, you just need to add the following code to your template:

<?php
if (Plugins::is_loaded(‘LinkedIn’)) {
echo ‘<div id=”linkedin”><h3>LinkedIn Profile</h3>’;
echo $linkedin_badge;
echo ‘</div>’;
}
else {
// Not loaded
}
?>

Download: LinkedIn Plugin

Related posts:

  1. Habari Linkedin Plugin 0.5 Released
  2. Tarpipe Share Widget Plugin for Habari
  3. LinkedIn Launches Public API
  4. Blog redesign in progress

enjoyed this post? share with others:

twitter stumble upon digg

This entry was posted on Wednesday, March 12th, 2008 at 11:36 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.

comments

  1. March 12th, 2008 | Michael C. Harris says:

    It’s always great to see new Habari plugins. I wonder what clever things you might be able to do with the LinkedIn API (http://blog.linkedin.com/blog/2007/12/the-intelligent.html)?

leave a comment