- First commit to issue fork.
- @elgandoz opened merge request.
- 🇦🇺Australia elgandoz Canberra
For those who need this module now in D10, add the gitlab repo in the repositories section of your project, before the D8 packages:
{...}, "repositories": [ { "type": "git", "url": "https://git.drupalcode.org/issue/social_sharing-3289791.git", "no-api": true }, { "type": "composer", "url": "https://packages.drupal.org/8" }, {...} ],
Then require the module with version
dev-[branchname]
:
composer require 'drupal/social_sharing:dev-3289791-automated-drupal-10'
If you want to add a new/custom platform, copy one from the module ShareService folder (eg.
web/modules/contrib/social_sharing/src/Plugin/ShareService/Facebook.php
) and place it in your module following the same folder pattern, rename and adjust accordingly (eg.web/modules/custom/my_module/src/Plugin/ShareService/Instagram.php
) - Status changed to RTBC
11 months ago 9:13am 19 January 2024