This project is not covered by Drupal’s security advisory policy.

Light-weight social share links to attach to your entities!

Clicking the link opens a popup to share your content's page, or a custom callback can used to e.g.
format the link to open in your mail application with a title and subject preset.

Provides default support for:

  • twitter
  • facebook
  • mail

Configuration

To add social links to e.g. a node page, go to Manage Display and drag the field "Social links" to the area you want
it to display.

API

Different providers can be created by implementing hook_social_links_alter. Take a look at social_links.api.php on how to define new social links or change existing ones.

Drupal 7

(D7: node and profile2 entities are supported for now).

If fonticon is enabled, social links are by default displayed with icons, using
the font icon key social-links-<providername>. Configuring icons is as simple as adding

fonticon[social_link_twitter] = '&#xe012;

to your theme .info file

Supporting organizations: 
D8 initial module development
D7 module development
D8, D9 & D10 active development & support

Project information

Releases