Here's some simple 'HTML' code that you or your GoldMine System Administrator can place into new GM+View Tabs (a very customisable tab in GoldMine for displaying information from outside GoldMine that relates to your contact record) in GoldMine, to display either Twitter search for a Contact, their main website or a Google Map of their location.
From the Web menu in GoldMine, select 'Setup GM+View' to create these new views. When creating the new view, click into the blank screen initially displayed and click on the <H> button to display the HTML code. Overwrite with this code displayed below (create these as 3 separate views!).
Twitter:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="0;url=http://search.twitter.com/search?q=<<&contact>>" http-equiv=REFRESH>
<META name=GENERATOR content="MSHTML 8.00.6001.19120"></HEAD>
<BODY leftMargin=1 rightMargin=1 topMargin=1>
<DIV></DIV></BODY></HTML>
Customer Primary Website:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<STYLE type=text/css> P, UL, OL, DL, DIR, MENU, PRE { margin: 0 auto;}</STYLE>
<META name=GENERATOR content="MSHTML 8.00.6001.19120"></HEAD>
<BODY leftMargin=1 rightMargin=1 topMargin=1><FONT size=2 face=?f?>
<DIV>
<SCRIPT defer></SCRIPT>
</DIV></FONT></BODY></HTML>
Google Maps:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="0;url=http://maps.google.com/maps?q=<<contact1->address1>>%20<<contact1->city>>%20<<contact1->state>>&z=18&t=k" http-equiv=REFRESH>
<META name=GENERATOR content="MSHTML 8.00.6001.19120"></HEAD>
<BODY leftMargin=1 rightMargin=1 topMargin=1>
<DIV></DIV></BODY></HTML>
Comments