It's basically the newer version of that awesome widget. It works the same as the Slide Open Heart Gadget but instead of the heart you'll get an egg getting slide open. The Oval shaped egg opens up once hovered and displays bookmarking buttons like Facebook share, Twitter, Google +, Blogger, LinkedIn, Stumble Upon, Email and the Share This Icon (Which Offers plenty of Bookmarking choices). The position of the widget is the same as the earlier
Friday, 28 February 2014
Sunday, 23 February 2014
Saturday, 15 February 2014
Show Random Headlines in blogger
Ever wondered to create a Sticky Floating Bar to show Random headlines on your blog? We recently developed a small plugin in wordpress which we have implemented on our third blog hosted on wordpress and also on BlogSpot blogs of our existing clients. We introduced several versions of sticky bars for blogger blogs in 2012 but this one adds an extra functionality.
Automatically Open all External Links in a New Window in Blogger!
Just today a client requested us that he wish to open all his external
links in new window or new tab when clicked and he is not willing to
manually do it for each post by adding target="_blank"
inside each hyperlink. We wrote down a simple jQuery script that will
check all hyperlinks inside your blog pages and will only add the target="_blank"
attribute to links which are external links. It wont put any effect to
internal links of the blog. The script will only detect external
hostnames and the moment it finds one, it will insert into the html a
target attribute that tells the browser to open the link in a new
window. Thus preventing your blog readers from leaving your blog and
also helps in increasing your overall pageviews and bounce rate. We
thought we shall also share the script with all of you.
Best Advice For Making Money Online in 2014
Learn About the Essential Ways to Monetize Your Website or Blog
Are you finished with making your website getting live? Well, the
next and the most foremost step necessitate you to think about monetizing your site.
In order to make money via your site, you need to incessantly upgrade
your site and elide certain changes or add-on things that help in making
your website highly productive. Nonetheless, there is plethora of ways
that you can take up to monetize your website, but be wary as some of these methods can be complex and even expensive.
How To Make Your Blog Visitors Happy And Returning?
Making a blog with user friendly design is very essential for making it successful.
But that is not the only thing a blogger should be concerned about. A
blogger who understands his visitors, I mean readers, and who satisfies
them, will always find success. But what’s happening today? Many
bloggers are unable to accomplish their pre-set goals and therefore
giving up their blogging career. Where do you think the mistake lies? Let’s find out.
Multi colored random posts Widget for Blogger EXCLUSIVE.!!!
Random Posts widget is an awesome widget for your Blogger Blog.We posted about How to add random posts widget,
Most important feature of this widget is it lets your Blog visitors to
surf more blog posts in your blog.Its let your users to spend more
time in your Blog. Surely it increases your Blog's internal links that
lets your blog higher traffic.This is the modified version of the Random
posts widget we posted earlier, one of our visitor "Yogesh Gamer" asked
me to make this widget like Multi colored Popular posts Widget. So after that I just tried and it got success. Please do check this widget and comment your suggestions...
- Sign In to Blogger Dashboard
- Go to Layout
- Click on Add Gadget and look for HTML/Javascript and select it
- Copy the below code inside it and click save.
- <style type="text/css">
.noop-random-posts ul li {
list-style-image:none;
}.noop-random-posts ul {
list-style-type: none;
margin: 0;
padding: 5px 0;
}
.noop-random-posts ul li {
border: 0 none;
margin: 5px 0;
padding: 10px;
position: relative;
}
.noop-random-posts ul li:first-child {
background: none repeat scroll 0 0 #FF4C54;
width: 97%;
}
.noop-random-posts ul li:first-child:after {
content: "1";
}
.noop-random-posts ul li:first-child + li {
background: none repeat scroll 0 0 #FF764C;
width: 87%;
}
.noop-random-posts ul li:first-child + li:after {
content: "2";
}
.noop-random-posts ul li:first-child + li + li {
background: none repeat scroll 0 0 #FFDE4C;
width: 84%;
}
.noop-random-posts ul li:first-child + li + li:after {
content: "3";
}
.noop-random-posts ul li:first-child + li + li + li {
background: none repeat scroll 0 0 #C7F25F;
width: 81%;
}
.noop-random-posts ul li:first-child + li + li + li:after {
content: "4";
}
.noop-random-posts ul li:first-child + li + li + li + li {
background: none repeat scroll 0 0 #33C9F7;
width: 78%;
}
.noop-random-posts ul li:first-child + li + li + li + li:after {
content: "5";
}
.noop-random-posts ul li:first-child + li + li + li + li + li {
background: none repeat scroll 0 0 #7EE3C7;
width: 75%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li:after {
content: "6";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li {
background: none repeat scroll 0 0 #F6993D;
width: 72%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li:after {
content: "7";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li {
background: none repeat scroll 0 0 #F59095;
width: 69%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li:after {
content: "8";
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li {
background: none repeat scroll 0 0 #C7F25F;
width: 66%;
}
.noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li:after {
content: "9";
}
.noop-random-posts ul li:first-child:after, .noop-random-posts ul li:first-child + li:after, .noop-random-posts ul li:first-child + li + li:after, .noop-random-posts ul li:first-child + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li + li:after, .noop-random-posts ul li:first-child + li + li + li + li + li + li + li + li:after {
background: none repeat scroll 0 0 #353535;
border-radius: 50% 50% 50% 50%;
color: #FFFFFF;
font-size: 25px;
height: 30px;
position: absolute;
right: -17px;
text-align: center;
top: 1px;
width: 30px;
}
.noop-random-posts ul li a {
color: #444444;
font-size: 13px;
text-decoration: none;
}
</style>
<div class="noop-random-posts"><script type="text/javascript">
var randarray = new Array();var l=0;var flag;
var numofpost=5;function nooprandomposts(json){
var total = parseInt(json.feed.openSearch$totalResults.$t,10);
for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
document.write(item);}}
}document.write('</ul>');}
</script><a href="http://netoopsblog.blogspot.com" style="font-size:0pt">Blogger Widgets</a>
<script type="text/javascript" src="/feeds/posts/default?alt=json-in-script&start-index=1&max-results=1000&callback=nooprandomposts"></script></div>
Subscribe to:
Posts (Atom)