Social plugins on author intro box blogger

How to provide post authors social plugins like (Facebook profile link, LinkedIn profile link of author)  on the intro box of the author of the post. Blogger provides a multi-author feature for a single blog where authors can collaborate and manage a single blog in Blogger. So, showing an author social link below the post and in the author, intro box can be handled through 2 situation 
  1. If the blog is managed by only a single person.
  2. If the blog is managed by more than 1 person.

    Blog with a single author

    In the first case, it is not mandatory to share author social links because most of the costume Templets of blogger they provide feature to share social plugins of the blog which is equal to the social of its author .neither it will be messy for an author to Handel different accounts one in each for his blog and other for himself. But still, it is possible if the blogger wants to make a separate page for his blog(on a different social site) only without having his profile but my recommendation is to manage only one but zero as social sites play a vital role when it comes to your blog sharing then blog traffic which ultimately leads to your earnings. 

    Blog with multi-author

    In the second case, we ultimately need to have a different page in different social media for our blog except for the simple profile of each blogger, in that case, it comes to mandatory share social plugins of post author because a reader can get a chance to only follow a particular blogger ignoring post from other field and other bloggers of the same blog.

    So, In both the above cases we can, and in the second case it is mandatory to share the author's social links after his intro below or on the sidebar of the post. WordPress comes with default settings for social plugins of the author which blogger does not provide still as like other cases we always have a trick for it. But if your blog is not showing a simple profile of the author then these posts can't help you or this post doesn't have any meaning for you. You first go and set your blog to show the author profile below or in the sidebar of the post (recommended is below the post) as according to my experience after reading the post if a reader sees about the writer it builds trust and attachments with website and content of the post.

    How to do it 🤔🤔?

    The step is very simple but hidden. did you know in the blogger author box you can attach HTML codes but very limited HTML codes they are anchor(a) tag, tab, and line break tags. Other like image and paragraph, heading tags, and style tags will not work. If you don't know any HTML coding just follow the below steps and paste the codes to your introduction box and then Done. 
    Important!! These codes will only show a text having hyperlinks to your profile but no image of Facebook, Instagram, and LinkedIn will be shown (you can visit my profile below this post to get properly what I am talking about, and how my profile links are given as our blog is a team blog. ) 

    STEPS AND CODE

    1. Open your blogger user profile editor. ( For multi blogger blog individual blogger have to edit his profile) Go to your blog dashboard then setting you will find the user profile at the near end of the setting page.
      user profile page blogger
      This is the user profile page  

    2. Then go to the Additional information part of the blogger user profile and give some introduction about yourself (introduction is shown below the post with your name and photograph) and then just copy the shortcode given below, then replace your links with my Facebook links and save your profile. 
      add the code in introduction
      In the marked introduction part add the code after your intro

    3. Then check your website you are probably Done if you are getting any errors please comment below. 

    Code Snippet


    <br><br>Get connected to me through<br> 
    <a href="PROFILE LINK"> SOCIAL SITE NAME </a>&emsp;


    if you want to add other social links then Just iterate this code

    <a href="PROFILE LINK"> SOCIAL SITE NAME </a>&emsp;
     
    and replace  PROFILE LINK and SOCIAL SITE NAME with your link and site name in whole code.

    Notice


    One thing which I have not mentioned in this article is that you can give the small image of social sites (as shown on the first image of the page) having hyperlinks in your introduction box only if you are on a single author blog by editing your source theme or template code of blogger but it is very cumbersome. But for a multi-author blog blogger no option you ought to have to use only text instead of images.