News Update :
Home » » Add Retweet Button to blogger

Add Retweet Button to blogger

By: Unknown on Sunday 1 February 2015 | 12:13

To add the Retweet button blogger just follow these steps:
 

In fact there are 3 different style for the Retweet button:

here is the code for the button to achieve the same retweet visited your blog , it adds the right button of the message.

<div style = "float : right; padding: 4px ;">
<script type = "text / javascript">
tweetmeme_url = ' <data : post.url /> ';
tweetmeme_source = ' nom_dutilisateur_twetter ';
</ script>
<script type = "text / javascript " src = " http://tweetmeme.com/i/scripts/button.js ">

</ script>
</ div>

The code will allow you to add the boputton retweet to your blogger blog

left of your message is this :

<div style = "float : left; padding: 4px ;">
<script type = "text / javascript">
tweetmeme_url = ' <data : post.url /> ';
tweetmeme_source = ' nom_dutilisateur_tweetter ';
</ script>
<script type = "text / javascript " src = " http://tweetmeme.com/i/scripts/button.js ">

</ script>
</ div>

To get the same result as the image ci_dessous here is the necessary code :

<div style = "float : left; padding: 4px ;">
<script type = "text / javascript">
tweetmeme_style = 'compact' ;
tweetmeme_url = ' <data : post.url /> ';
tweetmeme_source = ' nom_dutilisateur_twetter ';
</ script>
<script type = "text / javascript " src = " http://tweetmeme.com/i/scripts/button.js ">

</ script>
</ div>

the code for rendering realized this is the following

<div style = "float : right; padding: 4px ;">
<script type = "text / javascript">
tweetmeme_style = 'compact' ;
tweetmeme_url = ' <data : post.url /> ';
tweetmeme_source = ' nom_dutilisateur_twetter ';
</ script>
<script type = "text / javascript " src = " http://tweetmeme.com/i/scripts/button.js ">

</ script>
</ div>

and add the button code to your blog retweet blogger - blogspot Follow
the following statement :


1- Choose the style of button you want.
2. Replace nom_dutilisateur_twetter your username twetter .
3- go to blogger presentation >> Edit HTML and chochez box

Develop widget templates

3. Look for the following line of code:
<div class = ' post -header -line- 1 ' />
And if it does not exist this second look :
<data : post.body />


And just before that line of code , place the code retweet button.
 

4. Save and view the blog to see change.

Post a Comment

 
Contact Us | Privacy policy | Term of use | Advertise with Us | Site map
Copyright © 2011. Blogging Brain . All Rights Reserved.
Design Template by Blogging Brain | | Powered by Blogger