No Cookies Share is a jQuery plugin that allows you to easily share your page without any invasive tracking cookies
<a id="ncshare">
<img src="/images/share-32.png" width="32" height="32" border="0"/>
</a>
<script>var imagePath = "/images/";</script>
<script type="text/javascript" src="/js/ncshare.min.js"></script>Set default image path where you store icon files. If imagePath is undefined, default value is "/images/".
var imagePath = "/images/";Integrated with node types to use with social widget.
Works best with Pathauto module for URL/path alias.
- Upload content of the
drupal-7.xfolder to/sites/all/modules/ncshare/directory. - Enable the NCShare module through either 'Modules' menu in Drupal or drush.
- Go to
/admin/config/services/ncshareto configure social widget with label and URLs. In addition, select node types to use with the social widget.
Facebook: http://www.facebook.com/sharer/sharer.php?u=[node:url:absolute]
Twitter: http://twitter.com/intent/tweet?url=[node:url:absolute]&text=[node:title]
Google+: https://plus.google.com/share?url=[node:url:absolute]
LinkedIn: http://www.linkedin.com/shareArticle?mini=true&url=[node:url:absolute]&title=[node:title]
Delicious: https://delicious.com/save?v=5&noui&jump=close&url=[node:url:absolute]&title=[node:title]
Digg: http://digg.com/submit?&url=[node:url:absolute]&title=[node:title]
Reddit: http://reddit.com/submit?&url=[node:url:absolute]&title=[node:title]
StumbleUpon: http://www.stumbleupon.com/submit?url=[node:url:absolute]&title=[node:title]
Pinterest: http://pinterest.com/pin/create/button/?url=[node:url:absolute]&title=[node:title]