Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday 2 February 2016

How to Add FB Comment Box in Blogger or Blogspot


This is a complete tutorial on how to add Facebook Comment box to your Blogger Website.

Well, I've been to a number of websites and i guess you too have visited them once. So, they are all following the same steps where they want you to follow so many stages :

1. Go to FB Developer page
2. Create a Facebook App
3. Now note down the App ID.
 and blah blah so on

So, I've made it a lot simpler for you

Just follow these quick steps and you are done with your Facebook Comment box

Log into your Blogger account click on Template > Edit HTML

Now Click in the HTML Box Once

Step 1: **** Search </body>

Now Paste this below script  above the </body> tag (See Below Image).

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

Add FB Comment Box in Blogger Image 1

Step 2: **** Search <b:include data='post' name='post'/>

Now Paste this script  below the <b:include data='post' name='post'/> tag (See Below Image).

<b:if cond='data:blog.pageType == "item"'>
                 &lt;div
                     class=&quot;fb-comments&quot;
                     data-href=&quot;<data:post.url/>&quot;
                     data-width=&quot;600&quot;
                     data-num-posts=&quot;100&quot;&gt;
                 &lt;/div&gt;
            </b:if>

Add FB Comment Box in Blogger Image 2

Save Your Template and preview your Facebook Comment Box appear live on each and every post of your blog.

That is it. Please if you encounter any problem in implementing these short codes on your Blogger then do let me know by commenting on this post through your Facebook Account. ;)


Thursday 16 January 2014

How to Make Facebook Page Without name !

As you all know facebook doesn't allow us to create a fb page without name .
But here i will tell you a trick to make a facebook page without name .

So let's statrt !
First Create a Page
Click On Entertainment Category And Paste D Code Mentioned Below :

ٌٍٍِّّْ
Now Save it !
N Now Log into Ur Account !
N if you have a page with less than 200 likes u can also edit the name of that page and paste the Above Code !
N you are done with ur page with No name ;) :D  :-)


So Enjoy and Bookmark us ! 

Thursday 25 April 2013

Add read More button to your Blog!




Add Read more Button to your Blog
Most of new blogger searching for cool read more buttons. Even somebody don't know how to add a read more button and replace with the read more text link. To show button in your post you need to summarize your post using "insert jump break" tool at post edit section. And you have to replace image link with jump text in your blogger template. How to do this? Follow all steps.