Extension talk:FontAwesome

About this board

Redheadkelly (talkcontribs)

Are there plans to update the extension to access icons added in version 6? Or is there an easy way to modify the existing files to access them?

SchizoidNightmares (talkcontribs)

I am trying to reach the maintainer on this question. So far no answer on their Twitter.

SchizoidNightmares (talkcontribs)

I am trying to reach the maintainer on this question. So far no answer on their Twitter.

SchizoidNightmares (talkcontribs)
SchizoidNightmares (talkcontribs)

Apologies for the triple-posting. My Internet timed out. The extension MediaWiki uses for talk pages does not appear to allow for easy-deletion of replies.

Morne Alberts (talkcontribs)
Morne Alberts (talkcontribs)

Version 2.0.0 of this extension has been released. It contains the latest Font Awesome 6.2.1

Jonathan3 (talkcontribs)

Is there a recommended way to make an icon from this extension accessible to people using screen readers, so that it reads some text instead of ignoring the icon? This is probably a question with a very simple answer so apologies in advance!

Reply to "Accessibility"

Icons not showing up on mobile?

4
Paulxu20 (talkcontribs)

I searched but couldn't find anything related to this issue, so seems just happening to me? I have below in config to use MinervaNeue skin and MobileFrontend for nonmobile. The icons shows up well on desktop but not in mobile view for some reason.


$wgDefaultSkin = "vector";

wfLoadSkin( 'MinervaNeue' );

$wgMFAutodetectMobileView = true;

wfLoadExtension( 'MobileFrontend' );

78.40.249.239 (talkcontribs)

I have the exact same issue. Just installes the extension a couplw minutes ago.

Paulxu20 (talkcontribs)

Now at least I know I am not the only one, lol! interestingly I can't find any related issues discussed online...

F.trott (talkcontribs)
Reply to "Icons not showing up on mobile?"
Summary by Kghbln

Reported with FontAwesome issue 4 which was resolved. The problem was created by local CSS.

193.170.91.5 (talkcontribs)

I tried

{{#fab:wikipedia-w}}

and the same with facebook, but they did not show up in my present version (1.0).

Files for fonts (extenstions/FontAwesome/.../webfonts/fa-brands-400-eot etc.) seem to be present though.

Other icons such as "far:times" do work.

47.186.12.237 (talkcontribs)

Following the install instructions only partially works. You do get the Templates loaded but there are essentially ZERO instructions on how to use the Templates.

So after you have FontAwesome installed, add the following to your Common.css at the very top

@import "/<YOUR MW DIRECTORY>/extensions/FontAwesome/res/fontawesome/css/all.min.css";


And then all of the instructions on the FontAwesome pages will work and you can use the standard syntax like

47.186.12.237 (talkcontribs)

Hmm, it ate the syntax example. Trying again.

47.186.12.237 (talkcontribs)

<i class="fas fa-address-book"></i> Third attempt at posting syntax example. If this doesn't work, look at the examples on the FA website here h t t p s : //fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use

The link spam filter is trying to block the helpful link to the website. Sheesh.

Reply to "As of 2020-06-30"

This requires payment?

5
81.15.172.66 (talkcontribs)

Hello,

It looks like this extension requires payment. Is that true or am I missing something obvious? I'm only looking to use font awesome icons.

88.44.229.42 (talkcontribs)

I solved by adding these lines of code into LocalSettings.php :)

$wgHooks['BeforePageDisplay'][] ='onBeforePageDisplay';

function onBeforePageDisplay( OutputPage &$out, Skin &$skin )

{

$script = '<script type="text/javascript" src="https://use.fontawesome.com/fa18954d69.js"></script>';

$out->addHeadItem("wowhead script", $script);

return true;

};

64.115.164.70 (talkcontribs)
66.194.117.218 (talkcontribs)

Two years later those lines of code saved my ass in LocalSettings.php.

Thank you, whoever was behind 88.44.229.42 at that time.

2600:8800:2804:F200:ECAD:BC68:6421:DBEB (talkcontribs)

yep, thanks 88.44.229.42

Reply to "This requires payment?"

Broken download link but simple alternative

1
Dariomarcelino (talkcontribs)

Hi, I was unable to download this extension but there is a simple workaround. Simply add:

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

to the beginning of MediaWiki:Common.css and that's it, you should be ready to go.

Reply to "Broken download link but simple alternative"
Zabien (talkcontribs)

Hi, is this extension still working? The download link leads to a strange site. I found another site and did was was suggested there including the Vector edit. But I only get squares instead of icons. Any idea what could cause this?

Reply to "Still working?"
Danwe (talkcontribs)

Is this extension still available? Download link seems broken to me.

Composer support would be awesome for this extension, as it is one of those extensions potentially required by many others.

Sgrayjr289 (talkcontribs)

Download link for this FontAwesome extension is still broken. Is anyone going to look into this for us? Thanks!

SwiftSys (talkcontribs)

@Danwe @Sgrayjr289 Updated the download link, appologies, hadn't realised it was wrong.

Reply to "Download link broken"
SwiftSys (talkcontribs)
Reply to "Support"