Surprise, New Facebook Comments Box For Blogger In Very Easy And Simple Steps – Fixed ( Full Guide )


Again, this is the most waited feature for blogger users ( specially from allblogtools.com ), and now it’s available for allblogtools.com visitors only ( Exclusively again ), this is the first and the only tutorial around the web that tells you in really easy steps the integration of the new facebook comments box and blogger (blogspot) blogs.
Demo Of New Facebook Comments Box For Blogger
Please note: If you think that you saw this tutorial before, The answer is no, it looks exactly like the old tutorial but this is an updated one, And a lot of problem are solved now, If you met any problems with our old tutorial, please try this one out.
For Upgrade: If you already have the old comments box on your blog, And don’t want to lose your current comments, Please Click here to learn how to upgrade easily.
Warning : Before you start applying any changes to your blogger template code, We encourage you to Backup it, by clicking on Download Full Template link.
What is the new facebook comments features.
  • Threaded comments : reply to comments.
  • User network : now it’s displaying the comment author not only name, but his profile info as well
  • Permalink to specific comments : Permalinks have now been assigned to each comment so people can share links and be directed to specific comments.
  • Notifications : sent to users will also go to the permalink, making it easier to respond. For example, clicking on the notification below will take you to the permalink of the original comment.
  • 2 Color schemes, regular light, and the new dark colors.
