Categories

Showing posts with label Exclusive Blogger Widget. Show all posts
Showing posts with label Exclusive Blogger Widget. Show all posts

Thursday, October 8, 2009

Site Meter Widgets For Blogger

Site Meter's comprehensive real time website tracking and counter tools give you instant access to vital information and data about your sites audience. With our detailed reporting you'll have a clear picture of who is visiting your site, how they found you, where they came from, what interests them and much more.



Click Here To Add Site Meter Widgets In Ur Blogger
Read More...

Visible Counter Widgets For Blogger

Read More...

Friday, October 2, 2009

Share the love, Sharing And Bookmarking Widget For Blogger

Preview



With This Blogger Widget Ur Visitors Will Be Able To Share And Bookmark Ur Posts With The Following Networks.

#Stumbleupon
#Digg
#Reddit
#Delicious
#Yahoobuzz
#Blinklist
#Technorati
#Facebook
#Twitter
#Myspace
#Mixx
#Scriptstyle
#Designfloat
#Comfeed
#Newsvine
#Linkedin
#Google
#Friendfeed

Note : Please backup your template (Download Full Template) Before making any changes.


#Step 1

Go to blogger.com and sign in to your blogger account, And go to Dashboard >> layout >> Edit html and before doing any thing,
make sure to check

then, find the following code:-

]]></b:skin>

and just before it, add the next code.

--------------------------------------------------------------------------------------



div.sexy-bookmarks{margin:20px 0 0 0; border: 0;outline: none;clear:both !important}
div.sexy-bookmarks-expand{height:29px; overflow:hidden}
.sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-love{background-image:url('http://img31.imageshack.us/img31/176/sexytrans.png') !important; background-repeat:no-repeat}
div.sexy-bookmarks-bg-love{padding:26px 0 0 10px; background-position:left -1148px !important}
div.sexy-bookmarks ul.socials{width:100% !important; margin:0 !important; padding:0 !important; float:left}
div.sexy-bookmarks ul.socials li{display:inline !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:60px !important; cursor:pointer !important; padding:0 !important}
div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after{content:none !important}
div.sexy-bookmarks ul.socials a{display:block !important; width:60px !important; height:29px !important; text-indent:-9999px !important; background-color:transparent !important}
div.sexy-bookmarks ul.socials a:hover{background-color:transparent !important}
.sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumbleupon, .sexy-stumbleupon:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoobuzz, .sexy-yahoobuzz:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-scriptstyle, .sexy-scriptstyle:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-comfeed, .sexy-comfeed:hover, .sexy-newsvine, .sexy-newsvine:hover, .sexy-linkedin, .sexy-linkedin:hover, .sexy-google, .sexy-google:hover, .sexy-friendfeed, .sexy-friendfeed:hover{background:url('http://img512.imageshack.us/img512/3131/sexysprite.png') no-repeat !important;border: 0;outline: none;}
.sexy-digg{background-position:-980px bottom !important}
.sexy-digg:hover{background-position:-980px top !important}
.sexy-reddit{background-position:-700px bottom !important}
.sexy-reddit:hover{background-position:-700px top !important}
.sexy-stumbleupon{background-position:-630px bottom !important}
.sexy-stumbleupon:hover{background-position:-630px top !important}
.sexy-delicious{background-position:-1190px bottom !important}
.sexy-delicious:hover{background-position:-1190px top !important}
.sexy-yahoobuzz{background-position:-1120px bottom !important}
.sexy-yahoobuzz:hover{background-position:-1120px top !important}
.sexy-blinklist{background-position:-1260px bottom !important}
.sexy-blinklist:hover{background-position:-1260px top !important}
.sexy-technorati{background-position:-560px bottom !important}
.sexy-technorati:hover{background-position:-560px top !important}
.sexy-myspace{background-position:-770px bottom !important}
.sexy-myspace:hover{background-position:-770px top !important}
.sexy-twitter{background-position:-490px bottom !important}
.sexy-twitter:hover{background-position:-490px top !important}
.sexy-facebook{background-position:-1330px bottom !important}
.sexy-facebook:hover{background-position:-1330px top !important}
.sexy-mixx{background-position:-840px bottom !important}
.sexy-mixx:hover{background-position:-840px top !important}
.sexy-scriptstyle{background-position:-280px bottom !important}
.sexy-scriptstyle:hover{background-position:-280px top !important}
.sexy-designfloat{background-position:-1050px bottom !important}
.sexy-designfloat:hover{background-position:-1050px top !important}
.sexy-newsvine{background-position:left bottom !important}
.sexy-newsvine:hover{background-position:left top !important}
.sexy-google{background-position:-210px bottom !important}
.sexy-google:hover{background-position:-210px top !important}
.sexy-comfeed{background-position:-420px bottom !important}
.sexy-comfeed:hover{background-position:-420px top !important}
.sexy-linkedin{background-position:-70px bottom !important}
.sexy-linkedin:hover{background-position:-70px top !important}
.sexy-friendfeed{background-position:-1750px bottom !important}
.sexy-friendfeed:hover{background-position:-1750px top !important}
.sexy-link{ margin-left:25px; float:left}
.sexy-link A{padding:10px 0; width:470px; text-align:right; border:0; outline:none}



