Closed (fixed)
Project:
Facebook Comments Social Plugin
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2011 at 17:23 UTC
Updated:
27 Nov 2012 at 12:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
wmostrey commentedGood idea, I'm working to it.
Comment #2
wmostrey commentedI'm first working on #1369602: Enable comments on existing content to get the first beta out. Patches are welcome!
Comment #3
wmostrey commentedAs a good step forward, the latest dev version contains a block that you can place anywhere.
Comment #4
l0calh0rst commentedThx for the update. I was drawn away from the project so couldn't work on it. But I will return to it soon and will report back on it.
Comment #5
swentel commentedhook_field_extra_fields() is actually good enough. Patch attached, works fine in production here.
Comment #6
swentel commentedComment #7
wmostrey commentedCommitted in 2c3cc41, thanks Kristof!
Comment #8
shane birley commentedTesting this out and so far looking good.
Comment #10
mysteriousfea commentedHi !
After applying the patch, the facebook comment field still doesn't appear in my layout.
I am supposed to retrieve it in the custom fields ?
Thanks !
Max
Comment #11
dcoulombe commented@mysteriousfea : you must enable Extra field in Display Suite settings.
Comment #12
Sneakyvv commentedJust adding a preprocess field in Display Suite also works.
Make sure the system_name matches the name of the field being added by the facebook_comments module, which is 'facebook_comments'.
$node->content['facebook_comments'] = ...