Skip to main content

Posts

Showing posts with the label Blog Hacks

Add Floating Share Buttons To Your Blog

Hi Everyone those who looking for a great widget for social sharing of web site's & blog there is a good news. Now you can easily add floating share buttons like one in the floating in the left, very easily in 4 steps. With This widget any visitor visiting your blog post can share the port on  social networking sites like facebook, twitter, digg, stumbleupon etc .  The user sharing your site on  social networking sites or like it on FBwill drive more traffic to your website ,blog; this  is because as your popularity grows share,like on  social networks it will drive more traffic to your blog, so you should  do all you can; to link your blog website to these social networking websites. One good way of doing this is to add some nice share buttons to your blog.  Share buttons allow your readers to easily share the contents of your  blog or website with their friends on various social networking websites where  they are membe...

How to redirect a Blog to other blog or web address

What would have happened if there was absolutely no way to redirect a blog to another. I initially intended to make http://vikas.com a different blog under a sub domain but changed my mind due to certain reasons. I was worried about the traffic I was going to lose and decided to search online just to make a little research. I came up with a little trick which I'm gonna share here, who knows, someone else might searching for same. To redirect one blogspot blog to another needs no complex codes, simply copy and pasted the code below in the HEAD section of your template by folowing these steps: * Login to your blogger account and click on  Design  >  Edit HTML * Now Press CTRL = F and serch for  </head>  * Paste the following code just above this <meta HTTP-EQUIV='REFRESH' content=' 0 ; url=http:// my.new.blog.address.com '/> <meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/> Please change my-new-blog-adress to yo...