like and share button on our site

For Smarty with php

add facebook , google , tweeter,and share button

<!– AddThis Button BEGIN –>
<div>
<a tw:count=”vertical” ></a>
<a fb:like:layout=”box_count” fb:like:width=”52″ fb:like:height=”65″></a>
<a g:plusone:size=”tall”></a>
<a></a>
</div>
{literal} <script type=”text/javascript”>var addthis_config = {“data_track_clickback”:true};</script>{/literal}
{literal} <script type=”text/javascript” src=”http://s7.addthis.com/js/250/addthis_widget.js#username=bnmi”></script&gt;{/literal}
<!– AddThis Button END –>

————————————————————

 

Post Recent Blogs

 

<?php query_posts($query_string . '&showposts=10' ); ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
            
    <div class="story">
     <div class="story-content">
         <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
        <?php the_excerpt(); ?>
     </div>
    </div>               

<?php endwhile; endif; ?>