jordanjay29 I installed the extension, and it works correctly. However when I go and use any drop menu, and loads them as white, not dark.

    EDIT: In response to posts since deleted.
    Zelakto Hmm, are you sure it's this extension and not @Davis's Social Profile extension? I can confirm the problem with Davis' but not with this one.

    Does the problem persist if you disable all extensions but this one (and your language)?

      jordanjay29 You know what, you're right. The issue was caching, ugh. I deleted my posts because it doesn't affect this extension, sorry for the confusion.

        Zelakto I would have left them, but no matter. I submitted the issue to Davis, and he'll likely see the tag as well.

        7 days later

        Hello. Is it possible to add to share list social network VK.com ?

        2 months later

        Holly cow...

        POST https://xxx.xxxx/api/extensions/davis-socialprofile

        <br />
        <b>Fatal error</b>: Class 'Flarum\Database\AbstractMigration' not found in <b>/srv/users/serverpilot/apps/xxxx/public/vendor/davis/flarum-ext-socialprofile/migrations/2016_01_14_000000_create_socialbuttons_table.php</b> on line <b>4</b><br />

          7h3ev1l obviously extensions need to be updated for the current version of flarum.

          I updated it by myself ? ?

          Edit file: /vendor/davis/flarum-ext-socialprofile/migrations/2016_01_14_000000_create_socialbuttons_table.php
          With:

          <?php
          namespace Davis\SocialProfile\Migration;
          use Flarum\Database\Migration;
          use Illuminate\Database\Schema\Blueprint;
          
          return Migration::createTable(
              'socialbuttons',
              function (Blueprint $table) {
              $table->increments('id');
              $table->integer('user_id')->unsigned();
              $table->longText('buttons');
              }
          );

          Works perfect ?

            a month later

            BinhQuang Please change border-radius of icons to 3px ? Thanks! It looks much better!

            I very busy and have no time for Flarum, someone could clone my extension and continue to develop it.
            I'll be back with Flarum soon

            2 months later
            23 days later

            Added fix to setting modal and nojs context meta tags.
            And finaly pushed it to packagist, so:
            composer require avatar4eg/flarum-ext-share-social
            *And of course big thx to BinhQuang for original extention.

            20 days later

            I used two of the plugins but cannot share the post link on Twitter. I can only see the posts title on share screen, not link. How can I fix this?

            NikolaiMorozov Please create a new thread with the fork.

            We'll be locking this thread until @BinhQuang tells one of the mods to re-open it (gitter or new thread, you know where to find us ?).

            luceos locked the discussion .
            2 years later