Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Add Total Posts and Comments Widget To Blogger 2013

Seo Master present to you:


Its not very impressive for Pro Bloggers,but some bloggers love to show Total Posts and Comments Total Number in Blogger.Actually this widget will Show the Total No Of Comments on your Blog Articles,it fetch the total comments and Total No of Posts in your Blog.This widget is very easy to add,you can put it any where in your Blog.But the most appropriate place for adding this widget is Header or Sidebar,all you have to do is adding a Small JavaScript Code into the Layout Section.


How To Add Total Posts and Comments Widget To Blogger

  • Go To Blogger Dashboard
  • Now Click On Layout
  • Then Click On Add a Gadget
  • A Small Box will Popup,Select HTML/JavaScript
  • And Now Copy the Below Script and Paste it over there


<script style="text/javascript">function mbhTotalCount(json) {document.write(parseInt(json.feed.openSearch$totalResults.$t,10));}</script><p style="font:13px Tahoma;">Total Posts: <script src="http://www.matrixar.com/feeds/posts/default?alt=json-in-script&callback=mbhTotalCount"></script></p><p style="font:13px Tahoma;">Total Comments: <script src="http://www.matrixar.com/feeds/comments/default?alt=json-in-script&callback=mbhTotalCount"></script></p>

Changes in the Widget Script

  • Replace "www.matrixar.com" with your Own Blog URL
  • If you are interested in Changing the Text of "Total Posts" or "Total Comments",Simply Change the Green with your Own Text.
  • You Can Also Change the Font Size and Style in the Script.
  • After changing Copy the Above Script and paste it in HTML/JavaScript Box and hit save.
  • That's it :)
So What's Up :- This is a common widget which is usually used for showing the total number of Posts and Comments on Blog.Share your Beautiful ideas with us,stay Blessed,Happy Blogging.
2013, By: Seo Master

seo How To Add Google+ Comments Widget To Blogger 2013

Seo Master present to you:
Blogger has recently introduced Google+ Comments for Blogs.As Facebook had released Facebook Comment Box for Bloggers,contrary Google+ has also introduced new comments widget i.e Google+ Comment Widget For Blogger.Actually Comments helps you to inspire the new entries of your blog.As far Comment is Consider we can called it half meeting with your Blog readers.However Google has just made few improvement for Bloggers i.e now you can simply add your Google+ Comment widget to Blogger.And the most amazing thing is that we can enable this widget from Our Blog Dashboard,Once it is enabled then enjoy different comments from users.


Features Of Google+ Comments Widget

  • As the Author of the Blog or Admin of the Blog you will receive visitors Comments
  • Comments can be done by those who has Google+ Profile or Page
  • It is very easy to navigate and friendly Comment widget
  • When someone comments on the shared link(i.e from Google+) this widget will fetch that Data(comments) and will show it in Blogger Comments Area.

How To Add Google Plus Comments Widget To Blogger

  • Go To Blogger.com
  • Sign in to your Blogger Account
  • Now Click On Google+ (at the right side) 
  • Now a Another page will appear,there select "use Google+ Comments on this Blog",it will be as shown in the below screen shot 

  • And that's it
  • Enjoy Google+ Comment Widget in Your Blog
Note:-
It will show this Option in those Blogs which Email Address is attached to the specific blog.In simple words it will work with the blog which you own and you have to full access of your blog and email address.

How To Remove Google+ Comments Widget To Blogger

Actually i applied this Comment widget,but it is not as interesting as the blogger old One Comments Default widget.So i removed it,Now how to remove this its very simple follow the below steps.
  • Go To Blogger Dashboard
  • Now Click On Google+ at the right side
  • Now Unchecked "use Google+ Comments on this Blog",it will looks like as shown in the below screen shot 

So What's Up:- Did You Like the New Widget ? How was the Article ? Feel free to ask any question,Stay Blessed,Happy Blogging :)


2013, By: Seo Master

seo How To Add Related Posts Widget With Thumbnails To Blogger 2013

Seo Master present to you:
Time to boost your blog page-views,here is incredible hack via which you can show the related posts to blog article below every Blog post,along with beautiful thumbnails.The data for related posts are fetched from Blog Labels and different posts.Applying this hack will help you to host your visitors with great luxury,as a result he will remain long time on your blog seeing different interesting related articles. 
related-posts-widget-for-blogger

