Im having trouble getting social bookmarking modules such as Add to Any Share (http://drupal.org/project/addtoany) or AddThis (http://drupal.org/project/addthis) to show up. It works fine on the primary domain, but the affiliate domains do not show these blocks. Each affiliate has its own domain, its not a subdomain: www.maindomain.com, www.affiliate1.com, etc
My guess is that it has something to do with the url calling the module? Anybody get these social modules to work on the affiliate domains?
PHP: 5.2.9-2
MYsql: 5.1.36
Domain modules activated: Domain Configuration and Domain theme
Not using organic groups
Comments
Comment #1
agentrickardYou may need domain-specific URL settings for these modules. See hook_domainconf(). You may also need a separate API key per domain. Search for the Google Analytics integration in the queue for more details.
Comment #2
agentrickard