--------------------------------------------------------------------------------------

#Step 2

Find next code:-

</head>

and before it, add the next code

--------------------------------------------------------------------------------------



<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
jQuery(document).ready(function() {
// xhtml 1.0 strict way of using target _blank
jQuery(&#39;.sexy-bookmarks a.external&#39;).attr(&quot;target&quot;, &quot;_blank&quot;);
// this block sets the auto vertical expand when there are more than
// one row of bookmarks.
var sexyBaseHeight=jQuery(&#39;.sexy-bookmarks&#39;).height();
var sexyFullHeight=jQuery(&#39;.sexy-bookmarks ul.socials&#39;).height();
if (sexyFullHeight&gt;sexyBaseHeight) {
jQuery(&#39;.sexy-bookmarks-expand&#39;).hover(
function() {
jQuery(this).animate({
height: sexyFullHeight+&#39;px&#39;
}, {duration: 400, queue: false});
},
function() {
jQuery(this).animate({
height: sexyBaseHeight+&#39;px&#39;
}, {duration: 400, queue: false});
}
);
}
// autocentering
if (jQuery(&#39;.sexy-bookmarks-center&#39;)) {
var sexyFullWidth=jQuery(&#39;.sexy-bookmarks&#39;).width();
var sexyBookmarkWidth=jQuery(&#39;.sexy-bookmarks:first ul.socials li&#39;).width();
var sexyBookmarkCount=jQuery(&#39;.sexy-bookmarks:first ul.socials li&#39;).length;
var numPerRow=Math.floor(sexyFullWidth/sexyBookmarkWidth);
var sexyRowWidth=Math.min(numPerRow, sexyBookmarkCount)*sexyBookmarkWidth;
var sexyLeftMargin=(sexyFullWidth-sexyRowWidth)/2;
jQuery(&#39;.sexy-bookmarks-center&#39;).css(&#39;margin-left&#39;, sexyLeftMargin+&#39;px&#39;);
}
});
</script>



--------------------------------------------------------------------------------------

#Step 3

This is the last step, we are about to do it.
Find this code

<data:post.body/>

if you can not find this code, please check on Expand Widget Templates and you will find it.

--------------------------------------------------------------------------------------


<div class='sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love' style='margin:20px 0 0 0 !important; padding:25px 0 0 10px !important; height:29px;/*the height of the icons (29px)*/ display:block !important; clear:both !important;'>
<ul class='socials'>
<li class='sexy-delicious'><a class='external' expr:href='&quot;http://del.icio.us/post?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on del.icio.us'>Share this on del.icio.us</a></li>
<li class='sexy-digg'><a class='external' expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Digg this!'>Digg this!</a></li>
<li class='sexy-stumbleupon'><a class='external' expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Stumble upon something good? Share it on StumbleUpon'>Stumble upon something good? Share it on StumbleUpon</a></li>
<li class='sexy-reddit'><a class='external' expr:href='&quot;http://reddit.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Reddit'>Share this on Reddit</a></li>
<li class='sexy-google'><a class='external' expr:href='&quot;http://www.google.com/bookmarks/mark?op=add&amp;bkmk=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Add this to Google Bookmarks'>Add this to Google Bookmarks</a></li>
<li class='sexy-twitter'><a class='external' expr:href='&quot;http://twitter.com/home?status=Reading: &quot; + data:blog.title + &quot; - &quot; + data:post.url + &quot; (@NAME)&quot;' rel='nofollow' title='Tweet This!'>Tweet This!</a></li>
<li class='sexy-facebook'><a class='external' expr:href='&quot;http://www.facebook.com/share.php?u=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Facebook'>Share this on Facebook</a></li>
<li class='sexy-mixx'><a class='external' expr:href='&quot;http://www.mixx.com/submit?page_url=&quot; + data:post.url' rel='nofollow' title='Share this on Mixx'>Share this on Mixx</a></li>
<li class='sexy-comfeed'><a class='external' expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' rel='nofollow' title='Subscribe'>Subscribe</a></li>
<li class='sexy-yahoobuzz'><a class='external' expr:href='&quot;http://buzz.yahoo.com/submit/?submitUrl=&quot; + data:post.url' rel='nofollow' title='Buzz up!'>Buzz up!</a></li>
<li class='sexy-linkedin'><a class='external' expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Linkedin'>Share this on Linkedin</a></li>
<li class='sexy-designfloat'><a class='external' expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Submit this to DesignFloat'>Submit this to DesignFloat</a></li>
<li class='sexy-technorati'><a class='external' expr:href='&quot;http://technorati.com/faves?add=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Technorati'>Share this on Technorati</a></li>
<li class='sexy-scriptstyle'><a class='external' expr:href='&quot;http://scriptandstyle.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Submit this to Script &amp; Style'>Submit this to Script &amp; Style</a></li>
<li class='sexy-myspace'><a class='external' expr:href='&quot;http://www.myspace.com/Modules/PostTo/Pages/?u=http&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Post this to MySpace'>Post this to MySpace</a></li>
<li class='sexy-blinklist'><a class='external' expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Blinklist'>Share this on Blinklist</a></li>
<li class='sexy-friendfeed'><a class='external' expr:href='&quot;http://friendfeed.com/?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on FriendFeed'>Share this on FriendFeed</a></li>
<li class='sexy-newsvine'><a class='external' expr:href='&quot;http://www.newsvine.com/_tools/seed&amp;save?u=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Seed this on Newsvine'>Seed this on Newsvine</a></li>
</ul>
<div style='clear:both;'/>
</div>
<div class='sexy-link'> <font size='1px'>Widget by <a href='http://www.cssreflex.com/' title='Web Design Blog, Blogger Hacks and Blogger templates'>Css Reflex </a>|<a href='http://www.tutzone.org/' title='Tutorials, Rare Downloads, Link Heaven, Tips Tricks, Hacks, Make How, Blogger Tricks And Tutorials, Internet, News, And Many More'> TutZone</a> | Brought to you by : </font><a href='http://www.allblogtools.com' target='_blank' title='Blogger templates'><font size='2'>AllBlogTools.com</font></a></div>



--------------------------------------------------------------------------------------

#Now Click SAVE TEMPLATE

Enjoy!!!!!!!!!
Read More...

Thursday, October 1, 2009

BlogCatalog Widget For Blogger

Read More...

Sunday, September 27, 2009

MyBlogLog Widget For Blogger

Preview




The MyBlogLog Recent Readers Widget by MyBlogLog.com ( now owned by Yahoo! ) is not just popular on Blogger blogs, but its a favorite amongst other bloggers too. Recently the widget has been given a cosmetic change to make it look graphically appealing. I guess it does look good. The colors of the widget are also customizable.

The widget will help you create an online community of admirers and fans of your blog. The more people join your community, the more likely you are to attract traffic to your blog.

The address of your community on MyBlogLog will be like http://mybloglog.com/buzz/community/_________ ( you can have a keyword of your choice in the blank space)

It's easy to add a blog or site to your MyBlogLog profile. First, you need to get a Yahoo! Id. Most people already have it and if you don't you can always get a free account from
  • http://www.yahoo.com


  • On your profile page, click Add Blog/Site I Author.

    You will be taken to a page on which you can add the details of your blog or website. Fill out the details and your blog will be added(the screenshot of your site will be added automatically).

    Once your site is added to your profile, the next step is to create the widget for your blog. Your blog should be listed under "My Sites and Services", It will also have a link labelled "Widget" beside your blog. Clicking the "Widget" link will take you to the page where you can customize the color of your widget

    The textbox labelled "Your Code", generates the widget code that you need to copy to your blog template(preferrably on your sidebar).Then add HTML/JavaScript into blogger

    Click Here To Add MyBlogLog Widgets In Ur Blog
    Read More...

    PageRank Widget For Blogger

    By adding Page Rank Checker Button to your site you can check the rank (check PR) of all your web site pages right on your web site.To use our Page Rank Checking tool you just need to add a small piece of HTML code to the pages where you want to check the page rank and our free tool Page Rank Checker will show the small icon that displays the current Google.com PageRank of those web pages.

    Preview



    Click Here To Add PageRank Widgets In Ur Blog
    Read More...

    Danasoft Widgets For Blogger

    The Danasoft sign is a fun widget that you can add to your blog, forum posts, or your website. You can customize the graphic with your own messages. When people see the sign, they will see all sorts of spooky information about them (it works like a one-way mirror), like their IP address, operating system (Windows, Mac), web browser type, along with your customized message at the bottom, published right on your profile, blog, or website. We also have a new city graphic that tells the person where they live, which is especially freaky.

    Preview



    Click Here To Add Danasoft Widgets In Ur Blog
    Read More...

    Easy Counter Widgets For Blogger

    Ever wonder how many people visit your website? Where they're from? What operating system they use? Put one of our free hit counters on your site and you'll have all this information at your fingertips.

    Preview



    Click Here To Add Easy Counter Widgets In Ur Blog
    Read More...

    MapLoco Widgets For Blogger

    Welcome to MapLoco Beta! The new service that lets you create a map showing where visitors to your page are coming from!

    Preview



    Click Here To Add MapLoco Widgets In Ur Blog
    Read More...

    Shoutbox Pro Widgets For Blogger

    All you have to do is sign up for a free shoutbox, then put one line of code on your website.All your visitor has to do is type in their name and message and hit the shout button. They never even leave your web page.Most people don't want to be bothered with filling out forms and giving their email addresses and such. But, if you make it easy for them to leave their comments, they'll be happy to do so.
    By not requiring a real name or email address, your visitors will tell you what they really think about your website. Which is EXACTLY what you want them to do.
    In no time at all, you'll know EXACTLY what your visitors like and don't like about your website.

    Preview



    Click Here To Add Shoutbox Pro Widgets In Ur Blog
    Read More...

    Wednesday, September 23, 2009

    Recent Posts With Thumbnails For Blogger

    Recent Posts Widget with thumbnails for blogger displays your recent posts with summaries comment numbers etc.

    Preview


    This is a official blogger gadget to add this gadget

    # Click Layout Tab
    #Then Click Add a Gadget Tab
    #Now Search For Recent Posts
    #Now Add Recent Posts Gadget In Ur Blogger

    Enjoy………………….


    Thank You
    Keep Visiting
    Read More...

    Monday, September 21, 2009

    Alexa Widgets

    Read More...

    Sunday, September 20, 2009

    Wowzio Widgets

    Read More...

    ShoutMix Widgets

    Connect with your visitors

    Add live chat capabilities to your website today. Get instant feedback and great user interaction with our shoutbox chat widget.



    Click Here To Add ShoutMix Widgets In Ur Blog
    Read More...

    eXpressDigitally Widgets

    eXpressDigitally widgets are all free and you don't need to register to get them for your blog or website. Our widgets are also extremely lightweight and won't slow your site down. If you have a website or blog then simply cut and paste the script we provide into your blog template or website HTML. eXpressDigitally widgetwill appear in the position you paste the script. eXpressDigitally's mission is to provide high performance real-time widgets for the blogging community that are free and easy to use. eXpressDigitally is founded by one Bangladeshi entrepreneur. If you'd like to contact us, please email with any questions, feedback or bug reports.




    Click Here To Add eXpressDigitally Widgets In Ur Blog
    Read More...

    Saturday, September 19, 2009

    PostRank Widgets

    Read More...

    Cbox Widgets

    Cbox – tag and chat


    Get a Cbox and add a new dimension of interactivity to your website or blog. Cbox is a unique commenting and chat widget that combines the best features of regular chat and tagging systems into one ideal solution. And the best part – Cbox Basic is completely free.
    Get your own free Cbox now!
    Some of our unique features...
    Unlike traditional chat, Cbox has perpetual message history so you know where you are when you arrive. Cbox is finely customizable to blend into your site, it's intuitive, making it fun and easy to use, and it's secure, giving you control over who can post, and blocking spam.


    The Premium Cbox is a step above
    Cbox is designed to be highly scalable, supporting hundreds of concurrent users on a single interface; its compatibility is unmatched – engineered to function on every browser, Cbox takes advantage of newer technology where it's available, without forcing users to upgrade. It's HTML – no Java, and Flash is not required. We've packaged this great featureset with additional support into our Premium service.



    Click Here To Add Cbox Widgets In Ur Blog
    Read More...

    Feedjit Widgets

    Feedjit is the world's largest provider of real-time traffic widgets. Our real-time products are used by more than 300,000 publishers and Feedjit serves more than One Billion widgets every month to more than 150 Million people.

    Feedjit is based in Seattle, Washington in the beautiful Pacific Northwest area of the United States. The company was founded in 2007 by two experienced serial entrepreneurs, Mark Maunder and Kerry Boyte. Mark and Kerry have launched and run several companies together, most notably the job search engine WorkZoo.com (sold to Jobster Inc. in 2005).

    In 2008, Feedjit received funding from a group of investors including Naval Ravikant (The founder of Epinions.com), Georges Harik (Co-developer of the targeting technology behind Google AdSense) and Aydin Senkut (Former Head of Strategic partner development and account management for Google Asia Pacific).



    Click Here To Add Feedjit Widgets In Ur Blog
    Read More...

    RevolverMaps Widgets

    The RevolverMaps Service displays all visitor locations, recent hits with city, state and country information as well as the visit count live and in realtime. This version enables you to control zoom and rotation of the globe



    Click Here To Add RevolverMaps Widgets In Ur Blog
    Read More...

    99Counters Widgets

    With your free account from 99counters you can now create customized web counters for your website, blog and social network profiles.
    Using 99counters is a powerful and effective way to get instant web statistics.



    Click Here To Add 99Counters Widgets In Ur Blog
    Read More...
     

    Tips and Tricks for Blogger Copyright © 2009 http://tips-tricks-for-blogger.blogspot.com