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.
Share Social
- Edited
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.
Hello. Is it possible to add to share list social network VK.com ?
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 />
- Edited
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 ?
- Edited
Davis Uh yes ? Lol
Sorry @BinhQuang
- Edited
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
Hey. I made some changes in extension:
https://github.com/Avatar4eg/flarum-ext-share-social
1. Added buttons settings
2. Added locales
3. Added Metadata (OG and Twitter) with settings
4. Added OK and My World (some RU socials)
5. Style changes
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.
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?
- Edited
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 ?).