function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jphatjphat 

LinkedIn - Custom Link

I'm simply looking for a custom link that will do a search on LinkedIn from the Account and Contact tabs.
Account Tab would do a "company" search within LinkedIn.
Contact Tab would do a contact search within LinkedIn
JSPJSP
I am also interested in this... Please let me know if you find a solution.

Thanks,
Jason
werewolfwerewolf
I did this by making the following formula field on Contact:

HYPERLINK('http://www.linkedin.com/search?search=&keywords='&FirstName&'+'&LastName&'&sortCriteria=4','LinkedIn','_self')

You can do the same for Account by replacing the
&FirstName&'+'&LastName&

with just

&Name&
jphatjphat
Actually, I tweaked it a bit on the Contact page:
http://www.linkedin.com/search?search=&name={!Contact.FirstName}+{!Contact.LastName}+&company={!Account.Name}&sortCriteria=4','LinkedIn','_self'

This then puts the first and last names in the name field and account name in the company field...

Question -
for companies, i want to use the companies search in LinkedIn - in the "find company by name" field
http://www.linkedin.com/companies?trk=hb_tab_compy


AnthonyWAnthonyW
There are two ways to do this:
 
1. Add a new link or tab to SalesForce, as described here: http://socomsales.com/word/2007/add-linkedin-integration-to-salesforcecom/
 
2. Create a mashup in your browser (where basically the LinkedIn buttons are added to the SalesForce page in your browser), as described here: http://www.japaninyourpalm.com/greasemonkey/salesforce_linkedin_gm.html (this solution is specifically for the Firefox browser)
 
I have used both and they are simple and work well.
wickhamwickham

While looking up specific contacts and accounts is helpful is there a way to create a link at the account level that will look for contacts for that account that contain certain titles such as marketing or finance? This way you can browse for new contacts

 

 

 

 

 

 

werewolfwerewolf

If you can URL-hack it, then yes.  When I looked up "Marketing" in "Salesforce.com" I got this URL:

 

http://www.linkedin.com/search?company=Salesforce.com&newnessType=Y&search=&sortCriteria=Relevance&viewCriteria=1&currentTitle=cp&proposalType=Y&searchLocationType=Y&title=Marketing&currentCompany=cp&pplSearchOrigin=ADVS

 

So you can plunk some merge fields into the company= and the title= and it will probably work just fine.

GeraldineGrayGeraldineGray

Werewolf - your formula worked great. Thanks.

Homes For Cash FastHomes For Cash Fast
With the recent LinkedIn update, the search linkedin contact button is not working. Is there a viable workaround?

Thanks,

~Josh
--
Josh | Sell My Home Fast


 
Chris Leszka 5Chris Leszka 5
I just used this URL hack today and the search seems to be working just fine:

https://www.linkedin.com/search/results/people/?company={!Account.Name}&firstName={!Contact.FirstName}&lastName={!Contact.LastName}&origin=GLOBAL_SEARCH_HEADER