Skip to content
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

Open
jenlampton opened this issue Aug 26, 2021 · 8 comments
Open

Add link/icon for TikTok and TikTok square #33

jenlampton opened this issue Aug 26, 2021 · 8 comments

Comments

@jenlampton
Copy link
Member

jenlampton commented Aug 26, 2021

I have a client that wants a TikTok icon in their social suite.

Libraries:

  • Phosphor SVGs
    • ✅ Standard
    • ✅ Filled
  • Legacy SVGs
    • ✅ Standard
    • ✅ Square
  • Fork Awesome
    • ❌ Standard
    • ❌ Square
  • Font Awesome 4.7
    • ❌ Standard
    • ❌ Square
  • Font Awesome 5.x
    • ✅ Standard
    • ❌ Square
@jenlampton
Copy link
Member Author

jenlampton commented Aug 27, 2021

There is not a tiktok icon in FontAwesome version 4.7.0, so we'll need to investigate some other options.

@jenlampton
Copy link
Member Author

jenlampton commented Aug 28, 2021

See #34
and related request for tiktok icon: ForkAwesome/Fork-Awesome#250

See #35
And related request for tiktok square icon:FortAwesome/Font-Awesome#18207

@jenlampton
Copy link
Member Author

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',
  );
}

@yorkshire-pudding
Copy link

I'll add a vote to this. I can see it becoming more and more important to sites in the short term...

@albanycomputers
Copy link
Member

Vote for this as well.... Many thanks

@jenlampton
Copy link
Member Author

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)

@jenlampton
Copy link
Member Author

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.

@jenlampton jenlampton changed the title Add link/icon for TikTok Add link/icon for TikTok and TikTok square Apr 30, 2024
@jenlampton
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants