This would allow the share and the popup to be floated with CSS in the node.
Eg in share_share_render():
'#value' => '<div class="share-wrapper">'. $share->render($node) .'</div>',
This would allow the share and the popup to be floated with CSS in the node.
Eg in share_share_render():
'#value' => '<div class="share-wrapper">'. $share->render($node) .'</div>',
Comments
Comment #1
greenskin commentedA DIV wrapper has been added to the rendered output of a share popup when the popup is rendered as a whole and not separate such as rendering the link then rendering the popup.