How To Add Related Posts Widget With Thumbnails To Blogger


  • Go To Blogger Dashboard
  • Click On template and Then Click On edit HTML
  • Now Search for </head> Tag
  • Now Copy the below script and paste it above </head> Tag
<!--Related Posts with thumbnails Scripts and Styles Start--> <!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'> <style type='text/css'> #related-posts { float:center; text-transform:none; height:100%; min-height:100%; padding-top:5px; padding-left:5px; } #related-posts h2{ font-size: 18px; letter-spacing: 2px; font-weight: bold; text-transform: none; color: #5D5D5D; font-family: Arial Narrow; margin-bottom: 0.75em; margin-top: 0em; padding-top: 0em; } #related-posts a{ border-right: 1px dotted #DDDDDD; color:#5D5D5D; } #related-posts a:hover{ color:black; background-color:#EDEDEF; } </style> <script type='text/javascript'> var defaultnoimage=&quot;http://www.matrixar.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&quot;; var maxresults=4; var splittercolor=&quot;#DDDDDD&quot;; var relatedpoststitle=&quot;Related Posts&quot;; </script> <script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/> <!-- remove --></b:if> <!--Related Posts with thumbnails Scripts and Styles End-->
Note :-
- If you want to change the Default Picture to your own or any other picture,then simply replace the Green URL With your Own image URL.
-For Displaying more than 4 posts in the widget then change the value of 4 in the script to desired no of posts.
-If you want to display this widget also in Home Page then remove the Blue script from the above script

  • Now Search for The below Script (Note The Below mentioned Code is 2 times in magazine style Blogger Templates so do paste the below Code after each.)
<div class='post-footer'>

  • Now Copy the below script and paste it  above <div class='post-footer'>
<!-- Related Posts with Thumbnails Code Start--> <!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'> <div id='related-posts'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast != &quot;true&quot;'> </b:if> <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=4&quot;' type='text/javascript'/></b:loop> <script type='text/javascript'> removeRelatedDuplicates_thumbs(); printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;); </script> </div><div style='clear:both'/> <!-- remove --></b:if> <b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'> <a href='http://www.matrixar.com'><img alt='Blogger Tricks' src='http://www.matrixar.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a> </b:if></b:if> <!-- Related Posts with Thumbnails Code End-->
Note:-
-For Displaying more than 4 posts in the widget then change the value of 4 in the script to desired no of posts.
-If you want to display this widget also in Home Page then remove the Blue script from the above script.

  • Now just hit save template and that's it

So What's Up

Adding Related Posts Widget With Thumbnails To Blogger will help you to boost your Blog page-views,actually this post is originally written by HelpLogger,So Script Credit Goes to HelpLogger.If you have any question related this article,must pass comments.Stay Blessed,Happy Blogging.



2013, By: Seo Master

seo Automatically Publish Blogger Posts To Facebook,Twitter and Other Social Networks 2013

Seo Master present to you:
Social Networks is the backbone for your Blog Traffic.Never underestimate the strength of Social Networking Websites,actually every social networking website is getting  million of hits daily,and if you share your blog post/content there,then surely you can get a flood of traffic to your Blog.Now every Blogger is sick of posting his/her blog posts daily to Facebook,Twitter or other social networking sites,but here we have found an awesome trick via which you can Automatically Publish Your Blogger Posts to Facebook,Twitter, or any Other Social networking website.For installing this Service follow the below easy steps.



How To Automatically Publish Blogger Posts To Facebook and Other Social Sites

  • Visit DLVR.it
  • Now Sign up there,by filling the form with required Data
  • After Entering Email and Password , click on Sign Up.
  • Now Go To Your email inbox and Confirm your Email Address
  • Now it will redirect you to another Page where you have to enter your Blog Feed Burner Username 
  • Click On Twitter Icon at the right side,Now it will redirect you to twitter account,there enter E-mail and Password and Click on Authorize App
  • Now your Blog Posts will Automatically Publish to your Twitter Account
  • Now For Facebook Click On The Facebook Icon at the right side,it will redirect you to Facebook,there enter your username and password,after that they may ask you about Page username i.e Fan Page
  • Enter that and Save Changes

So What's Up

Automatically Publishing Blogger Posts to Social Networking Sites will certainly help you to generate a flood of traffic to your Blog,as i mentioned never underestimate the Social Websites,because you can get alot of traffic to your Blog,However if you apply this service to your Blog,i am sure you will get high traffic.

