Skip to content

getdevflow/social-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Share

A simple social share plugin that allows your visitors to share and bookmark your content.

Requires Devflow Version: 2.2.3

Tested Up To: 2.2.3

Requires PHP: 8.4+

Stable Tag: 1.0.0

License: GPLv2-only

Screenshot

screenshot.png

Codex Installation

  1. Start a new shell session.
  2. Navigate to the root of your install, run the following command php codex plugin:install getdevflow/social-share.

Template/Theme Usage

use Plugin\SocialShare\Support\SocialShareTemplate;

echo SocialShareTemplate::tag([
    'placement' => 'standard',
    'url' => site_url('/custom-url'),
    'title' => 'Custom Share Title',
]);