wrav/simplesharing

Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.

Installs: 17 243

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 3

Forks: 7

Open Issues: 2

Type:craft-plugin

2.0.0 2022-11-18 02:44 UTC

This package is auto-updated.

Last update: 2024-04-18 05:52:24 UTC


README

Simple Sharing

Simple Sharing is a CraftCMS plugin that generates social media share links within the Craft CP page, allowing you to quickly and easily share entries.

Requirements

Current Version: 2.0.0
This plugin requires Craft CMS ^4.0.0.

If you are looking for CraftCMS 3.x support, use current project Version 1.0.8

If you are looking for CraftCMS 2.5 support, use previous project version 1.1.5

Installing

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require wrav/simplesharing
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for SimpleSharing.

Usage

Your able to generate share links on the fly in a template as followed.

{{ craft.simpleSharing.link(url, 'facebook') }}
{{ craft.simpleSharing.link(url, 'twitter') }}
{{ craft.simpleSharing.link(url, 'linkedin') }}
{{ craft.simpleSharing.link(url, 'mix') }}
{{ craft.simpleSharing.link(url, 'tumblr') }}
{{ craft.simpleSharing.link(url, 'reddit') }}

Credits

Original built while at working at HutSix I've since been granted permission to continue development here.

Change Log

Changes can be viewed here

Become a Contributor

Open-source projects like this one are looking for your help. Feel free to submit a PR or tackle an issue.

Support

Get in touch via email or by creating a Github issue