Question :- How to Apply this Service for Google +?
Answer :-   Actually Now when you post a Content on your blog,after Publishing Blogger Ask you for sharing that Post to Google + ,means they Provide this feature builtinly.

2013, By: Seo Master

seo How To Add Facebook Comment Box To Blogger 2013

Seo Master present to you:
Adding Facebook Comment Box To Blogger Blogs is very Old trick,but recently one of our Blog visitors asked for this Comment Box.In this regard here is a Facebook Comment Box,Actually there are many users who don't have Blogger Accounts,therefore they can comment on your blog articles via Facebook Comments Box.Now time to install Facebook Comment Box To Blogger,its installation is very simple,you may have seen many articles in which first you have to create an App in Facebook after that many steps are required,but this article is not as difficult as other articles.

facebook-comment-box


How To Add Facebook Comment Box To Blogger

For installing this widget to Blogger,you just have to copy a code and then add it to Blogger layout Section,follow the below steps.

  • Go To Blogger.com
  • Sign in there
  • And Now Click On Layout 
  • After that Click On Add a Gadget
  • A Box will Popup Select "HTML/JavaScript"
  • Now Copy the Below Script and Paste it into the Box
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<div class="fb-comments" data-href="http://thatsblogginglab2.blogspot.com/" data-num-posts="10" data-width="500"></div>
  • Place the Widget/Gadget Below "Blog Posts" Section ( as shown Below )
 

Changes in the Script Before pasting to HTML/JavaScript Box

Before Pasting Script to HTML/JavaScript Box,must change/replace "http://thatsblogginglab2.blogspot.com/" with your Blog URL/Address,then Just click on save and that's it.

So What's Up:- Did You Like This Comment Box?Is it useful For Blogger Blogs?How was the Tutorial? Share your Awesome ideas with us.Stay Blessed,Happy Blogging.
How To Add Facebook Comment Box To Blogger
Last Reviewed by Iftikhar uddinon June 24 2013
Rating: 5
2013, By: Seo Master

seo Recent Comments Widget With Avatars For Blogger 2013

Seo Master present to you:
Recent Comments Widget with Avatars is another awesome style Comments widget,which shows the latest comments of the visitors along with round Avatars.It also shows a lil bit summary of the commenter. Actually we have posted an article which is Beautiful Recent Comments Widget For Blogger , that widget is also awesome,but the main problem with that widget is that is not showing Avatar or Profile Picture with Comments,However This Widget will show a beautiful Profile Picture or Avatar along with name and Comments.This Widget is usually placed at the footer of the blog,however you can place it in sidebar or any where in your blog.

How To Add Recent Comments Widget With Avatars To Blogger

  • Go To Blogger Dashboard >> Then Click On layout >> And Then Click On Add a gadget
  • Now a Box will popup,select HTML/JavaScript
  • Now Copy the below Code/Script and add it into the HTML/JavaScript Box.
