Using Shortcode Show you Linkedin Profile and Company Page Inside Your Joomla Site
With this plugin you can add the Linkedin widgets in content using easy tag/shortcode. Using same API we made some plugins for Joomla to easy embed social widgets, slideshows etc in Joomla contents. Shortcode makes it very easy to use.
View Live Demo JED Approved Version 2.0 Joomla 1.5 & 2.5 compatible
Awesome Features
Linkedin plugin that works out of the box
Flexibility of Customizing Its Position
Full Control to Style-match with Your Joomla site
Enable/disable in home page and also skip by Item IDs
Specific Features
Enable/Disable in Popup
Enable/Disable in Ajax Request
Enable/Disable in RSS Request
Enable/Disable in Home Page and Also Skip by Item IDs
Supported Components
Joomla Default Content (com_content)
K2 CCK (com_k2)
![]()





Setup is as Easy as 1-2-3
1. Install the Plugin in Your Site
2. Use those Given Shortcode
3. Save and Enjoy
Play with the available options related to styling and design
Available Options
Basic Configuration
Enable Popup Yes/No
Remove From RSS Yes/No
Remove From Ajax Yes/No
Skip Home page Yes/No
Skip Itemids
Com_Content Component Setting
Com_Content Component Setting Disable/Enable
Skip Category View Yes/No
Skip On Categories View Yes/No
Exclude Categories
Com_K2 Component Setting
Com_k2
Skip K2 Latest View Yes/No
Skip K2 list view Yes/No
Skip K2 Category View Yes/No
Skip K2 Tag View Yes/No
Skip K2 User View Yes/No
Com_K2 Component Setting
Widget Type
Public Profile URL
Show Connection Yes/No
Company Name or ID
Show In Your Network Yes/No
Show New Hires Yes/No
Show Promotion and Changes Yes/No
Add Linkedin JS Yes/No
JS Adding Method Sync/Async
![]()
![]()
Buy & Download
Short code base Linkedin content plugin for Joomla 1.5 V2.0
Size: 10.7 KiB | Hits: 2
Added: March 10, 2012 | Last Updated: March 10, 2012
USD 15.00 / Download
Short code base Linkedin content plugin for Joomla 1.6 1.7 2.5 v2.0
Size: 9.2 KiB | Hits: 6
Added: March 10, 2012 | Last Updated: March 10, 2012
USD 15.00 / Download
Version 2.0 Joomla 1.5 & 2.5 compatible GPL2 License
![]()
Tutorial
Usages:
How to get profile url or company url for your Linkedin profile?
For profile widget/module setting you need to put your public profile URL:
Login to your Linkedin, From main menu Profile->View Profile
Now the url mentioned as “Public Profile”
Click here to check the screenshot
To get your company Name or ID:
After login or from home page, go from Companies->Your Company
Or any company you follow
Click this here to see screenshot how to get the company name
Again if you are advance user and own the company profile in linkedin then Click the admin tools in company profile page and then mouse hover on delete, see the status bar for your exact company id.
Again you can go here, Type your company name , example “Codeboxr”, hit enter, click “Get Code”, See the value in data-id , For Codeboxr it will show “2282648″
Short Code Usages:
Suppose need to show Company profile widget, here the shortcode
{cblinkedin widgettype=CompanyProfile dataidcp=2282648}
Here,
cblinkedin = shortcode for linkedin widget, mendatory
widgettype = widgettype, default value is “MemberProfile” for member profile, more available “CompanyInsider” for company insider and “CompanyProfile” for company profile.
Let’s see widget specific parameters settings:

Member Profile :
{cblinkedin widgettype=MemberProfile dataidmp=http://www.linkedin.com/in/manchumahara showrelatedmp=0 jsaddmethod=1}
dataidmp = member profile url, example:http://www.linkedin.com/pub/sohel-sarder/39/74b/82
showrelatedmp = show related or not, value 0 or 1 , default 1, optional, can be set from plugin setting
jsaddmethod = javascript add method, sync or async. optional, can be set from plugin setting.
One more short example: {cblinkedin widgettype=MemberProfile dataidmp=http://www.linkedin.com/in/manchumahara}
Company Insider :

{cblinkedin widgettype=CompanyInsider dataidci=2282648 innetworkci=0 newhiresci=0 jobchangesci=0 jsaddmethod=1}
dataidci = company id, see above about how to grab company id
innetworkci = show in network, 0 or 1, default 1, optional
newhiresci = show new hire, 0 or 1, default 1, optional
jobchangesci = show job changes , 0 or 1, default 1, optional
Short example: {cblinkedin widgettype=CompanyInsider dataidci=2282648}. Also some default setting can be set from the plugin setting page in admin
CompanyProfile :

{cblinkedin widgettype=CompanyProfile dataidcp=2282648 showrelatedcp=0}
dataidcp = company id, check above about how to grab company id
showrelatedcp = show related connections, 0 or 1, default 1, optional
More short example: {cblinkedin widgettype=CompanyProfile dataidcp=2282648}

