Rss Feed Like Us on facebook Google Plus

January 30, 2012

Add Facebook Comments to Your Blogger's Blog

Facebook comment box is one of the useful tool for bloggers to increase conversations. So here in this post I will teach you how to add/integrate Facebook comment box to blogger in simple steps. Before getting into the process I recommend you to back up your template and previous comments in blogger wont be visible if you use Facebook commenting system.

Hide Existing Comments - The best way to start off is by hiding the comments made from the Blogger System. To do that, go to Settings > Posts and Comments and set the Show Comments option to Hide and Save the Settings


1. Create a Facebook Application

To use Facebook comments on your website, create a new comment application for your website on the Facebook Application page. This step is required, whether you add Facebook comments manually using a third-party plugin or with the official Facebook plugin.


Simply click on the “+ Create New App” button on the Facebook Application page, and enter a unique name for your application in the “App Display Name” field. The “App Namespace” field doesn’t have to be filled in for Facebook comments (it’s used with the Facebook Open Graph Protocol).


2. You will then be provided with an “App ID/API key” and an “App secret key.” Copy the App ID.













In the App Domain Field give blogspot.com (If you are using a custom domain give that) Give your Blog Address in the Site URL field under “Website” and Save The Changes. Copy the Application ID from the screen
3. Add Application and Moderator Meta Tags

Modify the below code with the application id copied in step 2.

<meta content='YOUR_FACEBOOK_APPLICATION_ID'   property='fb:app_id'/>


e.g. - <meta content='221595294600904'   property='fb:app_id'/>

Go to Template/Design > Edit HTML and paste the above code just below

<head><meta content='221595294600904'   property='fb:app_id'/>
You should create the Facebook Application and the above fb:app_id meta tag should be added to your Blog. Otherwise you won’t be able to manage/moderate your Comments from a single Place(you will have to go to posts one my one and moderate and that too is possible only if you have added the fb:admins open graph meta tag).

4. Add FB Comments - Now you have to add the Facebook Comment Form to your Blog Template. To do that Go to Template/Design > Edit HTML and click on the “Expand Widget Templates” check-box.

Find the following code in your template(Use the keyboard shortcut Ctrl + F), and immediately below that paste the following code:

<div class='post-footer-line post-footer-line-3'>

If you can’t find this, then find

<p class='post-footer-line post-footer-line-3'>
If you cant find that as well, then find

<data:post.body/>

Paste the following code just below the line that you just found out

