Until then, we can add the button by ourselves.
What we have to do is
- Include the Facebook JavaScript library.
- Add the Facebook button.
To do all, it is the easiest way to create a gadget for Facebook on Blogger.
- Open your dashboard of blogger, then add a gadget of HTML/Javascript.
- Write the following code with your favorite title name for the gadget.
<div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script> <fb:like layout="standard" show_faces="false" width="450" action="like" colorscheme="light"> </fb:like>
- Save all
Then you will see your Facebook like button. If you change the attribute 'show_faces' in 'fb' tag into true, it will use more space.
And please push the button on this page! :)
0 件のコメント:
コメントを投稿