Package: Recruiting(JS2) |
Social Search Button Update: Quick Fix
Jobscience supports the search of a few Social Networks, namely Facebook, LinkedIn, and Twitter. Recently, Facebook and LinkedIn modified their format of Search URL's and therefore are no longer working from the Jobscience interface.
Jobscience plans on applying a fix into the package, however, an ETA is not yet available. In the meantime, you can apply a quick fix for use today! A User with System Admin permissions can action the below and update layouts where desired for continued use.
A new Formula Field (text output) will need to be created on the Contact Object. The below is the formula 'code' to input to support the new URL formats for search purposes.
IF(!ISBLANK(ts2__LinkedIn_Profile__c), HYPERLINK(ts2__LinkedIn_Profile__c, IMAGE("/resource/ts2__Toolbar/linkedin32.png", "Profile")), HYPERLINK("https://www.linkedin.com/search/results/index/?keywords="+FirstName+"+"+LastName, IMAGE("/resource/ts2__Toolbar/linkedin32.png", "Linkedin"))) & IF(!ISBLANK(ts2__Facebook_Profile__c), HYPERLINK(ts2__Facebook_Profile__c, IMAGE("/resource/ts2__Toolbar/facebook32.png", "Facebook")), HYPERLINK("https://www.facebook.com/search/top/?q="&FirstName&"+"&LastName&"%22" , IMAGE("/resource/ts2__Toolbar/facebook32.png", "Facebook"))) & IF(!ISBLANK(ts2__Twitter_Profile__c), HYPERLINK(ts2__Twitter_Profile__c, IMAGE("/resource/ts2__toolbar/twitter32.png", "Twitter")), HYPERLINK("https://twitter.com/search?q="&FirstName&"%20"&LastName, IMAGE("/resource/ts2__Toolbar/twitter32.png", "Twitter")))
Again, this is a temporary quick fix you can apply today. Jobscience has plans to fix the formula code in the package and will automatically update when the package is available for customer upgrading. At which point, you can delete the above-created Field.