Is it possible to put FB comment above Drupal comments - between text (node) and Drupal comments?

CommentFileSizeAuthor
#4 cert-dev-logo-small.png37.08 KBmqanneh

Comments

Andrzej7 created an issue. See original summary.

mqanneh’s picture

Component: Code » Miscellaneous
Assigned: Unassigned » mqanneh

Facebook comments is a drupal block which can be placed any where you want same as other blocks in Drupal.

you can use contexts or block configuration to assign fb comments to any region.

If you are familiar with drupal theming, then you can create a custom region to place this block.
it depends on your theme.

If I were you I would go with overriding the node page template file and load the block programmatically.

mqanneh’s picture

Status: Active » Closed (fixed)
mqanneh’s picture

StatusFileSize
new37.08 KB
mqanneh’s picture

Assigned: mqanneh » Unassigned

Closed: Works as designed.