<style type="text/css"> ul.w2b_recent_comments { list-style: none; margin: 0; padding: 0; } .w2b_recent_comments li { background: none !important; margin: 0 0 6px !important; padding: 0 0 6px 0 !important; display: block; clear: both; overflow: hidden; list-style: none; } .w2b_recent_comments li .avatarImage { padding: 3px; background: #fefefe; -webkit-box-shadow: 0 1px 1px #ccc; -moz-box-shadow: 0 1px 1px #ccc; box-shadow: 0 1px 1px #ccc; float: left; margin: 0 6px 0 0; position: relative; overflow: hidden; } .avatarRound { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; } .w2b_recent_comments li img { padding: 0px; position: relative; overflow: hidden; display: block; } .w2b_recent_comments li span { margin-top: 4px; color: #666; display: block; font-size: 12px; font-style: italic; line-height: 1.4; } </style> <script type="text/javascript"> //<![CDATA[ // Recent Comments Settings var numComments = 6, showAvatar = true, avatarSize = 60, roundAvatar = true, characters = 40, showMorelink = false, moreLinktext = "More »", defaultAvatar = "http://www.gravatar.com/avatar/?d=mm", hideCredits = true; //]]> </script> <script type="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/w2b recent comments with avatars.js"></script> <script type="text/javascript" src="http://Blog-URL.blogspot.com/feeds/comments/default?alt=json&callback=w2b_recent_comments&max-results=6"></script>

Changes in Code Before pasting into HTML/JavaScript Box

#1) Replace/Change Blog-URL with your Own Blog URL (e.g www.matrixar.com)
#2) Replace 6 in the Code with the number of comments you want to show on the widget.
#3) If you are interested in changing the anonymous avatar, then replace "http://www.gravatar.com/avatar/?d=mm" with your own image URL.
#4) If you want to change the Avatar Size,Replace 60 with your own desired value.
#5) Now Copy the edited Code and paste in the HTML/JavaScript Box and that's it.

So What's Up:- Recent Comments Widget With Avatars is really a cute widget,i hope you liked it,must pass your views,and ask any question free.Stay Blessed,Have a nice Day,Happy Blogging.

The Code Credit Goes to @Helplogger and Harish(Way2Blogging)
2013, By: Seo Master

seo How To Remove Attribution Gadget From Blogger 2013

Seo Master present to you:
No one want this shit on his/her blog.Actually this is a gadget which is in the Footer of the template,usually looks like this "Powered By Blogger".If you ever have tried to remove this gadget from a blog,it will say the gadget is locked,means you can,t remove this gadget from Blogger Blogs.So Now if you want to unlock this gadget and want to remove,here is a trick via which we can easily remove this Gadget from any Blog.

How To Remove Attribution Gadget From Blogger

Now let's apply this trick,this trick will unlock the attribution Gadget then you can easily remove from your blog.Follow the below steps for Removing Powered By Blogger from Blogger.
  • Go To Blogger Dashboard
  • Now Click On Template and Then Click On Edit HTML
  • Now Check the small Box "Expand widgets Templates"
  • Now Search for The Below Code (CTRL+F)
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>


  • Now Replace/Change the "True" with "False
  • Now Just take a preview and hit save Template.
The Attribution Gadget is unlocked now time to remove the gadget,so let's learn how to remove this Gadget from blogger layout .

Steps for Removing Attribution Gadget


  • Visit Blogger Dashboard
  • And Click On Layout
  • Now Search for Attribution Gadget in layout.
  • Now Click On Edit
  • Now a Box will popup as shown below >> Click On Remove and that's it

So What's Up:- Do You Like Attribution Gadget on Your Blog? Are you Hell Bore of this Gadget?How Was the Trick?Share your ideas with us,and feel free to ask any Question,we are here to answer you.Stay Blessed,Happy Blogging.


2013, By: Seo Master

seo How To SEO Optimize Blog Titles For Higher Search Results 2013

Seo Master present to you:
SEO-Results
image Source
This is what we called Blogger Title Swapping.If you are interested in getting a flood of traffic to your blog,and want to Optimize Blog Titles for Higher Search Results,then you are at the right place.We will show you How To SEO Optimize Your Blog Titles for Higher Search Results.You may have observed that whenever you visit a blog,in browsers title bar you will notice the Blog name(for example ThatsBlogging) and after that you will see the post Title.It will look like the below picture.
But after Swapping it will look like the below picture.

You will think that what is its Bonus Point?The benefit of Applying this trick is that your Blog Title will appear clearly in Google Search results.And according to my experience visitors search for the specific Post not for Blog Title or anything else.So by applying this trick visitors will easily navigate your Blog articles and contents.


How To SEO Optimize Blog Titles For Higher Search Results

  • Go To Blogger Dashboard.
  • Then Click on Template
  • Now Click On Edit HTML
  • Proceed it >> and Click on expand widgets template ( i.e Check the Small Box)
  • Now Search for the Below Code 
<title><data:blog.pageTitle/></title>
It will look like the below picture
  • Now Replace the above Code with the below Script
<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> |<data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if>
After replacing it will look like the below picture 


  • Now Check for Preview,if it works that's it you are done.
So What's Up:- Applying this trick will surely help you to boost blog traffic,your blog will be at the top of Google Search Results.Now time to apply this trick,so just Open your Blogger Account and do it :)


2013, By: Seo Master

seo Add AdSense Ads To Blogger Header 2013

Seo Master present to you:
Add AdSense Ads To Blogger Header

You want to Earn more money?You want to increase your AdSense revenue?If yes then you are at the right place.Here we have found an awesome way via which you can add your Google Adsense Ads To Blogger Header.Previously we have shared an article about "How To Add Adsense inside Blogger Posts".But here we have a new way which will help you to boost your AdSense Earning.This trick can be done by adjusting/modifying header of the template to give you the option of adding 2 or more widgets in the header zone.

How To Add AdSense Ads To Blogger Header 

Adding Adsense in Blogger Header Above Title is very easy,you just have to edit your blog template and after that you have to change the header widgets option i.e how many widgets you want to display on Header Area.
  • Go To Blogger.com >> Click On Template >> Edit HTML and Proceed it
  • Now Search for the below Code/Script(by Pressing CTRL+F)
<div class='region-inner header-inner'>
  • If you haven't found the above try finding the below Script
<div id='header-wrapper'>
  • Now when you found any one of the above Codes,immediately below you will find the below Script/Code
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  • Replace the above Code with the below Code/Script or just change the green values
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
  • Now take a preview and hit save template,that's it.

How To Add Adsense ad unit Above The Blogger Header

  • Go To Blogger Dashboard
  • Click On Layout
  • And Now You will see an option of adding new widget in the header as shown
  • Now Just add AdSense ad from the Box,and wait for 5 minutes,Adsense Ads will dance on the blog header.
So What's Up:- Adding Google Adsense To Blogger Header is a new way to boost AdSense Revenue.You can place any type of ad unit (that's your choice).I Hope you will must like this trick.If you have any question,feel free to ask.Stay Blessed,Happy Blogging.



