Search Results for: ai

Most Useful Search Engines for Student

Search Engines for StudentWhen comes to searching something, Google tops the list. But talking about the search engines which are meant for students for their academic requirements, there are other options as well which serve a good purpose for them. Finding such search engines which caters students can be a difficult task for people who are not aware of these places. So if you are searching for such solutions, consider this article as a boon for you. It will help you in uncovering competent search engines for your academic requirements. Let’s have a look at Most Useful Search Engines for Student:

Google Scholar

As Google dominates the world of search engine; it caters the students as well with Google Scholar. It is among the most popular tool available for college students and even teachers. It helps the students to broadly search for any kind of scholarly topics and literature. Hence you can find your subject based articles, books, theses, papers, court opinions from academic experts and scholars at this place. It is considered to be an important tool in the academic world.

Fact Monster

Another popular search engine for students and academic world is Fact Monster. It is a blend of many things like dictionary, thesaurus, almanac and encyclopedia. Therefore, you can call it as an all in one search engine for students. The result you get for your topics are always found focused to the topic and therefore getting to the point information is not big deal at Fact Monster. You can find two important sections at this place- the reference desk and home center. The former comes with an atlas carrying a time line trait, while the latter gives you sufficient resources to complete your assignments. Besides, you can find tangible stuffs for kids, like games, analogies, quizzes, spelling tests and many more such thing making it a perfect search engine for children as well.

WorldCat

Another search engine for students is WroldCat. It is considered to be world’s biggest network of library services and content. The libraries found at this place are devoted in rendering access to a number of resources on the internet, where generally people depend upon any information. It has a number of collections and services of more than 10,000 libraries all around the world. If you fail to find any book at your local libraries, better check for the same at WorldCat and most likely you can find a copy of it.

iSeek

This is another one of the best online resource or search engine aimed to serve students, teachers and professionals working in educational domain. You can find via this search engine a number of high quality contents reviewed by relevant field experts from universities, research centers, government and non commercial places and sources. If you find tailor made searches, you can use the tool of user rating system and dictionary to get specific and focused result.

Highbeam

This place is a good subscription service which allows the students and teachers to search the desired information with ease. You can find a number of online research tools and resources in a form of journals, research papers, academic articles, newspaper and magazine cutting and excerpts. In short, this place is an excellent search engine and resource center to find any subject of your interest.

The college students often have to rely on a number of resources for their academic requirements. The internet is the biggest resource in the world. With a list as discussed above regarding some top search engines meant for students, they can simply enjoy the facility to get tailor made information. In this way, you have all good reasons to excel in your academic performance.

About the author: Brianne Walter is a blogger and writer. She loves writing on technology. She recently bought a Black Pearl Earrings herself. Her article on audi a9 was appreciated a lot by her readers.

An Idiots Guide To The Best Business Strategy

We figured out that it is the right time to post on “An Idiots Guide To The Best Business Strategy” after reading through all the over-amped business strategies which are making use of Bell-curves and survey methods, the post would provide as the simple refresher on what is really matters in a business strategy, it would be very easy for an enthusiastic entrepreneur to get down in the weeds and forget the core matter.

 

Image Source

FIGURING OUT WHAT TO DO

Some of the persons would be smart enough to recognize what they want to do the best example is Steve Jobs, and some of them have stumble upon a business the best example for that is Mark Zuckerberg and finally comes the people who has to undergo some research and soul-search on what kind of business they should do the best example for that kind is a person like you, therefore it is good to start by thinking of a business in which really you are interested in and then you can survey the friends or family about how feasible you think about the business idea might be, and if they are using it what would be the coast they will be paying for it? Etc…

MAKE IT PERFECT OR JUST RELEASE

Most of the people would end up being wannabepreneurs, it means that the people would only talk and they will not do any thing about the business, it is happening because of the only reason that they might be sacred, but at the same time it happens because some of the wannabepreneurs tries to make their products or service “perfect” before the launching happens. This is a very poor strategy, the very best way to test the service is to actually release it and smoothen the wrinkles as they go! If we wait for a very long time there is a possibility that our market might change trends and then we need to rework our business model again, therefore it best to go with the flow and to just launch it!

MARKET AS MANY AS POSSIBLE

