Search Other Sites

From SmartWiki
Jump to: navigation, search

You can create buttons on Contact or Lead (Sales Tracking) records to automatically search other sites for that contact.

Examples below:

  • LinkedIn:
<a href="http://www.linkedin.com/pub/dir/?first=@firstname@&last=@lastname@" target="_blank">Click here to search Linked In</a>
  • Facebook:
 <a href="http://www.facebook.com/search.php?q=@firstname @lastname@" target="_blank">Click here to search Facebook</a><
  • Twitter:
<a href="https://twitter.com/#!/who_to_follow/search/@firstname@ @lastname@" target="_blank">Click here to search Twitter</a>
  • You Tube:
<a href="http://www.youtube.com/results?search_query=@firstname@ @lastname@&aq=f" target="_blank">Click here to search YouTube</a>
  • MySpace:
<a href="http://www.myspace.com/search/people?q=@firstname@ @lastname@" target="_blank">Click here to search MySpace</a>
  • Google Maps
<a href="http://maps.google.ca/maps?q=@Address1@ @Address2@, @City@, @State@" target="_blank">Open Google Map</a>