Active
Project:
URL field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2019 at 19:04 UTC
Updated:
9 Jun 2019 at 14:04 UTC
Jump to comment: Most recent
The social links URLs in user profiles have code that displays https://twitter.com/mvc447 as Twitter, and so on. There's one for GitHub, but there isn't one for GitLab. Since they're our new best friends, perhaps they could be added to the list?
Example: https://www.drupal.org/u/mvc
Comments
Comment #2
avpadernoComment #3
avpadernoThe social links are implemented by the URL field module, which sets the link title in
url_fetch_title().Gitlab sets a title, but for some reasons, it seems ignored.
Comment #4
avpadernoI added the link to my Gitlab profile on my Drupal.org account, and it doesn't work, even if the link uses the https:// URL.
Comment #5
avpaderno