The way the Gigya Sharebar is added to nodes is by simply adding it to the $node->content render array (in the gigya_sharebar_node_view() function). While this method works, it does so at the expense of working properly with Panels, Display Suite and any module that allows the user to specify fields to be displayed for nodes. I recognize that if you use panels to simply say "display the node here" then this problem does not exist.

Comments

EvanDonovan’s picture

@gambaweb: Are the changes I've noticed in the 7.x-4.x branch (making Sharebar a field) intended to address this?

I have been testing 7.x-4.x, but it appears that Sharebar is not showing up anymore now that I've upgraded to that version. I am using Panels to display nodes.

gambaweb’s picture

yes that is the idea to make the sharebar and reactions a field so you could put it anywhere. the 7.x-4.x is WIP so can't relay recommend
using it because it will change

EvanDonovan’s picture

Version: 7.x-3.2 » 7.x-4.x-dev
Status: Active » Fixed

This is resolved in 7.x-4.x, I believe, which is now the recommended branch, correct?

gambaweb’s picture

Status: Fixed » Closed (fixed)