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 custom LinkedIn ID option #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pranavmk98
Copy link

For users whose IDs are not the same as their usernames, modify \linkedin command

For users whose IDs are not the same as their usernames, modify \linkedin command
Copy link
Collaborator

@OJFord OJFord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know when this occurs, e.g. does this affect all newer users?

% Usage: \linkedin{<linked-in-nick>}
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}}
% Usage: \linkedin{<linked-in-nick><linked-in-id>}
\newcommand*{\linkedin}[2]{\def\@linkedindisplay{#1}\def\@linkedinid{#2}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to make this backwards compatible, i.e. allow a single argument used for both too.

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

Successfully merging this pull request may close these issues.

None yet

2 participants