now let’s do it, don’t worry, i know that must of you tried to add it to blogger blogs, with no result, but today you’ll see how to add it in really easy steps and it’s 100% working. but please be careful and pay attention for all the details.
This tutorial is updated.
Step 1. Disable Default Comments.
The first thing you should do it to disable blogger default comments. because you don’t want to have 2 comments forms.
go to your blogger account, navigate to settings >> comments
and next to comments field choose Hide, then scroll down and click Save Settings
Step 2. Generate your Facebook App ID.
now you should generate your own facebook app id, it’s really easy and one step process,
just go to this page, facebook developers
then click + Set Up New Application
enter your application name, ( you can type any name )
and check agree and click Create Application
then click on Connect tab (on the left tabs-list) or see the next image.
facebook comments box for blogger
and fill the following info.
Connect URL : Enter your blog url and you must enter it with an ending dash. (for example: http://myblogname.blogspot.com/) .
Base Domain you must type blogspot.com
then click strong>agree and click Save Changes 
on the next page facebook will generate you alot of info. you’ll need only one line, it’s App ID:
just copy it and keep any where, we’ll need it in the next steps. please see the following image to see where you’ll find your facebook App ID:.
facebook comments box for blogger
Step 3. Codes To Add To Your Template.
you must add the following codes to your blogger template to ensure that the comments box will work for your blog in the right way.
and in this step we’ll add the following codes,

  • xmlns attribute
  • SDK script
  • Open Graph protocol tags


  • Adding the xmlns attribute :
please go to your blogger account again, and navigate to, layout >> edit html >> and checkExpand Widget Templates
then find the following code,
<html
you’ll find it on the top of your code. second or third line, and after it add the following code,
xmlns:fb='http://www.facebook.com/2008/fbml'
you must type a space before it and after it,
here is an example.
 <html  xmlns:fb='http://www.facebook.com/2008/fbml'  expr:dir='data:blog..............2005/gml/expr'  >
  • Adding the SDK script Code :
search for
<body>
and after it add the following code,
<div id="fb-root"></div>
<script>
    window.fbAsyncInit = function() {
    FB.init({
      appId  : 'YOUR   APP ID',
      status : true, // check login status
        cookie : true, // enable cookies to allow the server to access the   session
      xfbml  : true  // parse XFBML
    });
  };

    (function() {
    var e = document.createElement('script');
      e.src = document.location.protocol +   '//connect.facebook.net/en_US/all.js';
    e.async = true;
      document.getElementById('fb-root').appendChild(e);
    }());
</script>
but please don’t forget to change YOUR APP ID to your app id ( you got it in the previous step ).
  • Adding the Open Graph protocol tags:
copy the following code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta   expr:content='data:blog.pageTitle' property='og:title'/>
<meta   expr:content='data:blog.url' property='og:url'/>
<b:else/>
<meta   expr:content='data:blog.title' property='og:title'/>
<meta   expr:content='data:blog.homepageUrl' property='og:url'/>
</b:if>
<meta   content='MY-SITE-NAME' property='og:site_name'/>
<meta   content='http://google.com/help/hc/images/logos/blogger_logo.gif'   property='og:image'/>
<meta content='YOUR-APP-ID'   property='fb:app_id'/>
<meta content='YOUR-FACEBOOK-PROFILE-ID'   property='fb:admins'/>
<meta content='article'   property='og:type'/>
and change the colored text to the following,
Change MY-SITE-NAME with the one you want to appear when a user likes a page. (Gil likes Helping on Facebook)
Changehttp://google.com/…/blogger_logo.gif with your blog logo, or remove the all tag if you don’t want it.
Change YOUR-APP-ID with your application ID number.
Change YOUR-FACEBOOK-PROFILE-ID with your own facebook user profile ID.
after making this changes add the above code just before
</head>
now we finished adding the facebook codes to your template, please don’t touch anything and continue to the next step.
Step 5. Adding the Comments Box to your blogger template.
please find the following code.
<data:post.body/>
and after it, please paste one of the following codes.
For Light Comments box ( like the one in the demo )


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<div><fb:comments width='600' expr:title='data:post.title' expr:href='data:post.url'   expr:xid='data:post.id'/></div>

</b:if>
For Dark Comments box ( If you prefer to display the comments box in a dark colors. )
<data:post.body/>
and after it, please paste one of the following codes.
For Light Comments box ( like the one in the demo )
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
<div><fb:comments width='450' expr:title='data:post.title' expr:href='data:post.url' colorscheme='dark' expr:xid='data:post.id'/></div>

</b:if>

To change the width of your comments box, please change 450 to what ever you want, it’s in pixels,
and now please click Save Template , then check your blog. i wish it looks great and works perfectly.

warning, if you have facebook like button installed on your blog please remove it before 
Read More!

New Shoutmeloud Top Subscribe SignUp Widget For Blogger/Wordpress

Are you currently still using the older subscription common box delivered from FeedBurner.com ? Would you  jealous of whenever various popular wordpress websites have got customizable registration box along with background pictures and also with personalized CSS ? Would you like to find out the way to achieve that , then simply below is really a guide for those Newbie Blogger end users and creative designers. Utilizing this type of tutorial you can able to include a subscription box for your blogger blog.Previous version How To Add Mashable Popup Subscribe Box For Blogger And Wordpress

The Reason Why To Switch To New Shoutmeloud Subscribe Widget:

A large number of the blogosphere desire to learn how to get the 'Add your email to Blog Updates' via Email box and also the huge orange colored 'Sign up to to Blog Feed' buttons links inside their blog. Setting out blog feeds and getting a leading Email subscribe box/buttons are a couple of powerful methods to grow targeted visitors for your blog.
Here is definitely a trendy subscribe box with good sized applying jquery which will really attract visitor towards your blog.

Features Of Shoutmeloud Subscribe Box For Blogger:

  1. Fast Loading Doesn't affect blog speed.
  2. Seo Optimized Added Nofollow tags.
  3. Big size box to force the readers to subscribe to your updates
  4. Increase subscribe feed count within few days.
  5. You can place this widget anywhere you want.
  6. Just one step process.
  7. It works on wordpress also.
  8. Latest Shoutmeloud Sign-up for FREE weekly Newsletter.
  9. Located on top of the blog.
  10. Blogger Widget for Subscribe Box
Simply Stick to this detailed process to generate e-newsletter subscription box Plugin for Blogger with your own personal customizable CSS.


Instructions To Install This Shoutmeloud Widget:

Add the CSS code before ]]></b:skin> and save your template.
/*Custom Header Styling*/
#headline{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTnN1h-4KWR462yjaSGTp9WUYsUkCuZZ7AFqkyR_-mORxcXNzeapSbYgq22-NONvTCTw6MZoDCw2Wsz9K0AEiskglEHgZEiB0zajv2wwjpGBNBquWeiPqSOUSVUO6zfLBF-H5ZxM1mY5Os/s1600/headline-bg.png') repeat; color:#fff; margin:0 auto; border-top: 1px solid #000; height:30px; font-size:12px; position:fixed; bottom:0; z-index:1000; width:100%;border-top-left-radius:20px;border-top-right-radius:20px; display:block;}
#headline:hover{background:#333;}
#headline p{line-height:30px; font-size:12px; text-align:center; width:95%; float:left;}
#headline p a{ text-decoration:blink; color:#ffcc00; border-bottom:1px dashed;}
#headline li.widget, #headline li.widget p{margin:0; line-height:30px; list-style:none; font-size:12px; text-align:center;}


