Comment PopUp Notification in Blogger Widget Code Free
Comment PopUp Notification in Blogger Widget Code Free
So today I will show you how to add a comment popup for the Blogger template. How to add Comment PopUp in Blogger - Step 1: Add comment icon to the header bar Find the following section in the template <b:section class='headP' id='header-icon' maxwidgets='2' showaddelement='false'> Scroll down a bit to see the card <ul class='headIc'> . You find <b:if the first tag and change the 3 to 4 then add the code below after </li> the first tag <b:elseif cond='data:item == "Comments"'/> <li> <b:class cond='data:item == "Comments""' name='isCmt'/> <label expr:aria-label='data:item' for='codepro-CheckPop' class='popup-comments tIc bIc'> <b:include name='chat-icon'/> </label> </li> Then you pull up the section <b:widget-settings> and edit some settings as follows: <b:widget-settings> <b:widget-setting name=&…