Skip to content

Commit 70c179c

Browse files
committed
Added: TikTok support
1 parent 3dca8bd commit 70c179c

5 files changed

Lines changed: 25 additions & 9 deletions

File tree

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/scss/admin.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ body.block-editor-page {
260260
background-size: 16px 16px;
261261
}
262262
}
263+
&.tiktok {
264+
a {
265+
background-image: url(../../_modules/dashboard/feather/tiktok.svg);
266+
background-size: 16px 16px;
267+
}
268+
}
263269
&.external-link {
264270
a {
265271
background-image: url(../../_modules/dashboard/feather/external-link.svg);

includes/class-social-post-flow-admin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,9 @@ public function connect_profiles_screen() {
890890
'mastodon' => array(
891891
'name' => 'Mastodon',
892892
),
893+
'tiktok' => array(
894+
'name' => 'TikTok',
895+
),
893896
);
894897

895898
// Load View.

0 commit comments

Comments
 (0)