Closed (fixed)
Project:
Share
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 16:18 UTC
Updated:
17 Feb 2009 at 16:20 UTC
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.