-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link/icon for TikTok and TikTok square #33
Comments
There is not a tiktok icon in FontAwesome version 4.7.0, so we'll need to investigate some other options. |
See #34 See #35 |
Until the icons are added, I am adding tiktok via a custom module: function custom_on_the_web_get_services_alter(&$services) {
// Add an additional service.
$services['tiktok'] = array(
'name' => 'TikTok',
'fa-icon' => 'fa-tiktok',
);
} |
I'll add a vote to this. I can see it becoming more and more important to sites in the short term... |
Vote for this as well.... Many thanks |
Great, that's 3 votes :) now we just need the icon... Can either of you vote for the icon requests for the fonts? (links above) |
FontAwesome 5 added one version of the tiktok icon, so I'm adding it to this module. It will be available in the next version, but I am going to leave this issue open since we are still missing the square version of the icon across all options. |
In version 3.x of this module I've used the core Phosphor icons and it has several versions of the TikTok logo. I've added some adaptations for "square". That means it's only missing for FA4 and ForkAwesome. I'll add that note into the description. |
I have a client that wants a TikTok icon in their social suite.
Libraries:
The text was updated successfully, but these errors were encountered: