Add Google Translate Button In Blogger

 In this world a huge number of peoples
 and they are different from us i mean there
 culture, caste, society and the main is
 language. Here is approximately thousands
 of languages in our world and if we talk
 about our Blogging field here is also many
 people who cam to your site is from another
 country and region and they don�t know the
 specific language that we use to write our
 blog posts well as we know we also almost use English language that also known in many countries but in some country people don�t know this language so its difficult to show our knowledge to them, But Google always help Bloggers and this time also they introduce its translate button feature which help your readers to read what you exactly want to tell your readers so its a simple procedure lets have a look.

How To Add Google Translate Button In Blogger ?

   First of all go to Google Website Translator Page  now click on �Add New Website� button on the upper right side as shown below

Now in Website URL box enter your website URL and select your website language and click next as show below

Now in translation language click all languages and in second option set its mode what you want and click on get code

Now you can see two types of code the first is to verify your site and second is to show button where you want in your blog

Copy first code and Go to Blogger > Edit HTML and search for </head> tag using ctrl + f and just above it paste the first code and click on save template button.

Now copy the second code and Go to Blogger > Layout > Add a HTML / JavaScript  and paste the second code and click on save button and adjust it where you want to show this button.
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

New Awesome �Facebook Recommendation Bar� To Increase Page Views For Blogspot

Facebook introduced their new awesome social plugin called “Facebook Recommendation Bar” which allows users to like content, get recommendations and share what they are reading with their friends. It is a great way to increase your site page views as this plugin will display

your most useful and popular articles on the bottom right corner of your site. This plugin also has a �Like/Recommendation button� which lets users share your posts with one click. This widget is more helpful to drive traffic from Facebook with instant likes. This is how the �FacebookRecommendation Bar� will look like on your site

Read Also :
v  Add Facebook Like Button To Blogger Posts 
v  Add Facebook Like Button To Blogger Posts


How to add Facebook Recommendation Bar to Blogger?

Adding this widget to your site is really a piece of cake. 
Just follow the steps bellow
1.     First you need to create an app to get an id. So go to http://www.facebook.com/developers/createapp.php and pick a name that suits your website/blog for the Application Name.

2.     Select �Agree� for Facebook�s Terms, and then hit the �Create App button�.

