Difference between revisions of "Search Other Sites"
From SmartWiki
(Created page with 'You can create buttons on Contact or Lead (Sales Tracking) records to automatically search other sites for that contact. Examples below: * LinkedIn: <pre> <a href="http://www.l…') |
|||
Line 12: | Line 12: | ||
<a href="http://www.facebook.com/search.php?q=@firstname @lastname@" target="_blank">Click here to search Facebook</a>< | <a href="http://www.facebook.com/search.php?q=@firstname @lastname@" target="_blank">Click here to search Facebook</a>< | ||
</pre> | </pre> | ||
+ | |||
+ | * Twitter: | ||
+ | <pre> | ||
+ | <a href="https://twitter.com/#!/who_to_follow/search/@firstname@ @lastname@" target="_blank">Click here to open Twitter</a> | ||
+ | </pre> | ||
+ | |||
+ | * You Tube: | ||
+ | <pre> | ||
+ | <a href="http://www.youtube.com/results?search_query=@firstname@ @lastname@&aq=f" target="_blank">Click here to open YouTube</a> | ||
+ | </pre> | ||
+ | |||
+ | * MySpace: | ||
+ | <pre> | ||
+ | <a href="http://www.myspace.com/search/people?q=@firstname@ @lastname@" target="_blank">Click here to open MySpace</a> | ||
+ | </pre> | ||
+ | |||
+ | * Google Maps | ||
+ | <pre> | ||
+ | <a href="http://maps.google.ca/maps?q=@Address1@ @Address2@, @City@, @State@" target="_blank">Open Google Map</a> | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | |||
+ | [[Sales Tracking]][[Applicant Tracking]] |
Revision as of 11:06, 3 August 2011
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 open Twitter</a>
- You Tube:
<a href="http://www.youtube.com/results?search_query=@firstname@ @lastname@&aq=f" target="_blank">Click here to open YouTube</a>
- MySpace:
<a href="http://www.myspace.com/search/people?q=@firstname@ @lastname@" target="_blank">Click here to open MySpace</a>
- Google Maps
<a href="http://maps.google.ca/maps?q=@Address1@ @Address2@, @City@, @State@" target="_blank">Open Google Map</a>