Increase Blog Traffic With Facebook Socialnetworking

Increase Blog Traffic With Facebook Socialnetworking
There are several secrets related to traffic generation mechanism with social networking websites, which most of the bloggers are putting down in words, in their blogs. Today in this tutorial I will highlight all the tricks and tips to suck the juice of web traffic generation methods.

Like Google plus and Twitter, Facebook is another important online platform that many bloggers make use to obtain some traffic to their sites. There are various opinions regarding Facebook as best traffic generation web platform along with it being high rated social networking website. Some has a belief that it is a just a matter of time, to generate enough traffic from Facebook, while others truly relies on Facebook for traffic. But I believe that once an individual or a company follows the points I have mentioned below, Facebook will start working as a charm and eventually floods of traffic will come to your way.
Face book has greater possibilities for publicizing your blog at no cost and generate free traffic for your blog. In fact, it will also take time to end up with the possibilities that Facebook delivers because once u discover one possibility another will pop up. So dear readers explore all the possibilities, take ample advantage of them and hope fully this hard effort will give you great returns in terms of enormous traffics.

Here are some latest tips that will help you turn Facebook into a traffic driving monster. Give a try and see the difference.
................................................................................................................
Your Facebook Profile Speaks
................................................................................................................
Add enough blogs materials to your profile this includes adding a link in URL, professional bio, likes, activities etc. Update Basic Information, Likes and Interests, Education and Work.
................................................................................................................
Create a Facebook Group
................................................................................................................
Create a group and add as many members as possible. Not only this, write a group description requesting your members to add their friends and families to your group. By doing this you will get a chance to pass direct update to all of your member’s notification at once with out having to type again and again. 

................................................................................................................
Add yourself to Facebook groups
................................................................................................................
Same as mention above but in this you have to search for groups of your blogs niche, with large numbers of members already included. Add as many members as possible. I have added myself to 17 Groups that includes members from 15,000 to 1500,000.

................................................................................................................
Create Your Blogs Page
................................................................................................................
This is one of the most important features of Facebook. You can show the popularity of your blog by creating plenty of likes. You will also have an option to look insight once your blog achieves 30 likes. 
................................................................................................................
Create events
................................................................................................................
A feature where you can invite your friends families relatives by creating an event, try to make good use of this for your blogs promotion.

................................................................................................................
Write Notes
................................................................................................................
My research shows that writing notes does not work too well when compare with others I have mentioned but what’s wrong in giving a try.

................................................................................................................
Frequent post update Works
................................................................................................................
If you decide to remain online without Facebook updates than you are in a chance to loose audience attraction to your profile or pages. Update your work so that you remain at the top of notification area of your friends and relatives. Try to grasp enough attention to your profile page or your works by frequent posting.
................................................................................................................
You should be active and responsive
................................................................................................................
Try to be very much responsive when some one asks you anything about the niche you are highlighting give them positive feedback who knows they are your loyal readers, if not they might turn into regular visitor after that.
................................................................................................................
Make use of Facebook applications
................................................................................................................
Applications like Networked Blogs have played a vital role in bringing traffic to websites and blogs. If you are unaware about this great application than give it a try, this really works.
................................................................................................................
Make Use of Facebook ads
................................................................................................................
If you are really serious about diverting visitors to your blog, you should think of Facebook ads. I assure you will get a fruit full results.
................................................................................................................
Other Facebook Traffic Tips and Tips
................................................................................................................
Build network
Post questions
Make use of polls
Let images speak out
Proper Username or URL
But Please, Do Not Spam

This is no rocket science so it will take time to achieve the goal and once it starts doing magic you will never have to look back again in terms of blog traffic generation methods. Till then please be patience, gradually u will see a considerable increase in traffic and more growth with passing of time…


The Best Technic

Change Default Blogger Anonymous Avatar Comments

Changing Default Blogger anonymous avatar on threaded comments. After Blogger announced new feature of threaded comment, we still can costumize avatar for whose comment with 'anonymous' or 'Name/URL'. At first time Blogger using blank image http://img1.blogblog.com/img/blank.gif, so we can hack the template with background for avatar.