2013, By: Seo Master

seo Beautiful Recent Comments Widget For Blogger 2013

Seo Master present to you:
Beautiful Recent Comments Widget For Blogger

Beautiful Recent Comments Widget : We have found a new beautiful Comments widget which will help update you about new recent comments on your Blog/Website Contents/articles.This widget is very simple and clean Blogger Widget,it will not effect your blog loading speed.This recent comments widget will be at the blog sidebar.This widget will surely show the last comments along with the title of the post.So if you are interested in adding this widget follow the below easy steps.

Live Demo of Recent Comments Widget

How to add Beautiful Recent Comments Widget To Blogger

Adding recent comment widget will help you to encourage your visitors to leave comments on your blog contents.Adding this Widget is very easy,you just have to copy a snippet of JavaScript and add into the layout section.
  • Go to Blogger.com
  • Sign in there and visit Blogger Dashboard.
  • Now Click On Layout and the click on add a widget/gadget ( as shown below in the picture).
recent-comments-widget
  • Now When you click on Add a Gadget a box will popup Select HTML/JavaScript from that Box(as Shown)
Html/JavaScript
  • Now Copy the below Code/Script and replace "Blog-Link" With your Own Blog URL and paste it into HTML/JavaScript Box.
<script style=text/javascript src="http://helplogger.googlecode.com/svn/trunk/recent comments widget.js"></script><script style=text/javascript >var a_rc=5;var m_rc=false;var n_rc=true;var o_rc=100;</script><script src=Blog-Link/feeds/comments/default?alt=json-in-script&callback=showrecentcomments ></script><span id=rcw-cr><a href=http://www.matrixar.com>Recent Comments Widget</a></span><style type=text/css> .rcw-comments a {text-transform: capitalize;} .rcw-comments {border-bottom: 1px dotted; padding-top: 7px!important; padding-bottom: 7px!important;} #rcw-cr {font-family: Arial,Tahoma;font-size:9px;padding-top:7px;display:block;} </style>
Script Credit Goes to HelpLogger 
  • Now Just hit save and that's it :)
So What's Up:- Recent Comments Widget is a beautiful Blogger widget,actually it will show the latest comments on your blog articles.This widget is very clean and simple,i hope you will love it,If you have any question,so just ask it we are here to answer you :),stay blessed,Happy Blogging .
2013, By: Seo Master

seo Wikipedia Search Box Widget For Blogger 2013

Seo Master present to you:
wikipedia-logo
image Source
I just get bore of search boxes,you may have seen many search boxes,but recently Blogger has introduce a Beautiful Wikipedia Search Box for Blogs.Actually this Search Box will help the visitors to easily search any related contents or any idea in his/her mind.This search box is actually the Wikipedia Search Box,and as we all know that Wikipedia is an ocean of  Knowledge,so One can get alot of knowledge.This search box will help your blog visitors to easily search Wikipedia articles without leaving your blog/website.I will suggest this widget for informative blogs or blog related to knowledge etc .However you can add this widget any where in the blog.


How To Add Wikipedia Search Box Widget To Blogger

