Facebook Tricks And Tips

Facebook Tricks And Tips...!!

Blog Tricks And Tips

Blog Tricks And Tips...!!

Tips And Tricks

Tips And Tricks...!!

Softwares

Softwares Free...!!

Facebook Google AdWordss

How To Work With Google Adwords

Showing posts with label Facebook. Show all posts
Showing posts with label Facebook. Show all posts

Facebook Like Bot

Facebook like Bot
Fb like Bot for sale $5
Click Here

How to get free facebook likes


First you register this site. Add Me Fast

Next add your facebook fan page this site. You can change CPC rating.
You can earn points like other facebook fan pages , twitter follows , google +, youtube , web hits and referrals.

This is a fast and easy way to get facebook likes and publish other social  networks.

Custom facebook login page theme trick for google chrome browser

You can change your facebook login page theme in Google chrome browser. This is a little old trick but i know there will be lots of new users who doesn't know about this. 


facebook login page theme trick for google chrome
As you can see you can change the login page appearance using this trick. you can use any image as the background, i know that basic blue color facebook login page looks boring. we see it each time when we try to log in. So try this, You can change your background image at anytime.


First you have to download and install this Google chrome extension calledFB Refresh
https://chrome.google.com/webstore/detail/bdlfdaajmclngiomogmleihllaejcnni

Watch this video tutorial. You can see how to use  facebook login page theme below. Share this page with your friends 




After adding this extension to Chrome refresh your facebook login page. 
Click on that little button to open the options screen for this extension. Go to Google and search for an image or get direct link to any image you found on internet. 


copy direct link to an image for facebook
Uploading images through this facebook login page theme extension take some time. so i uploaded my images to a new facebook album and got the direct link to the image like this. it is more faster than direct uploading :)


You can use your facebook photos also. just copy the direct image link from your album. Like this post and share it with your friends.

How to add facebook send button to blog


Facebook send button is very useful gadget for blog. It can share your post in facebook friends, groups and e mails. So I will teach you how to add this easily.
  • First login to your blogger dashboard and navigate to > Layout > Edit HTML and expand width Templates. 
  • Next you search this code  <div class="post-header-line-1"> and past the code below  <div class="post-header-line-1"> and save the template. 




<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send href="Your site URL" font="arial"></fb:send>

change the Your sit URL 

Now your blog have nice send button.


How To Add Facebook Comment Box To Blogger Blogs


Facebook comment box is very useful for for bloggers increase conversations. This tool help to increase our blog trafick. So i will teach you how to add this easily.
  • First you visit Facebook Developer Page enter your blog name and URL and create your application.
  • Next you copy the APP ID and save it on notepad.
  • Next you login to blogger dashboard and navigate to >Layout > Edit HTML and expand width Templates. Search this code  <data:post.body/> or <div class='post-header-line-1'/>  and paste the code below <data:post.body/> or <div class='post-header-line-1'/> and save the template.



<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <p align='left'><img alt='' class='icon-action' src='#'/></p>
  <div id='fb-root'/>
  <script>
  window.fbAsyncInit = function() {
  FB.init({appId: &#39;APPID&#39;, status: true, cookie: true,
  xfbml: true});
  };
  (function() {
  var e = document.createElement(&#39;script&#39;); e.async = true;
  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>
  <fb:comments/>
  </b:if>

  • Next you change APPID on the code with your APP ID from facebook and you can add a image for"#" and save the template.
  • Next you need to hide default blogger commenting system. So navigate to Settings > Comments and select hide and save settings.