The major problem with most of the people who startup the business is that they usually cater to only a very small pool of customers. Obviously considering the population on the whole earth, the very small pool is enough to make us a millionaire. If a situation arises like after promoting a product and no one buys it, it is for sure because we still have not reached the people who could shoot the best customer pool. We should expose the products and services to potential customers, so that we could end up with the probability of ending up with best sales.

This is Guest post by SGS Mediasoft. Check out there Ten Additional Tips To Grow The Blogging Business

6 CSS3 Buttons With Hover Effects

CSS3 ButtonsToday we decided to present some cool CSS3 buttons. These are 6 types of different buttons like blue, purple, red, green, blue, orange. These CSS3 buttons are compatible with Mozilla Firefox, Chrome, Safari, Opera, IE9(As it supports CSS3 now) and all other major browsers too.

These buttons do not use any background images, therefore these are purely CSS3 buttons with include hover effects.You can add them to any where in your wordpress and blogger blogSee Also New Floating Social Media Buttons With Cool Effect.

1. Adding Css for Cool CSS3 Buttons:

Place below css in your Theme files where you other CSS is located like style.css

1. Cool White CSS3 Button with Hover Effects

.btn a {background:#B0B0B0; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.btn a:hover{background:#3C3C3C; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.btn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

2. Cool Red CSS3 Button with Hover Effects

.redbtn a {background:#F0C3C3; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.redbtn a:hover{background:#FF4242; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.redbtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

3. Cool Purple CSS3 Button with Hover Effects

.purplebtn a {background:#FFC6FC; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.purplebtn a:hover{background:#FF2BF4; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.purplebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

4. Cool Blue CSS3 Button with Hover Effects

.bluebtn a {background:#A3D1FF; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.bluebtn a:hover{background:#0037FF; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.bluebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

5. Cool Green CSS3 Button with Hover Effects

.greenbtn a {background:#B9F1C0; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.greenbtn a:hover{background:#00CF1C; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.greenbtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

6. Cool Orange CSS3 Button with Hover Effects

.orangebtn a {background:#EECB84; margin:0; padding:3px 10px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.1); box-shadow:inset 0 0 1px rgba(0,0,0,0.1); -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; display:inline-block; color:#FFF; font-size:12px; font-family:Georgia,serif; text-decoration:none; vertical-align:middle}
.orangebtn a:hover{background:#FF7700; -webkit-transition:all 1.0s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease;}
.orangebtn:active{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); -moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.6); box-shadow:inset 0 0 8px rgba(0,0,0,0.6)}

How to Add These Buttons In Post

Place below codes where you want these buttons to appear.

For White Button

<a class=”btn” href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Red Button

<a class=”redbtn”  href=”YOUR  LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Purple Button

<a class=”purplebtn”  href=”YOUR  LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Blue Button

<a class=”bluebtn”  href=”YOUR HOMEPAGE LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For Orange Button

<a class=”orangebtn”  href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

For  Green Button

<a class=”greenbtn”  href=”YOUR LINK HERE” rel=”nofollow” style=”float: left;” target=”_blank”><span style=”display: inline-block;”>Link Text</span></a>

You just need to replace YOUR LINK HERE, with your ur Link, Link and link. And you can also change text to display with your text.

That’s….. Enjoy!

Top 10 Off Page SEO Techniques

There are many bloggers in this world who just blog for fun and take this field as part time but some bloggers take blogging seriously and take there blogs to the highest level with the help of SEO. There are basically two type of SEO On Page SEO and Off Page SEO. We have already shared Top 10 Killer On Page SEO Techniques and now its time for Top 10 Off Page SEO techniques. Creating and managing a blog is only the first part of your blogging career and customizing your blog for search engines is the next and most important part. So here are few tips which may be helpful to newbie bloggers.
top 10 Off Page SEO Techniques

1. Submit your blog to Web Directories.

This is the very old method to tell the world that your blog exists but might not be as useful as it was before still if you submit your blog to highly relevant high page rank web directories than it still helpful for your blog. There is no rocket science involve in this just submit your blog and if approved your blog will be listed for life time. Some directories may require you to exchange link with them and some allow free and paid listing. Always submit your blog to category which is most relevant to your blog so that you get maximum benefit from web directories. Popular web directory examples are Yahoo Directory, Dmoz.org and Technorati.com etc.

2. Submit your blog to Article Directories.

Another great way to get free traffic, recognize your blog on internet and get back-links. Article directories are usually are of high page rank and submitting your articles means high value to your content and one way backlink from high page rank website. Don’t over do through and only submit your articles to the high quality article directories like Ezinearticles.com, Goarticles.com, Articlesbase.com etc.

3. Forum Posting.

You must join at-least 3 to 5 forum related to your blog niche in order to get benefit from forums. The main purpose of forum posting is to get free instant traffic for your website and when you got some respect in forums than you can add your blog link in your signatures. Many forums allows your blog link to be do-follow which means full link value. You can very easily find forum related to your blog niche by search the keyword with Forum like “WordPress Forum” etc.

4. Social Bookmarking.

As soon you publish new article on your blog adding your article to social bookmarking websites is going to help it spread more across the internet. Social bookmarking websites are given importance by search engines because these websites are updated daily. Submitting your articles one by one to many social bookmarking website can be very irritating and time consuming so there are websites like SocialMarker.com which allow you to create account once than submit your article on this site and SocialMaker will do the rest for you.

5. Comments.

Leaving comments of other blog related to your blog niche can be very helpful in order to get instant free traffic and back-links. Although not all blogs will allow dofollow back-links but you can find dofollow websites. Also there are many websites which have CommentLuv plugin enabled in it which allow to leave back-link of your article with full title in anchor text which is very useful for your website SEO. You can down a list of CommentLuv enabled blogs list here which is released by iTechCode

6. Social Networking.

Lots of people underestimate the power of social networking websites but let me tell you that many blog on internet are only getting traffic from social networking giants like Facebook, Twitter etc and in huge numbers too. In order to get traffic from search engines you have to work very hard and its a time consuming process where as getting traffic from social networking websites is much easier. Try to add as many bloggers as you can in your profile and participate in groups where blogger meet.

7. RSS Submission.

RSS feed directory submission websites work exactly like social bookmarking websites but here you blog feed is being shared rather than blog pages. People visit these RSS submission websites daily and when ever they found interesting stuff they will visit that site. So if they like your blog than they visit and you get the traffic you want. Also you will get free back-links and some time these websites do the magic and you will get a flood of traffic. You can find a list of RSS Submission websites here.

Link baiting is a term used when some one picks up some content from your blog and than give reference of your blog in the article. That way you get backlink but for this practice we have to respect other so that they respect us. For example if you pickup some content or image from any website and don’t give credit to the website than how can you expect this from others. So for this to work you have to write long and creative articles which really attract users so that they share it with others.

If you want to achieve success quickly in blogging than try to build .EDU and .GOV backlinks to your blog and see the magic. Search engines highly respect .GOV and .EDU websites and link back from these means that you will be on first page of Google.

10. Guest Posting.

Really popular now a days and so many bloggers are successful just this one technique. In guest posting you have to write articles for other blogs and in return you get the traffic and 2 quality one way dofollow back links. Almost all blogs have enabled this option which means endless you can submit your posts to unlimited blogs. But again key is that always submit your articles to high page rank and related blogs for higher return.

New Mashable Style Social Subscription Widget

Today we comes with New Mashable Style Social Subscription Widget.  You can add this to your wordpress or blogger/blogspot blogs. It includes Like Button, Google+, Twitter follower with a cool subscribe box. New Mashable Style Social Subscription Widget an attractive subscription form that will further increase the number of your Email subscribers. The conversion didn’t took me very long and I am pleased to present it to all of you. Kindly see a demo first:

 Live Demo

Adding New Mashable Style Social Subscription Widget

You just need to place a code to your blog widget Follow following steps to add New Mashable Style Social Subscription Widget to WordPress and Blogger.

Adding To Blogger

  1. Go to Design > Page Elements.
  2. Click Add A Gadget.
  3. In Add A Gadget window, select HTML/Javascript .
  4. Copy the code below and paste it inside the content box.
  5. Save the gadget.
  6. Drag the gadget and reposition it under Blog Posts gadget.
  7. Click Save button (top right hand corner).

Adding To WordPress

  1. Go to Dashboard > Appearance > Widgets > Available Widgets.
  2. Drag Text widget into a sidebar.
  3. Paste in the code.
  4. Save.

Note: If This widget is not working on you blogspot and wordpress blogs then download this code   and place it as a widget nstead of give below.

<style>
    /* Social Widget */
    #ABT-mashable-bar {
        border: 0;
        margin-bottom: 10px;
        margin: 0 auto;
            width:300px;
    }
    .fb-likebox {
        background: #fafafa;
        padding: 10px 10px 0 10px;
        border: 1px solid #D8E6EB;
        margin-top: -2px;
            height:80px;
    }
    .googleplus {
        background: #F5FCFE;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #D8E6EB;
        border-left: 1px solid #D8E6EB;
        border-image: initial;
        font-size: .90em;
        font-family: "Arial","Helvetica",sans-serif;
        color: #000;
        padding: 9px 11px;
        line-height: 1px;}
    .googleplus span {
        color: #000;
        font-size: 11px;
        position: absolute;
        display:inline-block;
        margin: 9px 70px;}
    .g-plusone {    float: left;}
    .twitter {
        background: #EEF9FD;
        padding: 10px;
        border: 1px solid #C7DBE2;
        border-top: 0;}
    #mashable {
        background: #EBEBEB;
        border: 1px solid #CCC;
        border-top: 1px solid white;
        padding: 2px 8px 2px 3px;
        text-align: right;
        border-image: initial;}
    #mashable .author-credit {}
    #mashable .author-credit a {
        font-size: 10px;
        font-weight: bold;
        text-shadow: 1px 1px white;
        color: #1E598E;
        text-decoration:none;}
    #email-news-subscribe .email-box{
        padding: 5px 10px;
        font-family: "Arial","Helvetica",sans-serif;
        border-top: 0;
        border-right: 1px solid #C7DBE2;
        border-left: 1px solid #C7DBE2;         background: #d3e0ed;
        border-image: initial;
       height:35px;}
    #email-news-subscribe .email-box input.email{
        background:#FFFFFF;
        border: 1px solid #dedede;
        color: #999;
        padding: 7px 10px 8px 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
        border-image: initial;
        font-family: "Arial","Helvetica",sans-serif;}
    #email-news-subscribe .email-box input.email:focus{color:#333}
    #email-news-subscribe .email-box input.subscribe{
        background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
        background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
        -pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
        font-family: "Arial","Helvetica",sans-serif;
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:white;
        text-shadow:#d08d00 1px 1px 0;
        padding:7px 14px;
        margin-left:3px;
        font-weight:bold;
        font-size:12px;
        cursor:pointer;
        border-image: initial;}
    #email-news-subscribe .email-box input.subscribe:hover{
        background: #ff9b00;
        background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
        background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda4d),to(#ff9b00));
        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
        outline:0;-moz-box-shadow:0 0 3px #999;
        -webkit-box-shadow:0 0 3px #999;
        box-shadow:0 0 3px #999
        background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
        background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
        -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
        border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border:1px solid #cc7c00;
        color:#FFFFFF;
        text-shadow:#d08d00 1px 1px 0}
    #other-social-bar {
        background-color: #D8E6EB;
        box-shadow: 0 1px 1px #FFFFFF inset;
        padding: 0px;
        font-family: "Arial","Helvetica",sans-serif;
        font-weight:bold;
        overflow: hidden;
        border: 1px solid #B6D0DA;
           height:30px;
    }
    #other-social-bar ul {list-style: none outside none; padding-left: 4px;}
    #other-social-bar .other-follow {
        float: left;
        color:#1E598E;
        overflow: hidden;
        height:20px;
        padding:7px;
        width: 270px;}
    #other-social-bar .other-follow ul {
        list-style: none outside none;
        padding-left: 4px;}
    #other-social-bar .other-follow ul li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow ul li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li {
        font-size: 12px;
        font-weight: bold;
        display:inline;
        border:0;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li a {
        font-size: 12px;
        color:#1E598E;
        font-weight: bold;
        display:inline;
        text-shadow: 1px 1px white;}
    #other-social-bar .other-follow li.my-rss {
        background: url('http://3.bp.blogspot.com/-sR72SM_Wets/TwHZG9y4hXI/AAAAAAAAFv8/0bP2R3Qkl8c/s400/rss-16x16.png') no-repeat transparent;
        line-height: 1;
        padding: 0px 3px 1px 20px;
        width: 60px;
        margin-bottom:0px;
            margin-left:5px;}

    #other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-linkedin a, #other-social-bar .other-follow li.my-gplus a{
    text-decoration:none;
    }

    #other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-linkedin a:hover, #other-social-bar .other-follow li.my-gplus a:hover{
    text-decoration:underline;
    }

    #other-social-bar .other-follow li.my-linkedin {
        background: url('http://madbaydesigns.com/shop/images/social_bookmarks/twitter.png') no-repeat transparent;
        line-height: 1;
        padding: 0px 3px 1px 20px;
        width: 60px;
        margin-bottom:0px;}
    #other-social-bar .other-follow li.my-gplus {
        background: url(http://4.bp.blogspot.com/-cC729VpBxrk/TwHZE71ZgoI/AAAAAAAAFvk/_UMyIgA8vj8/s400/gplus-16x16.png) no-repeat transparent;
        line-height: 1;
        width: 60px;
        padding: 0px 3px 1px 20px;
        margin-bottom:0px;}

    </style>

    <!--[if IE]>

    <style>
    #email-news-subscribe .email-box input.subscribe{
        background: #FFCA00;
        }
    </style>

    <![endif]-->

    <!--begin of social widget--> <div style="margin-bottom:10px;"> <div id="ABT-mashable-bar" > <!-- Begin Widget --> <div> <!-- Facebook --> <iframe src="//www.facebook.com/plugins/like.php?href=http://facebook.com/allbloggingtips&amp;send=false&amp;layout=standard&amp; width=200px&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;

    font&amp;height=100px&amp;appId=234513819928295" scrolling="no" frameborder="0" style="border:none; overflow:hidden; "></iframe> </div> <div> <!-- Google --> <span>Recommend us on Google!</span><div data-size="medium"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> </div> <div> <!-- Twitter --> <iframe title="" style="width: 300px; height: 20px;" src="http://platform.twitter.com/widgets/follow_button.html#_=1319978796351&amp;

    align=&amp;button=blue&amp;id=twitter_tweet_button_0&amp;

    lang=en&amp;link_color=&amp;screen_name=allbloggingtips&amp;show_count=&amp;

    show_screen_name=&amp;text_color=" frameborder="0" scrolling="no"></iframe> </div> 

 <div id="email-news-subscribe"> <!-- Email Subscribe --> <div>

    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
            <input type="text" style="width: 150px; font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" />
            <input type="hidden" value="tntbystc" name="uri" />
            <input type="hidden" name="loc" value="en_US" />
            <input name="commit" type="submit" value="Subscribe" />
        </form>

    </div> </div>

