Friday, 21 December 2012
Thursday, 13 December 2012
Awesome Fixed Position Slide Open Egg Social Sharing Gadget For Blogger |
Awesome sharing Gadget for blog/ website. Blog visitors can share your blog to Facebook, Twitter, Google+, Email, LinkedIn, Blogger and more than hundreds of bookmark. This is the great idea for spreading your blog posts.
This tutorial will show you How to insert Slide Open Egg Social Sharing Gadget to Blog/ Website. Here is the easy way to get this Gadget
Step: 1 Blogger Template- Edit HTML - then proceed
Find </head> in search bar by using cntrl + F
Copy below code and paste above </head>
Step: 2 Find </body> in search bar by using cntrl + F
Copy below code and paste above </body>
You are done, SAVE your Template, Enjoy with your Awesome Sharing Gadget
This tutorial will show you How to insert Slide Open Egg Social Sharing Gadget to Blog/ Website. Here is the easy way to get this Gadget
Find </head> in search bar by using cntrl + F
Copy below code and paste above </head>
<!-- Start Shafee Live Gadget Code From http://shafeelive.blogspot.in --> <script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/><script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/><script type='text/javascript'>stLight.options({publisher: "9ba5cdf6-dd56-44f0-bc81-56cfef2b80d8", onhover:false}); </script><link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/><!-- End Shafee Live Gadget Code From http://shafeelive.blogspot.in --> |
Step: 2 Find </body> in search bar by using cntrl + F
Copy below code and paste above </body>
<!-- Start Shafee Live Code From http://shafeelive.blogspot.in --> <div style='position: fixed; bottom: 2%; left: 2%;'> <div class='shareEgg' id='shareThisShareEgg'/></div><script type='text/javascript'>stlib.shareEgg.createEgg('shareThisShareEgg', ['facebook','twitter','googleplus', 'linkedin','blogger','stumbleupon', 'sharethis'], {title:' <data:blog.pageTitle/>',url:'<data:blog.url/>',theme:'shareegg'});</script><a href=' http://shafeelive.blogspot.in/2012/12/awesome-fixed-position-slide-open-egg.html'>Get This Gadget</a><!-- End Shafee Live Code From http://shafeelive.blogspot.in --> |
You are done, SAVE your Template, Enjoy with your Awesome Sharing Gadget
Customization of the Gadget:
If you need to place this gadget to top, you can easily change bottom to top
If you like to align this gadget to right side, you can simply change left to right
Watch Video Tutorial
Monday, 10 December 2012
How to Activate Windows 7 / How to Check Windows 7 is Genuine |
This tutorial will show you how to Activate Windows 7 in your computer.
How to Activate Windows 7/ How to Check Windows 7 is Genuine
1. Check which operating system installed in your computer
2 .Go to Start - Run- Type "slui" Enter...
This window will prompt you Windows 7 Operating System is Activated and Genuine
Watch Video Tutorial
Thursday, 6 December 2012
Add Facebook Comment Box to Blogger/ Website |
Facebook comment box can be embedded to any blog or website. Blog visitors can comment with their facebook ID. Here is the simple way to Add Facebook Comment Box to your blog or website...
You need to follow some simple steps.
How to Add Facebook Comment Box to Blog/ Website
Step:1 Get Facebook Application ID
Go to Facebook Developers Page
Click on Continue
Enter App Domain and Site url-> Save
Step:2 Facebook Comment box code Add to Template
Note: You have to take Backup your template before doing this..
Blogger->Settings->Comments->Select Embedded
Blogger-> Design -> Edit HTML with Expand Widget
A) Find <html in search box
Copy below code and paste after <html
B) Find <body> or
<body expr:class='"loading" + data:blog.mobileClass'>
Copy below code and paste after <body>
Replace YOUR_APP_ID with your Facebook application ID which you created in facebook application
C) Find </head>
Copy below code and paste above </head>
Replace Shafee Live with your blog Name.
Replace Blog Image URL with your image logo.
Replace YOUR_APP_ID with the your Facebook Application ID
Replace http://www.facebook.com/shafeelive with your Facebook profile
link
D) Find <b:includable id='comment-form' var='post'>
Copy below code and paste after <b:includable id='comment-form' var='post'>
If you need to use dark comment box, just replace light with dark
For comment box size changing, just change the value of width='520'
For change the comment box footer, Just change tha value of width=510px
E) You are almost done. Save your template and see your blog Facebook Comment Box should be there...Enjoy..............
How to Add Facebook Comment Box to Blog/ Website
Step:1 Get Facebook Application ID
Go to Facebook Developers Page
Click on Continue
Enter App Domain and Site url-> Save
Step:2 Facebook Comment box code Add to Template
Note: You have to take Backup your template before doing this..
Blogger->Settings->Comments->Select Embedded
Blogger-> Design -> Edit HTML with Expand Widget
A) Find <html in search box
Copy below code and paste after <html
xmlns:fb='http://www.facebook.com/2008/fbml' |
B) Find <body> or
<body expr:class='"loading" + data:blog.mobileClass'>
Copy below code and paste after <body>
<div id='fb-root'/> <script> window.fbAsyncInit = function() { FB.init({ appId : 'YOUR_APP_ID', status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); }; (function() { var e = document.createElement('script'); e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script> |
Replace YOUR_APP_ID with your Facebook application ID which you created in facebook application
C) Find </head>
Copy below code and paste above </head>
<meta expr:content='data:blog.pageTitle' property='og:title'/> <meta expr:content='data:blog.url' property='og:url'/> <meta content='Shafee Live' property='og:site_name'/> <meta content='Blog Image URL' property='og:image'/> <meta content='YOUR_APP_ID' property='fb:app_id'/> <meta content='http://www.facebook.com/shafeernalil' property='fb:admins'/> <meta content='article' property='og:type'/> |
Replace Shafee Live with your blog Name.
Replace Blog Image URL with your image logo.
Replace YOUR_APP_ID with the your Facebook Application ID
Replace http://www.facebook.com/shafeelive with your Facebook profile
link
D) Find <b:includable id='comment-form' var='post'>
Copy below code and paste after <b:includable id='comment-form' var='post'>
<b:if cond='data:blog.pageType == "item"'> <div style='padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;'><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/> <div> <fb:comments colorscheme='light' expr:href='data:post.url' expr:title='data:post.title' expr:xid='data:post.id' width='520'/></div> <div style='color:#fff; background-color:#3B5998;border: solid 1px #ddd; font-size:10px; padding:3px; width:510px;'>Facebook Blogger Plugin: Bloggerized by <b><a alt='blogger templates' href='http://www.shafeelive.blogspot.com/' style='text-decoration:underline; color:#fff;' target='_blank' title='blogger templates'>Shafee Live</a></b></div></div> </b:if> |
If you need to use dark comment box, just replace light with dark
For comment box size changing, just change the value of width='520'
For change the comment box footer, Just change tha value of width=510px
E) You are almost done. Save your template and see your blog Facebook Comment Box should be there...Enjoy..............
Watch Video Tutorial
Tuesday, 4 December 2012
BSNL 3G Settings/ 2G/ 3G/ APN/ MMS/ WAP/ Manual Internet Configuration |
BSNL 3G Settings by SMS...
To get BSNL3G Settings, Send SMS <Manufacture Name>Space<Model Name> of your handset to 58355 (eg: Nokia E71 to 58355)
then you will receive BSNL NET/ BSNL LIVE/ BSNL STREM Settings Configuration. Save that Settings as Default Connection..
You can also manually Add the BSNL APN in your Mobile.
BSNL 3G Settings
BSNL MMS Settings
Once you have entered these settings, Press the option and 'SAVE' it...
To get BSNL3G Settings, Send SMS <Manufacture Name>Space<Model Name> of your handset to 58355 (eg: Nokia E71 to 58355)
then you will receive BSNL NET/ BSNL LIVE/ BSNL STREM Settings Configuration. Save that Settings as Default Connection..
Take New Access Point from the Internet Settings Menu....and type the following information....
Connection Name | BSNL NET |
Data Bearer | GPRS/ Packet Data |
Access Point Name | bsnlnet |
Authentication | Normal |
Home Page | http://www.cellone.in |
User Name | Blank |
Password | Blank |
BSNL WAP Settings
Connection Name | BSNL LIVE |
Data Bearer | GPRS/ Packet Data |
Access Point Name | bsnllive |
Authentication | Normal |
Home Page | http://bsnllive.in |
User Name | Blank |
Password | Blank |
BSNL MMS Settings
Connection Name | BSNL MMS |
Data Bearer | GPRS/ Packet Data |
Access Point Name | bsnlmms |
Authentication | Normal |
Home Page | http://bsnlmmsc.in:8514 |
User Name | Blank |
Password | Blank |
BSNL STREAM Settings
Connection Name | BSNL STREAM |
Data Bearer | GPRS/ Packet data |
Access Point Name | bsnlstream |
Authentication | Normal |
Home Page | http://bsnllive.in |
User Name | Blank |
Password | Blank |
Once you have entered these settings, Press the option and 'SAVE' it...
Still you have any problem with your 3G Settings, go to Access Point Names and Press 'Reset to Default'
Airtel 3G Services/ 3G/ 2G Settings/ APN/ WAP/ MMS/ GPRS/ Manually Internet Configuration |
Activate Airtel 3G Services
To Activate 3G Services, Send SMS '3G' to 121. you will get an option for activate
Airtel 3G Settings....
To get Airtel 3G Settings, Send SMS 'MO' to 543210
Save that Settings as Default Connection
You can also manually Add the APN in your Mobile.
Airtel 3G Settings
Deactivate Airtel 3G Services....
You can simply deactivate your Airtel 3G Services, SMS '3G' to 121. you will get an option for Deactivate
To Activate 3G Services, Send SMS '3G' to 121. you will get an option for activate
Airtel 3G Settings....
To get Airtel 3G Settings, Send SMS 'MO' to 543210
You will receive 3G Settings from Airtel for Activation
Save that Settings as Default Connection
You can also manually Add the APN in your Mobile.
Take New Access Point from the Internet Settings Menu....and type the following information....
Connection Name | Mobile Office |
Data Bearer | GPRS / Packet Data |
Access Point Name | airtelgprs.com |
Authentication | Normal |
Dial No | *99# |
User Name | Blank |
Password | Blank |
Once you have entered these settings, Press the option and 'SAVE' it...
Airtel WAP Settings
Connection Name | Airtel Wap |
Data Bearer | GPRS |
Access Point Name | airtelwap.com |
Authentication | Normal |
Dial No | *99# |
User Name | Blank |
Password | Blank |
Airtel MMS Settings
Connection Name | Airtel MMS |
Data Bearer | GPRS |
Access Point Name | airtelmms.com |
Authentication | Normal |
Dial No | *99# |
User Name | Blank |
Password | Blank |
Still you have any problem with your 3G Settings, go to Access Point Names and Press 'Reset to Default'
Deactivate Airtel 3G Services....