No longer supports import of email contacts??
calebm12 - October 6, 2009 - 01:41
| Project: | AddThis Button |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | wesku |
| Status: | active |
Jump to:
Description
I noticed today that if a user selects email, they are no longer able to import their contacts from yahoo mail or hotmail. Previously users could do this. Has something changed with Add This?

#1
This functionality is outside of the Drupal module. Please try http://www.addthis.com/forum/ for support on addthis.com.
#2
By default, we have disabled the addressbook. To re-enable it, use the below code block:
var addthis_config = {
ui_use_addressbook: true
}
For further inquiries, please visit our forum - http://www.addthis.com/forum
#3
would this code insert go into the module code? where do i insert that code block?
#4
For others looking....
put this line
var addthis_use_addressbook = true;
on line 117 of the addthis.module file
#5
Addthis.com functionality is changing all the time. We will support most important features of the API as soon as we can. However we are currently working with two major issues: Addthis API 2.0 and Drupal 7 upgrades. It might take a while before we can add any additional functionality, since we want to make sure we'll take care of these two first.