Support for SoundCloud

Created on 1 March 2025, about 1 month ago

Would it be possible to add SoundCloud to the list of social platforms?

Feature request
Status

Active

Version

2.1

Component

Code

Created by

🇨🇦Canada Shane Birley

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Shane Birley
  • 🇨🇦Canada Shane Birley

    Apparently, I am not allowed to fork things as I reached my "limit". Unsure what that means but here is what I modified:

    <?php
    
    namespace Drupal\social_link_field\Plugin\SocialLinkField\Platform;
    
    use Drupal\social_link_field\PlatformBase;
    
    /**
     * Provides 'soundcloud' platform.
     *
     * @SocialLinkFieldPlatform(
     *   id = "soundcloud",
     *   name = @Translation("SoundCloud"),
     *   icon = "fa-soundcloud",
     *   urlPrefix = "https://soundcloud.com/",
     * )
     */
    class SoundCloud extends PlatformBase {}
Production build 0.71.5 2024