Sunday 14 July 2013

how to implement Tweet snd linkedin button for each and every post in Your blog ??


how to implement Tweet snd linkedin share button for each and every post in Your blog ??

Some of the Steps we have to follow to complete the above task.

1.Go to Dashboard->Template
2.Click Edit HTML
3.Search <data:post.body/>
4.Paste the below code 
<!--TWITTER-->
<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <div style='text-align:left;padding:5px 5px 5px 0;'> <a class='twitter-share-button' data-count='horizontal' data-related='' data-via='technoblaze1' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share'>Tweet</a> <script src='http://platform.twitter.com/widgets.js' type='text/javascript'/> </div> </b:if>
<p>
<!--LINKEDIN-->
<script src='http://platform.linkedin.com/in.js' type='text/javascript'/> 

  <script data-counter='right' type='IN/Share'/></p>

SCREEN SHOTS:

STEP:1
STEP:2 & 3


STEP:4
STEP:5&6



No comments:

Post a Comment