Adding Wikipedia Search Box is very easy,you have to add a widget from Blog Layout Section and that's it so let's see how to do this.

  • Sign in to your blogger account
  • Now Click On layout
  • Now Click On Add a Gadget/Widget
  • A Box will pop up
  • Now take a look at the right most side
  • Click On more Gadgets Option
  • Now You will see many widgets but the Wikipedia Search Box will be at the top ( As Shown below)
wikipedia-search-box-for-Blogger
  • Now Just Click on the + Sign and that's it,your widget has successfully added.
  • Now Take a look on your blog you will see Wikipedia search Box.
  • Now If you type something for search it will seems as below picture

So What's Up:- Did you Like this Widget?How is its Look on Blog?It will help you visitors to Search Easily?Share your beautiful ideas with us :) Stay Blessed , Happy Blogging.




2013, By: Seo Master

seo Display Profile Picture in Google Search Results 2013

Seo Master present to you:
Display Profile Picture in Google Search Results

Google can now easily display your Profile Picture and Name in Search results next to your Blog Contents.Actually This Picture and name comes from your Google+ Account.This Picture represent  true Authorship of Your Contents on Search Results.According to my experience Profile Picture in Google Search Result is naturally attracted to visitors,so a flood of traffic will start to your blog.Now Let's learn how To implement this in Blogger.



How To Display Profile Picture in Google Search Results

Now If you are interested to show your Profile Picture in Google Search Result,here is some steps,follow these and easily get your Profile Picture in Google Search Results.Actually all you need is the below 3 things.
  • A Blog or Website
  • A Google+ Account
  • And an About me page in your Blog.
If You already have did the above 3 steps then follow the below easy steps.
  • Add the below script/Code on your blog any where i.e at sidebar or footer .
  • <a href="https://profiles.google.com/HerePasteYourG+ID"rel="author">My Profile</a>
  • Don,t change the script just change HerePasteYourG+ID with your own Google+ ID.You can get your Google+ Profile ID by visiting your Profile as shown below in the picture.

  • Now next step is go to your About me page and add the below link any where in about me page.
<a href="https://plus.google.com/YourG+ ID"
  rel="me" target="_blank">G+ Profile</a>
  • Replace YourG+ ID with your G+ ID , however you can also change G+ Profile to any text you want. 
  • Now You have to link your Website/Blog to Contributor Section.
  • Visit Your Google+ Account>>Edit Profile>>Add your website/blog link to the "Contributor to" List as shown below.
Display Profile Picture in Google Search Results

  • Not the last and most important thing is uploading a Profile Picture to Google+ Account,Actually this Profile picture will comes in any search results.So upload an awesome Photo,Remember if your Picture is 160px by 160px ir will look great.And now just save your Profile.That's it.
  • Now Time for Checking.Either its working or nope? So for Checking visit the Google Rich Snippet Tool and enter your blog/website URL and hit preview .Now if its working perfect it will show the result as shown below in the Picture.
  • That's it,if its not working with you read the below Tips.

Some Extra Tips

If You did the Above Steps correctly and Google is still not Showing Your Profile Picture in the Search Results,so try the below steps.
  • Complete your Author Page i.e About me with all required data and a picture(the Picture should be Google+ Account Profile Picture).
  • Make sure that you have added correct name similar to your Google+ Account.
  • The main step is your Google+ Profile should be complete.
  • And one another thing i personally observed that you must add some circles.
So What's Up:- Displaying Picture in Google Search result makes me more professional and visitors will be surely attracted by your Profile Picture if it is Awesome :D and if you have uploaded Ghost Picture then :D , stay blessed , Happy Blogging .
2013, By: Seo Master

seo How To Create Facebook Timeline Cover Photos 2013

Seo Master present to you:
thatsblogging
Facebook is young,and is offering alot of entertainment to users.Facebook was started in 2004,founded by Mark Zuckerberg. The decade of Facebook will complete in 2014,and its popularity in these years can,t be express in words.Facebook has billions of active users.According to new research Facebook is  at 2nd in the race of active users and earner.Due to this popularity now-a-days a person is considered illiterate if he haven't a Facebook Account.Moreover Facebook Provides some extraordinary activities such as Playing Games,making pages,making groups etc,but now-a-days Facebook has just introduced timeline Feature which help the user to update his timeline Photo on Facebook.This timeline Photo makes the Facebook Profile beautiful and attractive.Most of friends do it for impressing their girlfriends or to show off to their friends.So here in this regard we have found a new way to Create your own Facebook Timeline Photos.In this method you can create/edit and modify any picture for your Facebook Timeline.

