Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Social Accounts

dbachm123 edited this page Apr 16, 2018 · 4 revisions

You can add your social accounts to the Node Monitor so it gains more trust as everybody knows who is behind the node.

  1. Choose any icon from Font Awesome

  2. Remember the icon name below your icon e.g. github

Icon

  1. Create a new line in your config.php with the following data:
$socials['ICONNAME'] = 'https://mysocial.com/NANOFAN1337';

Note, that you can enlarge icons by adding fa-2x to ICONNAME, e.g.

$socials['reddit fa-2x']
  1. Done!
Clone this wiki locally