Closed (fixed)
Project:
Facebook You Share
Version:
6.x-1.0
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 03:15 UTC
Updated:
9 Dec 2011 at 08:52 UTC
I got a couple questions about how your module work?
1. After set this module, I can just create a new content on Drupal and it will automatically publish on Facebook, right?
2. What if I modified the content? What will happen? The module will also modify that for me?
2. The image that I found in your module is [site_image]. What if I would like to use CCK imagefield, can I do that?
Thank you,
Comments
Comment #1
swarad07Its simple really nothing that complicated. The module uses Facebook's dialog API http://developers.facebook.com/docs/reference/dialogs/
1. Its functionality is similar to Facebook Share, but you will be able to customize the Facebook post. This will add a Facebook icon on the content types you want this feature enabled.
2. If you modify the content, the module will simply share the new stuff. That is if you share after the content is updated.
3. Let me explain the image scenario, If you see Posts in your Facebook's news feed, some of them will have a image in them. Most probably the stories published using applications. This image is that image. as for as CCK imagefiled. The module is under development and more tokens will be added in the next version.
Thanks.
Comment #2
swarad07