How To Create Facebook Timeline Cover Photos

There are some websites which are very much famous for creating beautiful and attractive Facebook Timeline Photos. TrickedOutTimeLine is one of these websites which helps the users to create beautiful and stylish Facebook Timeline Cover Photos easily. TrickedOutTimeLine gifts you with four type of effects such as  merged Photos,Jigsaw piece,torn paper effect and Picture Zooming Effect.So Let's see how to use these effects.
create-time-line-cover-photos
  • First of all Visit TrickedOutTimeLine Website
  • Now Scroll Down,you will see four options.
  • Select any Effect You want to apply to your Photo.
  • Now another Box will popup,there click on upload photo (you can upload photo from your PC or You can also share from your Facebook Albums).
  • Now Edit and crop Picture as you wish.
  • You can easily preview your image by clicking preview option.
  • And Now Just Click On Done that's it :)
  • Note:- TrickedOutTimeLine Never Save Your Personal Photos.

How To Add Cover Photo To Facebook Timeline?

  • Go To Facebook.com
  • Sign in There with your E-mail and password.
  • Now Click On Profile
  • Now You will see your Profile,There move your mouse to the timeline and you will surely see an option of Change Cover Photo as Show Below.
adding cover photo
  • Now Select "Upload Photo" another box will pop,Now Select Your Photo and That's it :)
What's Up:- Creating Facebook Timeline Cover Photo is extremely easy,this timeline cover photo makes the profile more stylish.So be stylish and have fun,stay blessed Happy Blogging  :)

2013, By: Seo Master

seo Add Facebook Send Button To Blogger 2013 2013

Seo Master present to you:

Add Facebook Send Button To Blogger 2013

Whenever Bloggers post an article they want to spread that article like fire in the forest,the question is why the Do this?Because the more you get the views of the article the more popular your blog will be?And if you have a relationship with AdSense then it will help you to LOW the Page CTR.However due to high page-views your blog Alexa and Search result increases.On this purpose i am going to share Facebook Send button which will surely help your blog visitors to easily share any article of your Blog To Facebook.

Live Demo For Facebook Send Button

Check The Send Button Below The Live Streaming.

How To Add Facebook Send Button To Blogger

Installing Facebook Send Button is very easy,you just need to copy the below script and paste it before the below mentioned tag.
  • Sign in to your Blogger Account
  • Visit the Dashboard
  • Now Click On Template(Shown below)
  • Edit HTML
  • Now Proceed it
  • Check the Small Box "Expand Widget Templates"
  • Now Search For This Code <data:post.body/> by pressing CTRL+F.
  • Now Copy the below Script .
<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/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-send" expr:data-href="data:blog.url"></div>
Now You have two Choices i.e where you want to add Facebook Send Button ? Either Above The Post or below the Post.

Adding Facebook Send Button Above The Blogger Post

For Adding the Send button above the Blogger Post Copy the above Script and paste it above <data:post.body/>.And hit save Template,that's it :)

Adding Facebook Send Button Below The Blogger Post

Now For Adding the Send Button Below the Blogger Post Copy the Above Code and paste it after <data:post.body/> , and hit save template that's it :)
Note:- Before Pasting Code into Template must take backup of your template(if you can,t take backup of Template Read This Article) .In Magazine Blogger Templates <data:post.body/> is present 2 or 3 times so paste the above code 2 and 3 times.

Conclusion

So What's Up? This was all about adding facebook send button to Blogger , if you have any funny question ask freely , we are here to answer you :)
2013, By: Seo Master

seo How To Add Facebook Like Box To Blogger 2013 2013

Seo Master present to you:


Adding Facebook Like Box to Blogger is a new trend of bloggers,which helps them in getting a huge amount of traffic from the popular social network called Facebook.Facebook provides the "page feature" for users which is the main source to develop a healthy relationship with blog readers.Facebook Page also helps to give updates to the regular visitors and lovers of your Blog.However in this regard blogger comes with a Like Box , through which you can get Facebook Page likes.This Like Box is little bit different from other Like Boxes.We have already posted a Popup Facebook Like Box,but this one box is static and new one hope you will like it , its installation is also very easy.


LIVE DEMO OF FACEBOOK LIKE BOX