<b:if cond='data:blog.pageType == "item">
<div id="fb-root"></div>
<script>(function(d){
 var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
 js = d.createElement('script'); js.id = id; js.async = true;
 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
 d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<fb:comments width='450' colorscheme='light' expr:title='data:post.title'
 expr:href='data:post.url' expr:xid='data:post.id'/>
</b:if>



5.FB Namespace Declaration - Next you have to add the fb namespace to your template tag.Your template should have the specification for the fb tag that you have used. The following XML namespace declaration will take care of that. To declare the namespace, find

<html
and change it to
<html xmlns:fb="https://www.facebook.com/2008/fbml"

(there is a space after the 2008/fbml” )The following screenshot will help you out.









Save the Template. This namespace declaration is necessary for all FBML widgets using the fb tag. So if you have already added the namespace declaration while adding some other FB plugin, then you can skip this.

You are Done !!!!


Managing Your Comments

When you are logged in to your Facebook account, the Facebook comment plugin will detect that you are the admin(it will detect you if you have added the fb:app_id or fb:admins meta tags). You will be able to manage the Settings and moderate the comments from there.

 
Read More

How to integrate Facebook Comments to Your Website?

Facebook Comments is a Social Plugin and you can use it by integrating in your website but Why?
Because most people are signed into Facebook when they browse the Web, enabling Facebook comments on your website is a great way to encourage people to leave comments. It also curbs spam. While many solutions purport to reduce spam comments on WordPress, most are either ineffective or frustrate visitors by blocking legitimate comments.

Feature-rich commenting solutions such as IntenseDebate and Disqus have benefits, of course, because they allow users to comment using Facebook and a number of other services; but before visitors can comment, they have to grant access to the application, an additional step that discourages some from commenting. By comparison, integrating Facebook comments directly enables visitors to comment with no fuss. Also, this commenting system allows users to comment by signing into Facebook, Yahoo, AOL or Hotmail.

The Benefits of Adding Comments via Facebook

I won’t push too hard on whether or not you actually need this feature on your own blog. Every site has their own set of priorities and best practices. But, for the sake of argument, let’s look at the pros of adding Facebook comments to your WordPress site.

Here is a list of features:
  • *Facebook notification for likes/replies to comments
  • *Comments can be posted to the Facebook wall with one click
  • *Replies to the comment on the wall will be shown on your site as well
  • *User authentication through Facebook or services like Yahoo!, AOL & Hotmail
  • *Grammar filter (adds punctuation, trims extra whitespace, fix common grammar mistakes etc.)
  • *Less trolling, more discussion

1. Create a Facebook Application

To use Facebook comments on your website, create a new comment application for your website on the Facebook Application page. This step is required, whether you add Facebook comments manually using a third-party plugin or with the official Facebook plugin.

Simply click on the “+ Create New App” button on the Facebook Application page, and enter a unique name for your application in the “App Display Name” field. The “App Namespace” field doesn’t have to be filled in for Facebook comments (it’s used with the Facebook Open Graph Protocol).


You will then be provided with an “App ID/API key” and an “App secret key.”
You don’t need to remember these numbers because the official Facebook comments plugin automatically inserts them into the code that you need to add to your website.

2. Add the Code to Your Website

Next, go back to the Facebook Comments plugin page and get the code for your website. The box allows you to change the URL on which comments will be placed, the number of comments to be shown, the width of the box and the color scheme (light or dark).
  • *href
  • The URL for this Comments plugin. News feed stories on Facebook will link to this URL.
  • *width
  • The width of the plugin in pixels. The minimum recommended width is 400 pixels.
  • *colorscheme
  • The color scheme for the plugin (either light or dark).
  • *num_posts
  • The number of comments to show by default. The default is 10, and the minimum is 1.
  • *mobile (beta)
  • Whether to show the mobile version. The default is false.
When you click on the “Get Code” button, a box will appear with your plugin code (choose the HTML5 option, because FBML is being deprecated). Make sure to select the application that you set up earlier for your comments so that the correct application ID is added to the code.


Paste the first piece of code on your Page Head <head> "First code" </head>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=373001519382057";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

Put the second line of code where you want to show the comments.

<div class="fb-comments" data-href="http://techimpulsion.com" data-num-posts="2" data-width="470"></div>

Lets Have a Look



follow me on twitter
Subscribe me on Facebook
Read More

January 28, 2012

Now Google Plus for Teenagers

When Google launched Google+ in June, 2010, it was for adults only. Now it’s open to anyone 13 or older.  The reason Google kept teens off the service at first is not because the social network was ever about what we euphemistically call “adult content,” but because Google wanted to take extra time to get it right before opening the doors to people under 18.  

After several months of testing, Google thinks it’s reached a good balance. In rolling out the teen welcome mat, Bradley Horowitz, Google’s Product VP for Google+ said, “We want to help teens build meaningful connections online. We also want to provide features that foster safety alongside self-expression. Today we’re doing both, for everyone who’s old enough for a Google Account (13+ in most countries).”



For the most part, teens’ experience on Google+ will be just like adults, but there are some special safeguards for users under 18. Google didn’t put any major breaks on teens — it’s giving them plenty of freedom to express themselves to their friends or even to the world, but it did make some of the default settings for teens more restrictive than for adults. If teens (or adults) decide to change them, they can, but how a service sets its defaults is very important. It’s a type of recommendation — the company’s way of saying “this is how we think most people should use our service,” and — besides — most people never get around to changing defaults.


Circular logic

Everyone on Google+ is encouraged to create circles where they group their friends and other contacts. You could have a circle of just family members, another circle of schoomates and another  circle of people on your soccer team. You can have as many circles as you want and you can call the circles whatever you want to call them. People in your circles are notified, but don’t know the name of the circle(s) you’ve put them in.  And it’s asyncronous. You can be one of my circles, but you don’t have to put me in any of yours. In that case, you’d see what I post to circles you’re in but I’d only see what you post to the public, unless you added me to one of your circles.


Circles work the same for teens as they do for adults, but there are some special safeguards consisting of warnings and different default settings.


Safeguards for teens

  1. If teens post something directed to extended circles or the public, they’ll get a warning reminding them that “when you share to your extended circles, people you haven’t added to your circles will be able to view your post and may be able to comment.”
  2. All  Google+ users can control “who can notify me.” For adults, the default is “anyone,” but for teens the default is people in their circles.
  3. By default, anyone can comment on an adult’s public posts,  but for teens it’s only people in their circles.
  4. There are also some differences in the profile defaults. Your profile is where others can see a bit about who you are and who you interact with on Google+.  By default, employment and Education can be seen by anyone (Public) if you’re an adult, but for teens, the default is “just your circles.”
  5. Some profile features are set to “only me,” including home contact info, work contact info and birth-date.
  6. By default, location information isn’t attached to teens’ posts
  7. Adults’ “Relationship Status” can be seen by people in their extended circles, but only in “your circles” for teens.
  8. In the hang-out feature,  up to 10 people can have a video chat. For teens if  someone outside any of their circles joins in, the teen is temporarily pulled out of the hangout and asked if they want to continue. It’ a way of pausing the action for a second and encouraging the teen to think about whether he or she wants to remain in this hangout.

follow me on twitter
Subscribe me on Facebook
Read More

January 27, 2012

5 Things you should Know before Facebook Timeline Switch

Earlier I Posted that How to Enable your Facebook Timeline and Now Facebook Timeline is coming whether you like or not. In the next few weeks, your Facebook profile will be assimilated, giving you seven days to get your house in order before everyone can browse through your virtual history.


So before Activating Your Facebook Timeline, You must Know these 5 things that will helps you to understand Timeline more effective.

           " SEE ALSO : 10 most interesting Facebook Timeline Profile "

1. ‘Hide from Timeline’ Is Your Friend

Get ready to click “Hide from Timeline” a lot. You can find it under the “Edit or Remove” pencil icon that comes up when you hover your mouse over the top right corner of every Timeline post. Remember, it’s not just embarrassing photos that Timeline unearths — it’s every inappropriate status update you’ve ever posted and every asinine message your old college buddies have ever written on your wall at 3 a.m.

If you’ve had Facebook for a long time, you’re going to want to spend at least an hour combing through everything in your virtual past and hiding what you don’t want seen. You can also remove or hide posts through your “Activity Log,” which presents everything posted on your profile in a more compact, easy-to-digest form.

2. Smile! Your Album Covers Are Now Huge


Before, old photo albums hid in an archive — a collection of small thumbnails that only the most committed Facebook stalker would search through. Now it’s all front and center on your Timeline. That means that the photo of you drinking a giant novelty margarita in Las Vegas could now be displayed in unsettling clarity in one of Timeline’s two giant columns. If you want to keep your photo albums visible, but just want to switch the cover to something a little less embarrassing, click “Change Primary Photo” in the “Edit or Remove” menu.

3. The Internet Knows Where You Are


Photos and photo albums can now be tagged with locations, which are then displayed neatly on a map. That means if your friend geotags your album “Vacation Time,” all of a sudden instead of just photos from a cabin in the woods, everyone can tell that your August vacation took place near Lake Tahoe. Now you have to either untag yourself from every geotagged photo or have your friend manually remove the geotag from every photo you’re in. It’s a total pain. Welcome to Timeline.

4. Violation of Privacy? There’s an App for That


A lot of the apps out there for Timeline are pretty cool, but a few venture into TMI territory or, at the very least, turn your profile into a kind of corporate billboard. Think carefully before you let a third-party app have permission to automatically add activity to your Timeline. Do you really want everyone to know where and what you’re eating at all times or what products you’re buying online?

You can always manage your apps by clicking on “Account Settings” in the very top right pull-down menu on your profile. Then click “Apps,” and you’ll be presented with a list of all the apps that have access to your Timeline. Remove the ones you don’t like or, under “App activity privacy,” change who can and can’t see the content posted by that app.

Remember, you can always remove any individual embarrassing app revelations on your Timeline by clicking “Hide from Timeline.”

5. When in Doubt, ‘View As …’


On your Facebook Timeline, you should see a little gears icon on the far right. Click on it, and then select the “View As” option. This will let you view your profile as if you were a stranger or let you pick a specific person to see how he or she sees your profile. It’s a handy tool to use when trying to evaluate how well you’ve cleaned up your profile.


follow me on twitter
Subscribe me on Facebook
Read More

January 23, 2012

if Broadband is priced at Rs 200, India will be no.1 using Internet

According to a report titled ‘India: The Impact of Internet’, jointly prepared by ICRIER, DIT and IAMAI, if broadband is priced at Rs 200, internet penetration can witness exponential growth in India and India will be the no. 1 in uses of internet.Currently India is no 3 just behind the china & U.S.A. The report studies impact of internet at the micro level through 17 case studies across seven impact areas, viz. Agriculture, Health, Education/Training & Employment, Ecommerce/ BPOs, Financial Inclusion, and Community Development.

#
Country or Region
Population,
2011 Est
Internet Users
Year 2000
Internet Users
Latest Data
World
% Users
1
China 1,336,718,015 22,500,000
485,000,000
23.0 %
2
United States 313,232,044 95,354,000 245,000,000 11.6 %
3
India 1,189,172,906 5,000,000
100,000,000
4.7 %
4
Japan 126,475,664 47,080,000
99,182,000
4.7 %
5
Brazil
203,429,773
5,000,000
75,982,000
3.6 %


The report says that India stands to add US$ 17 billion in GDP annually for every 10 per cent increase in internet and broadband penetration. In comparison, a 10 per cent increase in mobile penetration can increase the GDP by 1.5 per cent. 


Further, an additional US$ 87 billion in GDP during 2012-2014 can be generated if targets are achieved as per TRAI’s NationalBroadband Plan. However, missing the targets set by the National Broadband Plan in 2004, India lost approximately US$ 100 billion in GDP in the interim. 

The report also shows that States with higher internet penetration can grow by 1.08 per cent points for every 10 per cent increase in the number of internet subscribers. Developing States of India have chances of greater growth dividend than developed States if there is higher internet penetration. For example, if Bihar had half as many as internet subscribers as that of Punjab, it would have resulted in an increased growth of 7.02 per cent in the State’s per capita income.

According to the recommendations of the report, internet penetration can witness an exponential growth if broadband has a price point of around Rs 200. The trigger point in lower price point has been reflected in massive adoption of mobile phones and cable TV. The report also recommends speedy implementation of optical fibre network to reach 250,000 Gram Panchayats in the next 3 years. It further recommends that broadband network be established in schools, government agencies including hospitals especially rural telemedicine centres.

follow me on twitter
Subscribe me on Facebook 
Read More

January 19, 2012

Show all your internet activities on Facebook Timeline with Open Graph Application

Now You can display your all web activities on your Facebook Timeline with the help of new Open Graph Application. It will trace all your activities with your permission.

Suppose you are watching a movie on Netflix then the activity will be shared with your friends like "Azziet watching Ocean's Eleven on Netflix"


"Facebook is introducing a set of brand new ‘Open Graph Applications’ from various developers that trace your activities outside Facebook and post it inside the site, only with your permission."

So if a user is watching a movie or reading a news article in the web, the activity will be shared with friends, say Azziet listened to Green Day on Spotify so that they can also join. The shared content will be posted in Timeline, a feature made available last year for creating visual record of a person’s activities over the years. All this will happen only with users opt-in to share from a site. Once they opt in, all their activities on that site will be shared.  


Facebook is planning to make the Timeline design a standard feature since Open Graph application work only with Timeline. Currently it is available as an opt-in feature. With Open graph and Timeline, a person’s whole life, in and out of Facebook can be viewed as a visual story line.



The feature which was announced at Facebook’s f8 conference last year is currently available for Spotify and Washington Post Social reader.  Facebook announced in last December that it will start approving Open Graph from other developers this January. It insisted developers in making 'actions' that are “simple, genuine and non-abusive” like “read, listen and watch.”



With lots of developers in the queue, this may be Facebook's last public guidance on the subject, before it files to go public in the first quarter of this year.   


follow me on twitter
Subscribe me on Facebook 

Read More

January 18, 2012

Google Launches Adsense Extension for Chrome

Google today released a new extension for Google Chrome that will help you quickly access your AdSense earning reports without leaving the page you are currently reading. 
 

Google AdSense Publisher Toolbar for Chrome


The extension, known as the AdSense Publisher Toolbar, offers a summary of your AdSense earnings for the current day, the previous day, the current month and the previous month. In addition to daily earnings data, it also show revenue data for top channels that you have created in your AdSense account.


There’s an interestinglifetime revenuesection in the report that shows your total AdSense earnings from the day your account was approved for AdSense.


Once you install the extension, it connects to your Google AdSense account using OAuth and then uses AdSense APIs to fetch your earnings data. You need to authorize only once and thus, if you enjoy checking your AdSense report every hour, this extension could save you plenty of time.


I have multiple Google Accounts and my AdSense account uses an email address that is different from my primary Gmail address. Earlier, I had to log out of Gmail to check my AdSense reports but with the AdSense Publisher Toolbar now available, I can get my basic earnings data without having to switch accounts.


On a different note, I have no idea why the Google team is calling this extensions the AdSense Publisher Toolbar when it only adds a button near your Chrome address bar and there are no toolbars anywhere. You click the AdSense button and your earnings report are almost instantly display in an overlay. 

And if you activate the AdSense extension while you are on your website (that is running AdSense ads), you can turn on the "site overlay" mode and it will display a quick summary of each ad unit’s earnings that are available on that page. Channel names are confusing, especially when you have tons of them, so this visual mode will come very handy.


follow me on twitter
Subscribe me on Facebook 

Read More

January 17, 2012

Wikipedia going dark to protest SOPA on Wednesday

Wikpedia will go offline Wednesday to protest the Stop Online Piracy Act (SOPA), according to Co-Founder Jimmy Wales. Wales made the announcement via a series of tweets.
“This is going to be wow,” reads one tweet. “I hope Wikipedia will melt phone systems in Washington on Wednesday. Tell everyone you know!”

Wales has been mulling the idea of a blackout on his user talk page. Wikipedia joins other major websites, such as Reddit, where a very active anti-SOPA community exists. Wales tweeted that the decision was made by community consensus among Wikipedia users:

According to another tweet by Wales, Wikipedia English receives approximately 25 million visitors every day. Wikipedia’s decision means those millions of visitors will be greeted not with the usual digital tome of knowledge, but with a screen explaining the company’s stance on the bill and information on how to take action against SOPA. The blackout will only effect the English language page.
“Student warning! Do your homework early,” joked Wales in another tweet. “Wikipedia protesting bad law on Wednesday!”

Late last week, the authors of both SOPA and the Protect IP Act (PIPA) announced they would be removing the DNS blocking provisions from both bills. The DNS acts as a kind of “phone book” for the Internet, and many in the tech community warned that interfering with DNS would have catastrophic consequences for the stability and security of the Internet.
However, many – including Wales – have responded with a whole-hearted “that’s not good enough.” An anti-SOPA Twitter, tweeted today that “closing a global business in reaction to single-issue national politics is foolish,” perhaps an indication that Twitter will not be following in the footsteps of Wikipedia and Reddit.
Meanwhile, Rupert Murdoch, CEO of News Corporation, went on a Twitter diatribe lambasting the Obama administration for failing to support SOPA.
Do you think Wikipedia made the right choice? Let us know in the comments below.
Read More

© 2011-2016 Techimpulsion All Rights Reserved.


The content is copyrighted to Tech Impulsion and may not be reproduced on other websites.