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…') |
|||
(2 intermediate revisions by the same user not shown) | |||
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 search Twitter</a> | ||
+ | </pre> | ||
+ | |||
+ | * You Tube: | ||
+ | <pre> | ||
+ | <a href="http://www.youtube.com/results?search_query=@firstname@ @lastname@&aq=f" target="_blank">Click here to search YouTube</a> | ||
+ | </pre> | ||
+ | |||
+ | * MySpace: | ||
+ | <pre> | ||
+ | <a href="http://www.myspace.com/search/people?q=@firstname@ @lastname@" target="_blank">Click here to search 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> | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Sales Tracking]][[Category:Applicant Tracking]] |
Latest revision as of 11:07, 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 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>