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:
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:




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)?