I currently have 2 blogger blogs and want to add twitter and facebook buttons to my posts. But, I have no idea how. Does anyone know how to do this (simple instructions if possible) Thank you
You can use ShareThis plugins for blogger, try this website to get the code - http://sharethis.com/publishers/getbutton Select 'Blogger' and follow the instruction. Best of luck!
Hey there! Are you thinking to put the social networking bookmark widget just like in my blog? (Visit from my signature link). If so, then It is very easy. Find the below code in your blogger template, <data:post.body/> PHP: If you want to put that widget below post and just paste the following code before <dataost.body/> <b:if cond='data:blog.pageType == "item"'> <iframe allowTransparency='true' expr:src='"[url]http://www.facebook.com/plugins/like.php?href="[/url] + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/> </b:if> PHP: Above is for Facebook and below is for twitter, <div style='float:right;padding:4px;'> <script type='text/javascript'> tweetmeme_style = 'compact'; tweetmeme_url = '<data:post.url/>'; tweetmeme_source = 'twitteruser'; </script> <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/> </div> PHP: Please replace "twitteruser" with your twitter username. Hope it helps you
I am using blogger. I looked at your blog and yest that is what I want. Any assistance would be helpful. I tried what you wrote, but couldn't find the script that you posted.
Head to this like and follow the instruction, http://developers.facebook.com/docs/reference/plugins/like