.kill-btn{display:block; position:relative; right:15px; float:right;}
.kill-btn a{font-size:18px; font-weight:bold; font-family:"Comic Sans MS"; color:#fc0; line-height:30px;}
/* Subscription Box */
#sleek-subscribe{display: block; margin:0 auto; } 
.newsheadline {color:#222; font-size:16px; line-height:50px; float:left; font-weight:bold;}
.newsheadline span{font-size:38px; color:#444; line-height:14px; font-family:"Trebuchet MS"; font-weight:normal;}
.newsheadline cite{font-style:normal; color:#f00;}
.signform{background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGrTqWYls6-VsdrGwdzpT2eH5aYTWva0ZuxLgQPd6664qZ4sFfaFQupJFjzyZawhPdMadVaoVSXcJYYKwK9sdW_WyyZRWTc7eLl1Nk_X9etgEE5DTqnBruXHMBv3uD5GzL5Bi1K_WRBJI/s1600/dwd.PNG') no-repeat;padding:0 0 10px 100px; float:right; }
      .txt2, .txt2:focus{width:140px; font-size:15px; background:#fff; color:#92c3c3; border:1px solid #E36B0A; margin:0 5px; float:left; padding:10px; width:160px; border-radius: 10px;}
      .btn2, .btn2:focus {background:#E36B0A; margin:0 5px; padding:8px 10px 9px; border:1px solid #AD5513; color:#fff; font-size:15px; border-radius:10px;}
            .btn2:hover{background:#6689b0; }


Add HTML/JavaScript widget to your blog and add this following snippet in it and save it


<div id="sleek-subscribe">
<div class="newsheadline"><span>Sign-up</span> for <cite>FREE</cite> daily Updates.</div>
<form action="http://feedburner.google.com/fb/a/mailverify?uri=MtvRodies8" class="signform" method="post" target="_new">
<input class="txt2" name="name" onblur="if (this.value == &#39;&#39;) {this.value = &#39;Your Name...&#39;;}" onfocus="if (this.value == &#39;Your Name...&#39;) {this.value = &#39;&#39;;}" value="Your Name..." />
<input class="txt2" name="email" onblur="if (this.value == &#39;&#39;) {this.value = &#39;Your Email Address...&#39;;}" onfocus="if (this.value == &#39;Your Email Address...&#39;) {this.value = &#39;&#39;;}" value="Your Email Address..." />
<input class="btn2" type="submit" value="Subscribe Me!" />
</form>

<div dir="ltr" style="text-align: left;" trbidi="on">
<div dir="ltr" style="text-align: left;" trbidi="on">
<span class="author-credit" style="font-family: Arial, Helvetica, sans-serif; font-size: xx-small;"><a href="http://softechnogeek.blogspot.com/" target="_blank" title="Blogger Widget">Widget»</a></span></div>
></div>
</form>
<div class="clear"></div>
</div>




Customization For Shoutmeloud Subscribe Widget:


  1. Edit the highlighted red coloured text with your RSS id That's it.
  2. You can change the Signup free daily updates and Subscribe Me with your own text.
Note: For best results use this widget at top of your blog comment on below for any debug error
Shoutmeloud-bloggerwordpress-subscribebox Read More!

All In One New Cool Buttons Subscribe By Email Widget For Blogger

All In One New Cool Buttons Subscribe By Email Widget For Blogger
A new subscription box it contains your backlink to your RSS OR ATOM feeds along with a fabulous Email Form this brings you targeted visitors.They can easily submit their Email address username id so that they can obtain latest updates right from your website. Blog site without having a subscription form makes no experience. Subscribers are actually the central source for every profitable website. A lot more audience you have got the better you will get. Most people subscribe for your Rss feeds exclusively whenever you share high quality articles. 

For that reason it is extremely valuable that you can test every single practical way of boosting the amount of subscribers on your blog site no matter whether you can be a Wordpress end user or even Blogger user. Just one simple and most prominent option to take is always to squeeze in a subscription box widget to all your blog page and spot the plugin close to the top part region of your blog just beneath the header.

What Is The Right Place To Place This Widget On A Blog?

Make sure your subscription box towards the top right or eventually left placement of the sidebars to catch the attention of plenty of people as you can.An outstanding subscription form by using pleasant icons and Email Text box does always draw in people to sign up for your updates.That will increase your loyal readers

Special Features Of This Subscribe Box Widget

  • SEO optimized added nofollow tag to external links.
  • Fast loading coding are located on their own server.
  • Unique widget to attract your loyal readers.
  • East to use no complicated stuff.
  • Just two-step installation.
  • A large email image and a tag line can be modified.
  • Subscribe to facebook,Twitter,RSS,Youtube and email listings.
  • Hover effect for icons.
  • You can also add this plugin to you wordpress.
  • No javascript coding so it can load much more faster than ever.
                                    

Css Part

Add this below code to above ]]></b:skin> tag and save it.


/* Social &Newsletter Widget *//* Social */.social {
background:#fcfcfc;
height:80px;
padding:0 15px;
border-bottom:1px solid #f0f0f0;
}


.social li {
float:left;
width:52px;
margin-right:15px;
text-align:center;
}


.social li.last {
margin-right:0;
}


.social li a {
opacity:0.6;
filter:alpha(opacity=60);
font-size:11px;
color:#666;
padding-top:42px;
line-height:34px;
}


.social li a:hover {
opacity:1.0;
filter:alpha(opacity=100);
color:#666;
text-decoration:none;
}


.social .social-feed {
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhws9LiOkOPDStxNnZvBYSG6-0qYfFCjsMqsJieIDql2vPhwgo3-h5_k1mrhdLzFtQvFI5CLaVIICH96SpdS_kBN7FUFy2GXxbXY5PYV7Fc1D16nguVMQm1mSh8ZwZkZhN7J6oyTNPsUAk/s1600/ico-social-rss.png) no-repeat;
}


.social .social-twitter {
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPShY9ROyVhfl-HCIB84Cv7X7_yPUt5Q4Y7HLxTQNcN76CkvcTes_Cbg1cVkOKcisLiEaKsKfzU9r3u53zNl5oPRH_wciRAwox0s3pdXHFOQftXxXew6Ymi90IDT_eygo9q2OF3HGXvU0/s1600/ico-social-twitter.png) no-repeat;
}


.social .social-facebook {
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRKt9AO-aPg1DWMBDXYmczCfH1se-3_M4UNVvqLKUI47Y2kljuhtOm0yyOCrg7eaM8nEiYyv4Fvzm2XvMW_sHLq4A3iIKp_YEA68c91waBXIImWchHq5MGaNKggmC34s4quYNcsfKlNGc/s1600/ico-social-facebook.png) no-repeat;
}


.social .social-youtube {
display:block;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEielXVpGto0tbsKLHWofYpgunnSt1ZzTle1n6uutyyH199xgtty3_88ZoQFM1kOxRkyBnXD8OMo-23Ev0b8Kh41Wfmg5FcQmmGuYTm3YK2BKhhzX7c4W0iB4ms3Hl7Atc6CYUnnzlebqbk/s1600/ico-social-youtube.png) no-repeat;
margin-right:0;
}

form.emailform {
margin:20px 0 0;
display:block;
clear:both;
}


.emailtext {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNfB263XkkbGG-300GLQFN75REKJbXBRuqGR3JvZ1oqdgKAx6AWy-iP77sVQn1pF-FTFNc3vJd0Gj3J4zT_KWPN6CqIjYBVxtyRJYzooaQsG9TYg3BSkOfqtWtr_JqE0TYJWVDVCadumXq/s28/w2b-mail.png) no-repeat scroll 4px center transparent;
padding:7px 15px 7px 33px;
color:#444;
font-weight:bold;
text-decoration:none;
border:1px solid #D3D3D3;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:1px 1px 2px #CCC inset;
-webkit-box-shadow:1px 1px 2px #CCC inset;
box-shadow:1px 1px 2px #CCC inset;
}



.ebutton {
color:#444;
font-weight:bold;
text-decoration:none;
padding:6px 15px;
border:1px solid #D3D3D3;
cursor:pointer;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-goog-ms-border-radius:4px;
border-radius:4px;
background:#fbfbfb;
background:-moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f4f4f4));
background:-webkit-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background:-o-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
background:-ms-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#F4F4F4', GradientType=0 );
background:linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);
}

