datitisev Talking about optional FontAwesome support like a tags. We could add FA code optional form area in extension settings page. Sorry i can't explain with words. Here is the pic:

Basicly, i think this extension needs FA support.

7 days later

slitaz This is not included in this extension. But can make with CSS:

#header-primary > ul > li.item-link1 > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 14px;
    content: '\f26c';
    margin-right: 4px;
    vertical-align: -1px;
    
  }

Source: Flarum Türkiye
Credit: NightKing

    slitaz Just updated. Choose one icon form FontAwesome and change the "content" parameter to FontAwesome's unicode value.

      tolgaaaltas But need to insert any html code for this? on "content"? Because I just have Title and Url

        slitaz You don't need any HTML code for this. This is adds icon before link. "content" is this line:
        content: '\f26c';

        You can find it value on FontAwesome:

          a month later

          When on the a page with the URL including /d/5-, and the page I'm navigating to has /p/5-, it will just keep telling me /p/5- is /d/5- and refusing to change the page.

            12 days later

            May come dropdown feature to fof/links extension for next releases?

              2 months later

              If there are too many link titles, it will affect the position of the search box.
              image.png

              Can you give links a drop-down list style like this ↓ ? This can integrate many links into one title.

              image.png