Showing posts with label blogger seo. Show all posts
Showing posts with label blogger seo. Show all posts

Tuesday, October 1, 2013

How to add Facebook Comment Box in Blogger?

| |
0 comments
Today, I am going to share,

How can you add Facebook Comment Box in your Blogger Template


 check out  our another Post about

How to Add Facebook Popup Like Box in your Blogger Template

Step by step Process

1. Go to your blogger Dashboard , Then Teplate to edit Html.
2 Now ctrl+f to Find this following  code .

<data:post.body/>

3 Place the code below under the line of <data:post.body/>

<h3>Post Comment</h3>
<div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:comments expr:href='data:post.url' num_posts='5' width='500'/>




4. Save template. Done.
Read More

How to add the Post Title Before the Blog Title in Blogger?

| |
0 comments
This is so easy to add Post Title Before the Blog Title in Blogger. This is also very important for SEO. You can also Add Meta Descriptions in Blogger to get better result in search engine.

step by step Process

1. go to blogger Dashboard, Then Teplate section to edit HTML
2. Ctrl+f to Find following Code,

 <title><data:blog.pageTitle/></title>

3. Replace this code with the following code:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

4. Save template. DONE
Read More
Powered by Blogger.