HTML Part

Add this below code to html/javasript widget to your layout of your blog and save it.
<div class="widget-content">

<div style="border: 1px solid DodgerBlue; padding: 1mm;">
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNm95pUKlzqwlEQ8vDk00rPUczj_0sdVj21buX63I8uMuQbKPub6OCg_ZCxVtUNpcdIezAW3rn5I-v2CLDPijwmNrPH_DBh0BVaa8wdfXZAGURbB8T_dKaY4paps7mpp9PB1ZYNWAXSuk/s1600/email-px-png.png" /></center>
<center><span style="font-weight: bold;font-size:small;">Subscribe by E-mail &amp; receive free updates of these cool Tips N Tricks straight to your inbox!</span>


<ul class="social">
  <li><a class="social-facebook" href="http://www.facebook.com/pages/mtv-roa7ies/180963302319" rel="nofollow" target="_blank">Facebook</a></li>
  <li><a class="social-twitter" href="http://twitter.com/newideas86" rel="nofollow" target="_blank">Twitter</a></li>
<li><a class="social-feed" href="http://feeds.feedburner.com/MtvRodies8" rel="nofollow" target="_blank">RSS</a></li>
  <li><a class="social-youtube" href="http://www.youtube.com/user/newideas86" rel="nofollow" target="_blank">YouTube</a></li>    
 </ul>
</center>


<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" class="emailform" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=MtvRodies8', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">


<input type="hidden" value="MtvRodies8" name="uri" />
<input type="hidden" name="loc" value="en_US" />
<input type="text" value="Enter your email..." name="email" class="emailtext" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}" onfocus="if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}" />
<input type="submit" class="ebutton" value="SignUp" title="" alt="" />
</form>
<center>
<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif; font-size: 10px; font-style: italic; background-color: rgb(255, 255, 255); ">Your email address will not be shared with anyone</span>
</center>
<div dir="ltr" style="text-align: left;" trbidi="on">
<a href="http://widgetsforfree-007.blogspot.com/2012/01/all-in-one-new-cool-buttons-subscribe.html" target="_blank" title="Blogger Widget"><span style="font-size: xx-small;">Blogger Widget »</span></a></div>
</div>
</div>

Note:Highlighted red part should be changed with you suitable id If you have any bug or modification just post below your comments so that i can solve it
Read More!