Now Blogger using avatar with URL  http://img1.blogblog.com/img/anon36.png, and we can't hack this image with background. But we should use jQuery script to hack this. And Let's we go... :)


change default blogger anonymous avatar

To change default Blogger anonymous avatar, follow simple steps below:

1. Go to Template -> Edit HTML

2. Find </body>
3. Add this code just before </body>

<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'your-avatar-url-here')
.ssyby('blank')
</script>
4. Save

Replace the red text with your avatar URL. Or you can select below URLs to replace the link.


1. Blogger


avatar
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEtl2vdSIhOKj6kZq2Cnxme1XlhWguiiERCwu-NhQ4iDkE2uh_oEAjenmdZTtpn3ePQxx7uplgHFuzx6gd7pZ31ebsrW3Dbh-vi5S_PD9pLSKrrcCarSlqyXQDj93qJLEesVVmNBk6EiM/s1600/blogger2.jpg

2. Anon6


avatar
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUIE9FJZM6DsINMEAVhlF8qQH6vMz5IUI2JqeoOWV4IkXvPEqlqhZt96rhQ9xYROBWGDBeCyFuPq5_0iuhSVyXtH903VGv4oSONefOX8OBMB7JutAVJ_SSi4LoC40cYjlPX-8bqzM5__Q/s1600/anon6.png

3. Anon7


avatar
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjXzPBoiD2smAlErw8dgSivXQ80F31wr3KFtyAGE114kvzx8_YMy9T8yB2OCA8cC1r1hjBxUYBhkOEqDgjWh5Ecf_aVZnCoMqCYgwAwYoWgbsBSEtSs25bz9RVMNhVORBQKBaNwRJXd-E/s1600/anon7.jpg

Or please make own avatar :)

The Best Technic

Add Floating Facebook Like Box for Blogger

Many tutorial gives you how to add floating facebook like button. Now I came up with new tutorial for adding floating like box to blogger. This is a great way which requires almost no space and it looks more attractive than that of simply keeping the like box.
Adding Jquery Plugin
1. Sign in to Blogger
2. Go to your Dashboard>Design>Edit HTML
3. Add this code above the closing </head> tag in your HTML file:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript">
</script>
Ignore thies step if you have added Jyquery plugin to your blog.
Adding Widget Code
1. Go to Design>Add a Gadget>HTML/JavaScript
2. Add This code to HTML/JavaScript Widget



<script type="text/javascript">
//<!--
$(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.floatinglikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiscGDiBQ22fekkmNSX_u5u5jdynKiWhu5XLHcKqJ_BqQ3P5CHaJ57FbHlCpZ-foN-iAzLxmkwb4eNMhOYFyDP4W3BIjMAI4zYxRgFytpwSc9maIC8Nr7u0ii0bNAaAkbTks_utrFqU9Kw/s1600/floatingfb.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 40px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.floatinglikebox div{border:none;position:relative;display:block;}
.floatinglikebox span{bottom: 10px;font: 10px tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.floatinglikebox span a{color: #808080;text-decoration:none;}
.floatinglikebox span a:hover{text-decoration:underline;}
</style><div class="floatinglikebox" style=""><div><iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsibarasok&amp;width=292&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowtransparency="true"></iframe><span><a href="http://thebest-technic.blogspot.com/2012/09/add-floating-facebook-like-box-for.html" target="_blank">+Get This!</a></span></div></div>


Replace http%3A%2F%2Fwww.facebook.com%2Fsibarasok, with your Facebook fan page URL.


The Best Technic

How to Make Pan bolic (Simple Grid Antenna)



Before making a pan bolic, we must know first what it is and what its function bolic pan.


What is a Pan bolic?

  Bolic skillet is an antenna made from basic materials Pan. Bolic pans are two versions of the Antennas grid, the difference between pan bolic with Grid Antenna only lies in the materials and cost efficiency. Grid antenna / satellite TV as we know, the price is very expensive, may be 2 or 3 million-an. While the pan bolic costs only less than 200,000. With functions similar to the antenna grid, pan bolic more efficient. Bolic skillet is a radio receiver antenna with a frequency of 2.4Ghz. And another great, Frying Pan Indonesia bolic is children's work, steady right?