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

seo Social Share Widget With Counters For Blogger 2013

Seo Master present to you:

The Social networking sites growing traffic is indirectly to webmasters themselves. the more they receive traffic the more visitors we receive when people share you content with friends and colleagues. The widget today consists of Facebook, Twitter, StumbleUpon box counters along with Addthis Counter which makes it a complete package of social media sharing buttons.

 

 

social shareing widgets

 

  • Go To Blogger > Design > Edit HTML

 

  • Backup your template

 

  • Check the "Expand Widgets Templates" Box

 

  • Find (CTRL+F) <data:post.body>

 

  • Just above it paste the code below.

 

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<div align='right'><table border='0' cellpadding='2' cellspacing='0' width='150'><tbody>
    <tr>
      <td valign='top'>    <script src='http://www.stumbleupon.com/hostedbadge.php?s=5'/>
</td>

      <td valign='top'>   <div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></td>
    </tr>

    <tr>
      <td valign='top'><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </td>

      <td valign='top'>
<!-- AddThis Button BEGIN -->
<div class='addthis_toolbox addthis_default_style '>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4de39fde7c998f6e' type='text/javascript'/>
<!-- AddThis Button END -->
</td>
    </tr>
  </tbody></table></div></b:if>

If you wish to align the widget to left then replace right with left

  • Hit Save and you are done!

 

 

 

 

Leave a comment betow…………………..

 

2013, By: Seo Master

seo Get Free 1000+ Backlinks For Your Website or Blog From PingmyLink.com 2013

Seo Master present to you:

Hi friends,Do you want  create backlinks for  your website or blog, Now i share  a great solution for you. Just use the service that is provided by Pingmylink.com and generate 1132 backlinks with just one click.

 

ping my link backlinks

 

 

  • Now here you find a submission box. Just put your URL in this and click to submit.

 

  • Now don't do any thing, until finishing.

 

Note: This service submit link free of cost. If you got "OK" that means success. If You got "CHECK" that means site is added but not verified. If you got "INFO" means not added, just add manually.  

 

blacklink created for masterhacks

 

 

 

 

Are you happyyy????????????? …………………..

 

 

2013, By: Seo Master

seo How To Add Website Speed Test Tool Directly on Your Blog / Website 2013

Seo Master present to you:

 

Friends, Now i share a easy trick to add  Website speed test tool directly in to your blogger. It is working for me . If you want to learn more,follow this post.

 

Speed Test

Your domain(s): Enter each address on a new line (Maximum 10)
 
(eg. iwebtool.com)    
 

Powered by iWEBTOOL

 

 

Log on to Blogger.

 

  • Go To Dashboard and click Layout


  • Click on Add a gadget and select HTML/JavaScript

 

  • Paste the following code inside the gadget

 

<!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --> <form method="get" name="pageform" action="http://www.iwebtool.com/tool/tools/speed_test/speed_test.php" target="pageframe" onsubmit="return validate(this);"> <table border="0" style="border-collapse: collapse" width="100%"> <tr> <td height="91" valign="top"> <table class="tooltop" style="border-collapse: collapse" width="100%" height="76"> <tr> <td> <table border="0" style="border-collapse: collapse" width="100%" cellspacing="5"> <tr> <td valign="top" colspan="5"><b><font size="2">Your domain(s): </font></b><font size="1">Enter each address on a new line (Maximum 10)</font></td> </tr> <tr> <td valign="top" colspan="4"> <textarea rows="11" name="domain" style="width: 100%"></textarea></td> <td > &nbsp;</td> </tr> <tr> <td > <input type="submit" value="Check!" style="float: left"></td> <td > <font size="1">(eg. iwebtool.com)</font></td> <td > &nbsp;</td> <td colspan="2">&nbsp;</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td > <iframe name="pageframe" width="100%" height="251" class="toolbot" frameborder="0"> </iframe></td> </tr> <tr> <td height="39"> &nbsp;</td> </tr> </table> </form> <script language="JavaScript"> function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; } </script> <p><a href="http://www.iwebtool.com/" target="_blank"><font size=1>Powered by iWEBTOOL</font></a></p> <!-- iWEBTOOL - www.iwebtool.com - Website Speed Test -->

        

 

  • Now Save It.

 

 

 

You're done..

2013, By: Seo Master

seo Page Load Timer Script For Blogger 2013

Seo Master present to you:
Hi, This post contain a script to find your Blogger loading time. This is a real widget .Feel it now.


web page load timer code



  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.

<!-- page load timer -->

<script type='text/javascript'>

var d = new Date();

var starttime = d.getTime(); //Get the start time

</script>






  • Now find (CTRL+F) </body> tag  in the template.

  • Paste the below  code before </body> tag and save the template.


<!-- page load timer start -->

<script type='text/javascript'>

var d2 = new Date();

var endtime = d2.getTime(); //Get the end time

//Find the difference between the start and end times

var totaltime = (endtime - starttime)/1000;

//Round 2 decimal places

var result = Math.round(totaltime*100)/100;

//Output results to a &quot;P&quot; element

document.getElementById(&quot;loadtime&quot;).innerHTML = &quot;Page loaded in: &quot;+ result +&quot; seconds&quot;;

</script>

<!-- page load timer end -->


  • Save template. 

  • After that go to Layout.

  • click on “ADD A GAGDET".

  • Select HTML/Java Scripts

  • Copy and paste below code.

<!-- Widget portion -->


<p id="loadtime">Write your custom message here</p>


  • Save It and click preview.






Leave a comment…………………….








2013, By: Seo Master
Powered by Blogger.