Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 13:03 UTC
Updated:
19 Jul 2009 at 13:23 UTC
hey there is a issue between domain access and the twitter module,, http://drupal.org/project/twitter , well the issue is , when ever a content is created and a tweet exported from the node.. for eample, xyz.domain.com is where the post is send from, on twitter the url comes like domain.com/node/1 instead of xyz.domain.com/node/1 ,
any one has any solution to this,,,, well if you guys want i can have a demo site set up so we can play around and get a solution for this issue... probably it a issue with the twitter module, but i am confused, can some one give ma puch in the right direction..
thx
Comments
Comment #1
agentrickardTwitter module sets its url call to absolute, which uses the $base_path. This $base_path will be set automatically and appears to default to whichever site is running when the post is saved.
See
twitter_nodeapifor the place where this happens. Seedomain_url_rewrite_outboundfor what DA handles.I don't believe anything can be done except writing some custom bridge code.
See also http://api.drupal.org/api/function/url/6
Comment #2
agentrickardAlso make sure you are not setting $base_url manually in settings.php.
And check to see if you have DA's SEO optimization 'on'; that might make a difference.
Comment #3
2by commentedthx a lot for the push, i will look into it and keep u updated...
Comment #4
2by commentedhey guys, i have tried a lot, but kinda things dont seems to work out.... HELP!!!!!!!!!!!!!!!!
Comment #5
skizzo commentednot much help, but I can tell you that I am using twitter along with DA (rc6) and don't see the problem: each tweet refers to the domain where the content was generated. I am using the "global account" in twitter setup.
Comment #6
agentrickardClosing for lack of follow-up.