3.     Select the �Web Site� tab on the left and configure the app:
        Enter your Site URL in the format: http://MyTricksTime.com/ (make sure you include a trailing slash).
        Enter your Site Domain as: MyTricksTime.com (drop the http://, www., and the trailing slash.
        Hit the �Save Changes� button.


4.     Now copy your App ID (located at the top). Eg: App ID: 4534xxxx34567
Keep your App ID on a side for future use.

5.     Now go to Blogger > Layout > Edit HTML and search the following code pressing Ctrl f key to make the search easy
<body>or
<body expr:class=�&quot;loading&quot; + data:blog.mobileClass�>

6.     Just below that code, we need to add the JavaScript SDK code which is this:
<div id=’fb-root’/>
<script>
window.fbAsyncInit = function() {
FB.init({appId: &#39;
App_ID&#39;, status: true, cookie: true, xfbml: true, oauth: true});   };
(function() {
var e = document.createElement(&#39;script&#39;);
e.type = &#39;text/javascript&#39;;
e.src = document.location.protocol +
&#39;//connect.facebook.net/en_US/all.js&#39;;
e.async = true;
document.getElementById(&#39;fb-root&#39;).appendChild(e);
}());
</script>
Now replace the *APP_ID* of the above code with the ID of the App you created in the first steps of this tutorial.
Before to save changes, we need to add a special META tag in the head section to make it work in Blogger. So look for the code <head> and just below that, paste the meta code:


<meta property=”og:type” content=”article”/>
7.     Now you can save the changes of your template.
8.     To finish, we need to place the plugin code wherever you want it to appear on your page. Search for </body> tag and just above it, paste any of the following (just one):
<fb:recommendations-bar action=’recommend’ />
<fb:recommendations-bar action=’like’ />

If you choose the first line, it will display the �Recommend button�, but if you choose the second one, then it will display the �Like button�.
And that�s all. If you followed all the steps above, you will have the widget installed on your site successfully.
*Important:*
By default the plugin will appear on the bottom right corner of your page, if you want it on the left, then use any of the following codes instead of the previous one:


<fb:recommendations-bar action=’recommend’ side=”left”/>
<fb:recommendations-bar action=’like’ side=”left”/>

You can customise more options on the Facebook Social Plugin
Page: https://developers.facebook.com/docs/reference/plugins/recommendationsbar/


Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How To Add Facebook Like Button Below Blogger Blog Post Title

Let your visitors like your content by adding Facebook Like Button to your post content. In this article I will teach you step by step on how to add Facebook Like Button below blogger blog post title with different button styles that suit to your content for example we have a standard, with box count, and with button count. Ok! Let�s start if you want more blogger tutorials and widgets you can visit my other blog at Trickiezone.

For the demo, you can visit Facebook Like Button page.

Instructions:

  1. Login to your Blogger account.
  2. Go to your blog Template section.Custom Robots Tags
  3. Then backup first your template.
  4. After that click Edit HTML.
  5. Find this

    <div class=�post-body entry-content� expr:id=�&quot;post-body-&quot; + data:post.id�>

    tag, how to do that? Just click the anywhere inside HTML editor and press Ctrl+F and input the tag and hit enter.

  6. Then copy the code below and paste it after

    <div class=�post-body entry-content� expr:id=�&quot;post-body-&quot; + data:post.id�>

    tag and save the template.

  7. View your blog content page and you�ll find the button below blog post title.

Standard Code:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/></b:if>

With Box Count Code:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:65px;'/></b:if>

With Button Count Code:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/>
</b:if>
In my next I will discuss how to add this Facebook Social Plugin below blogger blog post, so stay tune for more updates.Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

How To Manually Add Back To Top Button In Blogger Blog?

Back to Top is a single click navigation menu that takes you to the top of page. May be your blog be very long or the users have a scroll a long page to go to the back of your page when they are studying at the bottom. This button is most for those bloggers who write a long post. I think every blogger must use it.
The users feel easy to close the page rather than scrolling through your long pages.
SO follow these steps and  Manually Add Back To Top Button In Blogger Blog.


How To Add Back To Top In Blogger:

1. Log in to your blogger blog. Select the blog on which you wanna to add Back To TOP button. 
2. Go to Layout and Click on add a Gadget.
 


3. Select Html/JavaScript.


4. Copy the following codes and paste and save it. Make necessary replacements.


 <!–BACK TO TOP STARTS–><!–This Code is Created by e-trickszone.blogspot.com. Change as per your need. But don’t violate–!><a rel=”nofollow” style=”display:scroll;position:fixed;bottom:10px;right:5px;” href=”#” title=”Back to Top”><img src=”Image URL“/></a><!–www.MyTricksTime.com–><!–BACK TO TOP CODE ENDS–>


Note: Replace Image URL with any of the following URLS.


Image URLhttp://3.bp.blogspot.com/-c0sQQSJCfJQ/Uy6Q3TH8BoI/AAAAAAAAAZE/0g9GieLU4wY/s1600/Etricksback.jpg



Image URLhttp://3.bp.blogspot.com/-OL32wcAHVCc/Uy6Q6B62KOI/AAAAAAAAAZM/xLWQ2u91prQ/s1600/etricksss.jpg


Image URL: http://2.bp.blogspot.com/–Bf1M4351wA/Uy6Q7T7B7vI/AAAAAAAAAZU/nmJ9t0m_koU/s1600/etrickszone.jpg




Image URLhttp://2.bp.blogspot.com/-sSBjP4NOghQ/Uy6Q9osU2RI/AAAAAAAAAZc/NMzW84JdJXQ/s1600/etrickszone2.jpg





Image URLhttp://3.bp.blogspot.com/-_2uabhhe1E4/Uy6RAaqb88I/AAAAAAAAAZk/sNMNvuQbyqg/s1600/etrickszoneblog.jpg


Image URL: http://2.bp.blogspot.com/-NI0X0MGiybY/Uy6WRDHme0I/AAAAAAAAAZ8/AGbyeLgx7bY/s1600/backtotop.png

Image URL: http://4.bp.blogspot.com/-sCjK2gkQZmA/Uy6WFXvxlVI/AAAAAAAAAZ4/LUn7FGhHfWI/s1600/perfect.png

Image URL: http://2.bp.blogspot.com/-nmw3ZOTKf0c/Uy6YMcE3xbI/AAAAAAAAAas/7TFxJ3j-wjQ/s1600/iconbyetricks.png


Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com

Add Facebook Like Button Below Post Titles

This Facebook Like button allow users to Like your post and share it to their Facebook friends. If you want to add the Facebook Like Button below your blogger post title, then follow these steps:

Adding facebook like button below post titles

Read Also : A Simple Related Posts Widget For Blogger


1. Go To Blogger Dashboard >> Design >> Edit HTML 
2. Check the “Expand Widget Templates” Box 
3. Search (CTRL + F) for this code:

<data:post.body/>

4.  Just above it paste the code below:

<p><iframe allowTransparency=’true’ expr:src=’&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp; action=like&amp;font=arial&amp;colorscheme=light&quot;’ frameborder=’0′ scrolling=’no’ style=’border:none; overflow:hidden; width:100px; height:20px;’/></p>


5.  Save your template and you are done!

For any questions you may have, please leave a comment below
Enjoy Guys! and don’t forget to post your comments. � MyTricksTime.com