Closed (duplicate)
Project:
Twitter
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2009 at 22:32 UTC
Updated:
28 Jan 2013 at 22:29 UTC
If this is already possible I'd love to know how to make it work: how about a way to send the same post to multiple twitter accounts, as well as to facebook?
Right now I have two twitter accounts configured, but I have to go through the posting process one time for each account. Any way it could work to select more than one account and post to all of them at once?
(Twitter handles putting the post on my Facebook page.)
Comments
Comment #1
Leeteq commentedSubscribing.
Comment #2
BigEd commentedJust want to put my 2 pence worth in here.
First of I find this module really useful and I wahnt to exstend the way it works in to posting to facebook as Peter mentioned above. I know there is a lot of other facebook modules that could do it but they are quiet heavy and are overkill when all i want to do is post a news item.
So queston is?
Is there any chance you would look at adding features and api's for other social networkings?
Does anyone know of a module that is out there or being developed to work like this?
To be honest I like the way twitter works and would like to see other tick boxs at the bottom of a post to social networks.
Thanks
Comment #3
josepvalls commentedI don't want to get into the discussion of breaking the module in sub modules.
My request for the queue would be for users to decide if they want only their own content posted to their personal twitter account or any other user's content, to be posted on the global AND his own twitter account.
Subscribing for the former feature request
Comment #4
thtas commentedmy quick work-around for this in hook_node_api where $op == insert or update:
All the Twitter module really needs here is to change the twitter account select list from single to multiple, then iterate though each one to post.
Then default them all to on/off as you please via some settings or form_alter.
I might work on this solution if i have the time.
Comment #5
summit commentedSubscribing, Would be great to have this working!
greetings, Martijn
Comment #6
pelicani commentedhey, I found a separate post here that solves this issue.
http://drupal.org/node/356379
However, it does not let you select which of your accounts gets the post.
It assumes you want all of them.
Comment #7
steinmb commentedComment #8
13rac1 commentedThis issue is now a dupe of #1814508: Post to multiple accounts, because there is a patch there.