Hello,

I was wondering if there is any way of incorporating this into the Content Template module, http://drupal.org/project/contemplate. I thought I could just leave the share module set to "links" and include this code...
if ($links):

endif

...into the content template where I wanted it, but no luck.

What I am trying to do is to get the "Share This" button to appear directly underneath the custom page title/byline that I have setup.

I could force it into position with CSS but the size of the titles changes rather dramatically, and some content types have extra banners/images above the title/byline.

Thank you,

Comments

thechanceg’s picture

I'm sorry,

This is how that code was supposed to look

<?php if ($links): ?>
<div class="node-links"><?php print $links ?></div>
<?php endif ?>