Numerous Blogger webpage proprietors got the new Google+ Remark Framework pretty contrarily on the grounds that it constrained all remarking clients to make their own Google+ account before they could compose a remark. The Google+ Remark Framework on Blogger was helpful to authors, yet debilitated numerous clients from keeping on remarking on websites since they essentially would not like to utilize Google+. For those that used Google+ to make a remark, Blogger could never email you and tell you that somebody exited a remark; you could go days or weeks while never understanding that you never reacted to a peruser.
Notwithstanding disappointing your gathering of people, the Google+ Remark Framework on Blogger relied on the URL of your blog entry. By changing your URLs or moving around your blog entries inside, you risk losing each one of your remarks that was set utilizing Google+.
Already, the best way to tackle this issue was to handicap the remark framework through your record settings, therefore surrendering your capacity to utilize their Google+ account. Presently, there's a simple better approach to have the best of both universes. Permitting enthusiasts of Google+ and additionally ordinary web journal perusers to get to every single same element, you'll have the capacity to connect with each guest similarly. You can react to remarks while as yet having the capacity to speak with other Google+ clients outside of your webpage and exploit the Google+ Remark Framework on Blogger.
The most effective method to Coordinate Blogger and Google In addition to Remarks
To make the establishment as straightforward as could reasonably be expected, I utilized inline jQuery and CSS, yet who needs can transform this code later. Likewise, the most available spot I found to include it would be soon after <b:include data='post' name='post'/>. Thus, how about we begin including it:
Step 1. Sign into your Blogger account and select your web journal > go to "Format" and press the 'Alter HTML' catch on the right side.
Step 2. Click anyplace inside the code territory and press CTRL + F keys to open the editorial manager's quest box and scan for the accompanying code:
Step 3. Just after <b:include data='post' name='post'/> add the following code:
<b:if cond='data:blog.pageType == "item"'>
<style>#comments, #gplus-comments-visibility {display:none;} .comments-icons {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJF_eTBW6qnLLhv4WF9ghVek8YqZrXmiIbazXy7Od-ZMjA5xJuSaeqYXULeGhSPCgvPraHBkAb12DLkvjK9fYLqoxxbrPiZktbXCgmTEkzRCuasExg-Cr9R73prstpzXa_daWZaY6sqWmD/s1600/speech-bubble.png) no-repeat; font-size: 20px; font-family: "Arial Narrow",Arial,sans-serif; color: #555; font-weight: bold; padding: 18px 15px 0; height: 70px; } .comments-icons a img {vertical-align: middle;}</style>
<div class='comments-icons'>
Show Comments: <a class='show-hide-comments' href='javascript:void();' onclick='$("#gplus-comments-visibility").slideToggle();$("#comments").hide();'><img class='gplus-icon' height='35' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWNqzxNDegFZ0l6xFclH0FaUZVDMqS_srDBEgcPKgE_f88Gx4Craw2zJXnnWvA3h2VN2TdDL_RfjmQoaJUcUD7AM-o3shXTeQ_3VqIClIZOF3oiw0BUtVqO21FPVI9XQyFannAs62xE0E1/s1600/google-plus-logo.png' width='35'/></a> OR <a class='show-hide-comments' href='javascript:void();' onclick='$("#comments").slideToggle();$("#gplus-comments-visibility").hide();'><img class='blogger-icon' height='35' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWrN5dDbxV3kZ-5pimN-DVIW9-cVNWoAMFg8wwwMhYy1phaQqC4PmvJltQ833sx6mF-H6IP0Tp4s8enGKgfgskyA5FsfGFmg05BwqaRDqPAhzulMcYGXPuwbdS9lmF73yQxIqqzqKTmyNp/s1600/blogger-logo.png' width='35'/></a>
</div>
<div id='gplus-comments-visibility'>
<div class='g-comments' data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' data-width='550' expr:data-href='data:post.url'/>
</div>
</b:if>