<div id="other-social-bar"> <!-- Other Social Bar --> <ul> <li> <a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/allbloggingtips" target="_blank">RSS Feed</a> </li> <li> <a rel="nofollow" title="linkedin" rel="author" href="AllBloggingtips" target="_blank">Twitter</a> </li> <li> <a rel="nofollow" title="Google Plus" rel="author" href="http://plus.google.com/44448117245314564536" target="_blank">Google Plus</a> </li> </ul> </div><div id="mashable" style="background: #e3e3e3;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span style="font-family: Arial, Helvetica, sans-serif;"></span></div></div>
    <!-- End Widget --> </div> <!--end of social widget-->

Make these important changes:

  • Replace AllBloggingTips with your Facebook username
  • Replace AllBloggingTips with your twitter username
  • Replace AllBloggingTips with your Feedburner title. Your Feedburner title is the word added at the end of your Feedburner link. Example: Allbloggingtips
  • Replace AllBloggingTips with your feedburner  link.
  • Replace Allbloggingtips with your Twitter profile link
  • Replace Google+Profile Link with your Google Plus profile link

5.   Hit save and you are all done!

Visit your blogs to see it working just perfectly. :)

I have set the width of the widget to 290px. If in case your sidebar is small or big, you may then have to adjust the two width values in brown highlight color. The first will set the width of the entire container and the second value will set the width of the subscription input box.

Credits:

You are most welcomed to share this widget with your readers. You will have to give credits to AllBloggingTips blog by attaching a link back to this post. You may also give credits to the author for the wordpress version of this sharing plugin.