How To Add Facebook Like Box To Blogger

Installing this Like Box is very simple , you have to add a simple script into HTML/JavaScript Box.
  • Go To Blogger Dashboard.
  • Now Click On Layout.
  • After that Click On Add a Gadget.
  • A Box will popup Select HTML/JavaScript.
  • Now Copy the Below Script and paste it in HTML/JavaScript Box.
<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/Thatsblogging&amp;width=300&amp;height=248&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false&amp;" style="border:none; overflow:hidden; width:300px; height:248px;" ></iframe>

  • Now just hit Save and that's it !

Changing in the Script/Code 

Before pasting the script into the HTML/JavaScript box replace the username of Facebook page to your Own Facebook page User name i.e"ThatsBlogging".Another thing if you want to change the width or height of the Like Box,it can be done easily,just change the values of width and height as indicated with red i.e 300 and 248.Now Copy and paste it in the HTML/JavaScript Box , stay Blessed ,HAPPY Blogging.

Don,t be a lazy bum,if you have any question just type in the comment box and also post it :) We are here to help you.
2013, By: Seo Master

seo Add Adsense Above/Below The Blogger Posts 2013

Seo Master present to you:
Adding Adsense inside Blogger posts will surely help you to increase the revenue,however every coin has two sides,you must take care of the page CTR.Because this trick will help you to get more clicks on your Ads as compared to ordinary clicks.This is really useful for those bloggers who has high page views but less clicks,so be happy now you can earn alot,let's see how to add Adsense Between the Blogger posts.


How To Add Adsense Between The Blogger Posts


  • The First Step is that you have to login to your Adsense Account >> Create new ad unit .
  • Then Copy the Adsense Code from there and Parse it via Adsense Code Converter Tool.
  • Now Add the parsed Code in the below Script/Code
<b:if cond='data:blog.pageType == "item"'>
Paste the Parse Adsense Code here
</b:if>
  • Now Copy the Above Script and Go To Blogger Dashboard.
  • Click On Template As Shown Below
  • Now Click on edit HTML and Proceed that.
  • Check the small Box "Expand Widget Template".
  • In this Step Search for this Code <data:post.body/> .
  • Note :- In Magazine Blogger Template you may found the Above Code two or three times , so do the below step for All.
  • Now If you want to Show your Adsense Ads Above the Post So Paste the Above Code up this Code <data:post.body/> .
  • And If You want to Show Adsense Ads below the Blogger Post so Copy the Above Script and paste it below <data:posts.body/> .
  • Now save template and that's it !
If You want to Add Adsense Ads on right Side of the Blogger Post the Follow the below Steps

Adsense Ads at Right Side

  • Copy the below Script (must add the parsed Code in the Script)
<b:if cond='data:blog.pageType == "item"'> <div style="float:Right;">Paste the Parsed Adsense Code here </div></b:if>
  • Go To Blogger Dashboard 
    • Click On Template As Shown Below
    • Now Click on edit HTML and Proceed that.
    • Check the small Box "Expand Widget Template".
    • In this Step Search for this Code <data:post.body/> .
    • Note :- In Magazine Blogger Template you may found the Above Code two or three times , so do the below step for All.
    • Now If you want to Show your Adsense Ads Above the Post So Paste the Above Code up this Code <data:post.body/> .
    • And If You want to Show Adsense Ads below the Blogger Post so Copy the Above Script and paste it below <data:posts.body/> .
    • Now save template and that's it !
And If You want to Show the Adsense Ads at Left side of the Blogger Post , do the following easy steps.

Adsense At Left Side of Blogger Posts

  • Copy the below Script .
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left;">
Paste the Parsed Adsense Code here
</div>
</b:if>

  • Now Go To Blogger Dashboard >> Click On Template >> Edit HTML >> Proceed it >> Check the Small Box "Expand Widget Template".
  • In this Step Search for this Code <data:post.body/> .
  • Note :- In Magazine Blogger Template you may found the Above Code two or three times , so do the below step for All.
  • Now If you want to Show your Adsense Ads Above the Post So Paste the Above Code up this Code <data:post.body/> .
  • And If You want to Show Adsense Ads below the Blogger Post so Copy the Above Script and paste it below <data:posts.body/> .
  • Now save template and that's it !
If you have any question regarding this article must ask , we are here to answer you !

2013, By: Seo Master
Powered by Blogger.