Favicon Description

Blogging and SEO Solutions From

Pages

Search This Blog

Showing posts with label TwitterPlugin. Show all posts
Showing posts with label TwitterPlugin. Show all posts

Tuesday, 31 May 2011

Add Face Book Plugins to Site

To Add 


Click on the Go and Find it easily to reach the Plugins for you



  • Facebook Comment Box -                                           Go
  • Twitter Box -                                                                Go
  • Facebook Find-Us Plugin -                                          Go
  • Facebook Like Button -                                               Go
  • Facebook Live Stream or Discussion Board -             Go
  • Facebook Login Plugin -                                             Go









Find The Easy Tricks for you and get the plugins in your Site or Blogs As you want!!!





Saturday, 28 May 2011

How to add Twitter box in my website - Blog twitter plugin



To add Twitter Box in ur BlogPost or Site

Go to Design in your Blogspot Dashboard and Edit your Html codes click on the Expand widgets templates on the top-right to edit text box,
and now Press Ctrl+f
and Find the <data:post.body/> 


Just add the code below just after above code to get twitter box under each post
or You can add the code before the abouve code to get twitter box above each post 


<div style='align:left;'>
<a class='twitter-share-button' data-count='vertical' data-lang='en' data-via='simpleblogrtips' expr:data-text='data:post.title' expr:data-url='data:post.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a>
<b:if cond='data:post.isFirstPost'>
<script src='http://platform.twitter.com/widgets.js' type='text/javascript'>
</script>
</b:if>
</div>


Change the
data-count=" "
value from Vertical to Horizontal according to your preference and your done
Must be appearing something like it does appearing on my each post