Dragging content apparently shares on user's profile. Is there anyway to make this content push instead to facebook business page? So if I have facebook app setup, i'd like a way to push content directly to that rather than to user pages.
Dragging content apparently shares on user's profile. Is there anyway to make this content push instead to facebook business page? So if I have facebook app setup, i'd like a way to push content directly to that rather than to user pages.
Comments
Comment #1
amcc commentedCoul you give me some more detail on this, I'm not sure I fully understand. Currently each service is accessed via a URL and the pagetitle and other data is passed as strings in that URL. If there's a different URL you could provide I could look at building in custom options.
Comment #2
apmsooner commentedSo all the "post to facebook modules" are designed to post to user's wall. However if you go through this process: http://developers.facebook.com/setup.php you are basically setting up a corporate facebook presence with it's own wall to post to. I would like a module to post to this wall as administrator for that facebook fan page so user's would see history of blog posts for example in one place vs. within user walls. Make sense hopefully? My understanding is that a custom module utlizing the fb_stream.module would accomplish this but i don't have php skills to do such a thing. Your module is pretty nice and could be even nicer to have that functionality built in somehow based on user's role.
Comment #3
amcc commentedIs this a suggestion to direct all shares on the facebook icon to a specific facebook business user, or to do the same thing the module's doing now, but aggregate it on the business user page.
If its the former then i think this goes against what this module is trying to do, as its about wide distribution, not tracking a facebook groups activity. If the latter then thats more about aggregating individuals feeds, but outside of whats going on here.
I think i need more of a specific example, i've no experience with corporate facebook (or any facebook dev really). But if its something that i can easily add on, and there's an actual need for it out there then i'm happy to help. But thanks for the interest in any case.