ACT! Developer Downloads
Register  ·  Sign In  ·  Help
Jump to Page:   1
  Reply   Reply  

Social Mention widget for ACT!
Options    Options  
Moderator alduet Moderator
Moderator
Posts: 169


alduet

Country: USA

Message 1 of 2

Viewed 142 times


I ran across the social mention widget and quickly made an html page which lets the widget be used by the Context Browser controls.  

 

The control is interactive and kind of nice to work with, so it adds a bit of fun to ACT! and brings in relevant Social media information from a variety of sources.

 

Attached is the html file - you do NOT have to host this file on IIS - just put it anywhere on your local system and point the Target URL of your browser control to the file ala:

 

C:\Program Files\ACT\Act for Windows\Home\Socialwidget.html?qry={Contact.Company} 

 

Notes:   1.  I copied the html to my home directory in ACT! but you can have the file located anywhere locally

 2.  you have to use the construct socialwidget.html?qry= in order to pass the context to the control - otherwise the control just starts doing a general search and popping up all kinds of stuff.

3.  The html is all javascript - most from Social Mentions Widget site - I added the function to parse the query string, so no guarantees on work there (though the function is used in other projects and works well there) feel free to modify and repost suggestions here.

 

 

On my first pass this doesn't work in the web info feature - it looks like that control doesn't like looking at local paths vs http:// paths.  if you wanted to use this in the web info feature tab I'm sure you could - just publish the html on a web server and address it appropriately.

 

 Would like to hear thoughts on this control.


 

Allen Duet
Sr. Product Manager, ACT! | Sage CRM Solutions |

 

Attachment Social mention Widget in ACT!.JPG (204 kb)
Attachment socialwidget.zip (1 kb)

Kudos!
11-02-2009 04:38 PM
 
  Reply   Reply  

Re: Social Mention widget for ACT!
Options    Options  
Moderator alduet Moderator
Moderator
Posts: 169


alduet

Country: USA

Message 2 of 2

Viewed 68 times


Update - this html file will work in the Web Info feature of ACT! 2010 with a couple of caveats:

 

1.  Avoid UNC paths with spaces

2.  Switch backslashes to forward slashes (the parser automatically determines this is a file path and prefixes the file:/// to the request)

 

Example: 

 

C:/Socialwidget.html?qry={Contact.User 7}

 

 


 

Allen Duet
Sr. Product Manager, ACT! | Sage CRM Solutions |

Kudos!
11-10-2009 02:21 PM
 
Jump to Page:   1