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

Adding social link: linkedin #49

Closed
wants to merge 1 commit into from
Closed

Adding social link: linkedin #49

wants to merge 1 commit into from

Conversation

urosjarc
Copy link

I have added linkedin social links to header and drawer, but @squidfunk , I need some help with linkedin icon. The font awesome has linkedin icon but I didn't want import whole library in header, I saw that you make icons with iconmoon... but when I have generate ttf,svg etc the zip file didn't contain json file representing icons so I have joust leave it as it is and set icon-linkedin content to twitter utf-8 code.

@squidfunk Can you pls include linkedin icon in font bundle, and update icon-linkedin content

Header section

Header section

Drawer section

Drawer section

@digitalcraftsman
Copy link

Would it be possible to add social icons for more popular social media sites in general?

@urosjarc
Copy link
Author

@digitalcraftsman Make a list of social sites that you want to have and I will make it happend.

@urosjarc urosjarc closed this Sep 28, 2016
@urosjarc urosjarc reopened this Sep 28, 2016
@squidfunk
Copy link
Owner

squidfunk commented Sep 28, 2016

It's possible to add social icons, yes, but no priority for 0.2.x, because I'm near to finishing 1.0.0 which gets rid of the social icons within the header bar. I will leave it open for a successor version of 1.0.0. Personally I think it's better to include them in the footer.

EDIT: however, you can take the icon.json file in the web font directory, upload it to icomoon and include the necessary social icons for your fork. I will review the request for 1.0.0 as soon as it is stable.

@urosjarc
Copy link
Author

urosjarc commented Sep 28, 2016

@squidfunk I joust want to say that this mkdocs template is awesome! This is thank you gift for you:

mkdocs features gif

@squidfunk
Copy link
Owner

Hahahaha thank you, this is really awesome ;-)

@squidfunk squidfunk self-assigned this Sep 28, 2016
@digitalcraftsman
Copy link

digitalcraftsman commented Sep 28, 2016

Here are a list of icons that could be related to the documentation of a (software) project:

  • GitLab
  • BitBucket
  • StackOverflow (e.g. to link questions with a tag)
  • Slack (e.g. for a support chat)
  • Email

Perhaps we could also add

  • YouTube
  • Vimeo
  • Facebook
  • Google Plus

But at the end it's up to @squidfunk who decides what he wants to support in his awesome theme

@max-ci
Copy link

max-ci commented Sep 28, 2016

Maybe SVG something like this?

Codepen

@squidfunk
Copy link
Owner

@digitalcraftsman Good list! I will prepare something for 1.0.x, so we can add all those icons in the footer. Already did Bitbucket and GitLab integration, the rest also sounds legit.

@squidfunk squidfunk mentioned this pull request Oct 9, 2016
56 tasks
@squidfunk squidfunk added this to the 1.0.0 milestone Oct 12, 2016
@squidfunk
Copy link
Owner

So I think the best idea would be to integrate this icon font I found:
http://www.socicon.com/

Seems to cover pretty everything. My idea would be to automatically integrate it, when there are any social links listed in the extra configuration, but leave it out otherwise to minimize the footprint.

@squidfunk
Copy link
Owner

squidfunk commented Dec 26, 2016

Fixed in e08802a. The theme now uses http://www.socicon.com/ for social icons. The syntax in the mkdocs.yml is:

extra:
  social:
    - type: github
      link: https://github.com/squidfunk

The value specified in type is appended to the socicon class name.

@squidfunk squidfunk closed this Dec 26, 2016
paulocfjunior pushed a commit to paulocfjunior/mkdocs-material that referenced this pull request Oct 25, 2022
* Allow clicking when in tablet landscape viewport

* Reorder styles
@squidfunk squidfunk added change request Issue requests a new feature or improvement and removed feature labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request Issue requests a new feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants