728x90 Ad Space

Showing posts with label Comments. Show all posts
Showing posts with label Comments. Show all posts

Saturday 1 February 2014

How To Use Blogger And Google+ Comments System Together In Blogger?

2/01/2014


As You Know That Blogger Platform Is Growing Day By Day, Google Is Introducing Many New Features Along With It. Google Had Rolled Out New Google+ Comment System In Blogger To Use For Better Appearance And Traffic. The Blog Always Have Advantages And Disadvantages Of It. So, We've Discussed About Enable Google+ Comments In Blogger, This Article Is Similar To That One. When We See Advantage Side Which Is Having To You, We Always Think That Why Shouldn't We Apply It For Advantage For Us. But Every People Want That No Disadvantage Should Come In His Blogger. So Here Newbies Get Confused To What Should They Go. But We Have A Great Solution For It, That Is We Should Use Both Google+ And Blogger Comments In Blogger. Basically Or Default, The Comments System Is Blogger Comments And Then We Apply Google+ Comments If We Want But What If We Apply Both Of Them?. Yes It Is Possible In Blogger Now, We Can Apply Both. We Are Going To Discuss About It Below. So Read Carefully And Learn Below.

How This Will Work In Blogger?

So, Working Of This Comment System Is Very Simple Like That One Of The Blogger And Google+, But There Are Some Changes. If You Are Going To Comment, You Will See Two Icons, The Default Enabled Icon Will Be Blogger And If We Click On It If It Is Not Selected, Then The Blogger Comment System Will Appear, Then On The Right, There Will Be A Google+ Comment Icon And If We Click On It, The Google+ Comments Will Appear. So It Will Give You Great Advantage That The User Can Do This Comment By His Own Way. But See The Disadvantages And Advantages Carefully In The Previous Enabling Google+ Comment System In Blogger. On Thing Remember, Your Each And Every Post Must Contain Atleast One Comment To Show Google+ Comments Otherwise It Will Not Work.

How Made It?

This Is Made With Simple Javascript And CSS Language So It Will Not Affect Your Loading Speed Of Your Website. Javascript Allows To Use Blogger And Google+ Comments System While CSS Makes It Professional And Perfect For You. Remember That While Applying These Both System, Disable Your Google+ Comments In Blogger. Well, I Want To Tell The Developer Of This Comments System Is David Kutcher From BlogXPertise. But I Have Made For You Myself!.

Why To Use These Both Systems In Blogger?

So This Question Might Have Come In Your Mind That Why To Add These Both Systems Together In Blogger. But Due To It's Disadvantages, You Might No Use These System. This Will Be Fine For Every Side. You Will Not Loose Your Comments Via Adding Google+ Comments. But This Allow On Disadvantage Which Is That Spammers Can Spam Comment In Your Google+ Comments Because It Has Not Moderation Requests. Which Means That If They Found That You Have Comment Moderation In Blogger Comments, Then They Can Annoy You By Google+ Comments. But The Advantage Is That Your Blog Will Now More Google And Google+ Friendly, Which Will Allow Many Peoples To Arrive On Your Website Because Now A Days, Google+ Is Also Getting Very Popular.

Adding In Blogger

So This Is The Main Part Of Our Today's Post. I Recommend You To Backup Your Template In Case If You Stuck In This Tutorial.
  • Go To Blogger.com >> Your Blog >> Template >> Backup/Restore.
  • After Your Template Backup, Click On "Edit HTML" In The Template Tab.
  • Search For The Following Code Below:-
<b:includable id='comment_picker' var='post'>
.
.
.
.
</b:includable>

  • After Finding The Above Code, Replace It With The Following Code. Don't Forget To Replace The Whole Code Until </b:includable>.

<b:includable id='comment_picker' var='post'>
  <b:if cond='data:post.forceIframeComments'>
    <b:include data='post' name='iframe_comments'/>
    <b:if cond='data:post.showThreadedComments'>
      <b:include data='post' name='threaded_comments'/>
    <b:else/>
      <b:include data='post' name='comments'/>
    </b:if>
  <b:else/>
    <b:if cond='data:post.commentSource == 1'>
      <b:include data='post' name='iframe_comments'/>
    <b:else/>
      <b:if cond='data:post.showThreadedComments'>
        <b:include data='post' name='threaded_comments'/>
      <b:else/>
        <b:include data='post' name='threaded_comments'/>
      </b:if>
    </b:if>
  </b:if>
</b:includable> 

  • After Replacing The Above Code, Let's Find For Another Code Below:-

<b:includable id='threaded_comments' var='post'>
.
.
.
.
</b:includable> 

  • Replace The Following Code Again With The Code Below:-

  <b:includable id='threaded_comments' var='post'>
  <div id='com-header'>
<h6>Comment With:</h6> <img class='com-on' id='com-norm' src='https://lh3.googleusercontent.com/-nfrkoUYsV-E/UXVi6W7CI8I/AAAAAAAAILo/uCS3thePKXU/s50/blogger_on.png' title='view Blogger comments'/><h6> ← OR → </h6> <image id='com-gplus' src='http://lh6.googleusercontent.com/-wnTb7SHAGEE/UXVi6xoHXAI/AAAAAAAAILY/6vx5Em5w8MI/s50/plus_off.png' title='view Google+ comments'/><h6>The Choice is Yours!</h6>
<div id='copyrigtsbt'><a href='http://bloggingtutorials2.blogspot.com/2014/02/how-to-use-blogger-and-google-comments_1.html'>Get This Widget</a></div>
</div>
<div id='comment-zone'>
  <div class='comments' id='comments'>
    <a name='comments'/>
    <h4><data:post.commentLabelFull/>:</h4>
    <div class='comments-content'>
      <b:if cond='data:post.embedCommentForm'>
        <b:include data='post' name='threaded_comment_js'/>
      </b:if>
      <div id='comment-holder'>
         <data:post.commentHtml/>
      </div>
    </div>
    <p class='comment-footer'>
      <b:if cond='data:post.allowNewComments'>
        <b:include data='post' name='threaded-comment-form'/>
      <b:else/>
        <data:post.noNewCommentsText/>
      </b:if>
    </p>
    <b:if cond='data:showCmtPopup'>
      <div id='comment-popup'>
        <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
        </iframe>
      </div>
    </b:if>
    <div id='backlinks-container'>
    <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
       <b:if cond='data:post.showBacklinks'>
         <b:include data='post' name='backlinks'/>
       </b:if>
    </div>
    </div>
  </div>
  <div id='gcontainer'><div id='gcomments'/></div>
<script src='http://apis.google.com/js/plusone.js'/>
<script src='https://googledrive.com/host/0B3Ztl1RRz6W7NWNHalYzOWh5MzQ'/>
<style>
#gcontainer {
display:none;
  }
#com-norm,#com-gplus {
cursor:pointer;
padding:0 5px;
float:left
  }
#com-header {
border: 1px solid #d2d2d2;
padding: 10px;
float: left;
width: 650px;
margin-bottom: 20px;
background: #f5f5f5;
  }
#com-header h6{
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
float: left;
padding-top: 15px;
margin: 0px;
margin-right: 7px;
margin-left: 7px;
  }
#copyrigtsbt {
float: right;
margin-top: 20px;
border-top: 1px solid #d2d2d2;
margin-right: -10px;
padding-right: 10px;
padding-top: 5px;
padding-left: 10px;
border-left: 1px solid #d2d2d2;
padding-bottom: 5px;
margin-bottom: -10px;
font-size:11px;
background: #fff;
  }
#copyrigtsbt a {
text-decoration:none;
color:111!important;
  }
</style>
</div>
</b:includable>

  • Finally Click On "Save Template".
  • CONGRATULATIONS! That's All.

Facing Problem?

Guys, If You Found This Error While Saving Template "The widget with id "Blog1" cannot contain element: "#text". A widget can only contain b:includable elements.", Then See The Last Line Of The Above Code, There Will Be Written Like This "See More - http://bloggingtutorials2.blogspot.com/blablablabla", Then Remove This Code From The Last Line And Then Save Your Template.

So Friends That Was The Tutorial For You To Use Blogger And Google+ Comments System In Blogger. I Hope You Will Like This Post. If You Are Facing Problem In Adding The Code Above, Then Ask In Comments, Because Comments Are Always Appreciated; Comments Are Always Helpful. Share This Post With Your Friends And Blogger Fellows And On Social Networks. Also Subscribe Us Now To Receive Hot Updates From Us Straight In Your Inbox. Get In Touch With Us. Happy Blogging!.

Saturday 25 January 2014

How To Enable Comment Moderation In Blogger?

1/25/2014


We've Discussed About How To Enable Google+ Comments In Blogger, Now We Are Back With The Topic Of Comments. As You Know That Millions Of Blogs Are Used Daily By Millions Of Users. Thousands Of Blogs Are Created Daily But Only Few Are Successful. They Have A Reason To Create A Blog Including To Publish Their Heart Voice. Some Of The Blogs Get Many Popular In Very Little (Short) Time Because They Publish Lengthy, Unique And Professional Contents And They Also Get A Very High Number Of Comments Which Also Increases Traffic And Backlinks Because Commenting System Is Good For A Blog. People Can Easily Ask Their Questions To Blog Owner When They Didn't Understand That What To Do Or Couldn't Understand Anything About The Content, So They Ask Questions In Comments. Some Of The Blog Haters Used Spam Comments Through The Software Or Manually And Some Of Them Add Their Own Blog Links In Comments Which Can Take User's Attention To Their Websites, They Also Spoke Bad Words About Post Because They Ask Silly Questions And If You Didn't Reply, Then They Spoke Bad Words In Comments. These Things Are Always Hated By Blog Owner Because He Did Not Want To Users To Go To Another's Website And Wanted To Remove This System. So Remember That Each And Every Thing Is Possible In Technology So Now, Google Had Introduced A New System Called "Comment Moderation". We Strongly Recommended The Blog Owner To Enable Comment Moderation Because It Is The Perfect Solution For You To Remove Spam Comments. So I Will Tell You More About Comment Moderation. Let's Discuss And Learn It.

What Is Comment Moderation?

Well, If You Are New To Blogging And Don't Know What Is Commend Moderation, Let Me Tell You What Is It. After Enabling This System, When Someone Will Comment Now, They Will Be Pending Approval Means That They Will Wait For You Reply. You Will Accept Their Approval And If You Accept And Clicked On Published Button On Comments, Then Their Comments Will Display Means The One Who Had Commented Has Got Approval From You. The Comments Are Transferred In Your Email Address And You Can See From There, Then You Can Come To Blogger, Comments >> Awaiting Moderation And Published That Comment. It Will Also Display That On Which Post User Had Commented. Now It's Your Choice To Delete Or Publish That Comment.. We Will Describe Advantages And Disadvantages Below.

Advantages

  • Say Good Bye To Spam : The Spammers Can't Comment And If They Comment, You Will Of Course Not Publish It.
  • No More Links In Comments : The User Cannot Add Their Blog Link In Their Comments Because You Will See And Not Publish A Comment Which Has A Blog Link
  • Haters Can't Annoy You : Annoy Means To Get Angry. So If The Haters Found That They Can't Comment, They Cannot Annoy You Also By Speaking Bad Words Because You Will Not Allow To Speak Freely.

Disadvantages

  • Manually Check And Publish : So It Has Only One Disadvantage That If You Are Going To A Tour Or Your Internet Is Damaged And You Will Not Update Your Blog, Then You Will Also Not Publish Your User Comments And This Will Loose Your Traffic For A While.

How To Enable Comment Moderation?

So After Learning About Disadvantages And Advantages Of It's, Now Let's Start Our Main Topic Which Is Enabling Comment Moderation. This Is Not So Difficult Task, You Have To Just Select An Option And Save Settings. So Let's Get Started Friends:-

  • Go To Blogger.com >> Your Blog >> Settings.
  • Now Go To "Post And Comments" Section And There You Will See Comment Moderation Section.
  • Now It Will Be Tick Marked "Never", Now You Just Have To Tick Mark"Always" In The Comment Moderation.

  • After Selecting The "Always" Option,  There Will Appear A Box Asking You To Write The Email Address Where Your Comments Will Moderate Request, Just Write Your Gmail Account There In The Box
.
  • Now Finally Click On "Save Settings" Button.
  • CONGRATULATIONS!. That's All!.

Final Words!

I Am Happy To Hear That You Have Successfully Enabled Comment Moderation System In Blogger. I Also Think That A Blog Which Is Receiving High Number Of Comments, Must Enable This For Aware Of Spam Comments. So I Hope That It Will Help You A Lot. If You Face Any Problem With This Post, Please Ask In Comments. Accidently, We Have Described About Comments In This Post. Please Share This Post With Your Friends And Blogger Fellows. And Don't Forgot To Like And Share On Social Networks. Take A Lot Of Care And Happy Blogging!.

Monday 20 January 2014

How To Enable Google+ Comments System In Blogger?

1/20/2014


As You Know That Google Had Introduced A New Social Network Called "Google+" It Has Come With Many New Features And Advantages Of Using It Which Is Owned By The King Of The Internet Which Is Google. Google Is The World's First Positioned Website Which I Cannot Tell The Visitors Of Daily Means That It Is Uncountable. Blogger And Google+ Are Updating Their Features Than In The Past, Blogger Had Introduced Himself With Many New Features. Now Google Had Announce A New Feature Related With Google+ That Is That You Are Able To Enable Google+ Comments System In Blogger Which Can Make You Blog Look More Professional And SEO And Google+ Friendly. So Here Were Are Going To Learn That How To Enable Google+ Comments System In Blogger Which Is Also A Easiet. But Befre, We Must Learn The Advantages And Disadvantages Of Google+ Comments.

Advantages


  • Professional Look : It Has Stylish Designed Feature Which Can Attract Your Visitors To Comment.
  • Edit And Delete Comments : No Worry That If Someone Have Commented Wrong, He/She Can Easily Edit Or Delete In This System.
  • Privacy : This Is Another Great Feature For Better Security That Your Visitor Can Comment And Add It With Public Or Private Comment.
  • Comment Order : This Is Also A Good Feature That The Comment Publish On Last, Appears First On Google+ But In Blogger Comment System, Last Comment Always Appears On Last.
  • Plus One On Comments : In This Comment System, Anyone That Plus One Your Comment Means That He Is Voting Your Comment And This May Help Improve Your Blog Traffic From Google+.
  • Sharing Comments : When Someone Writes His Comment, His Comment Is Automatically Shared On Google+ And This Will Also Help You In Getting Double Traffic From Google+.

Disadvantages


  • Only Google Registered User Can Comment : This Is The First Disadvantage Of This That Only A Person Who Have Gmail Account, Can Only Comment, So Might Loose The Comments.
  • URL Based : This Is Also A Bad Disadvantage That The Comments Are Your Post URL Based Means That If You Changed T he URL Of Your Post, All Of Your Comments Will Be Deleted.
  • No Notification : There Is No Notification System In Google+ Comment, But You Can Check In Your Inbox Of Your Gmail Account. Otherwise You'll Need To Check It Manually.
  • No Approvals : This Is Not Having Any Approval System Which Means That You Will Not Get Notified That You Have Commented Spam Because You Have To Check It Manually.

How To Enable Google+ Comments

So This Is A Very Simple Step For Adding Google+ Comments System Because You Just Have To Tick A Simple Option. So Let's Get Started.
  • Go To Blogger.com >> Your Blog >> Google+ Section.
  • There Will Be A Option "Use Google+ Comments On This Blog" Just Tick Mark It.
  • See The Screenshot Below

  • You've Done It!.
If Your Google+ System Doesn't Works It Means That You Are Using Custom Blogger Template And Many Custom Templates Does Not Enable Directly, So Here Is The Little Trick To Use Google+ Comments On Custom Templates. Just Follow The Steps Below To Add Comments System In Custom Blogger Tempalte.
  • Go To Blogger.com >> Your Blog >> Template >> Edit HTML.
  • Find For The Following Code Below.
<div class='post-footer'>

  • Just Below It, Paste The Following Code.
<div class='cmt_iframe_holder' data-viewtype='FILTERED_POSTMOD' expr:href='data:blog.canonicalUrl'/> 

  • Now Finally Save Your Template.
  • CONGRATULATIONS!. You've Finished This Tutorial.

Final Words!

So Friends That Was Another Simple Tutorial For Enabling Google+ Comments In Blogger. I Hope This Will Improves Your Blog Traffic And Help You In Making Your Blog More Search Engine And Google+ Friendly. Every Tutorial Is Always Simple But Need Some Understanding. If You Have Any Problem With This Tutorial, Ask In Comments. Accidently, We Are Describing About Comments Only In This Post. Take A Lot Of Care And Happy Blogging!.

Helping You To Know The Knowledge Of Blogger Blogging Since 2014™.