Free Wordpress Themes, Blogger Tutorials, Blogger Templates, Blogger Tips, Blogger Resources

Archive

Posts Tagged ‘add’

How To: Add a Twitter Link to Your WordPress Blog

May 13th, 2010
Comments Off

Twitter is all the rage these days and it doesn’t seem like it will be going anywhere any time soon.  With that said, it often surprises me that many WordPress blog owners  don’t offer a convenient way for their readers to retweet their content.  Anyone can grab a Twitter WordPress plugin to tweet their new content as [...]

Read More >>

How To Add Horizontal Dropdown Menu | Blogger JQuery Tips

May 13th, 2010
Comments Off

If you want to add horizontal dropdown menu in template, follow the following blogger jquery tips. Recently I have written two posts about 3D horizontal linklist and Horizontal sub navigation. Before reading this, you may visit above posts. Lets start step by step on how to add horizontal dropdown menu. 1.Login to your blogger dashboard–> [...]

Read More >>

How To Add jQuery’s hover functionality , Blogger Tips

May 13th, 2010
Comments Off

Following tutorial describes how to add hover functionality with JQuery. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . 3.Copy below code and paste it just before the </head> tag . <script type=’text/javascript’>window.onload = function() { var paras = document.getElementById('content').getElementsByTagName('p'); if(paras.length) { paras[0].className = paras[0].className + ' [...]

Read More >>

How To Add Horizontal Sub Navigation , Blogger JQuery Tips

May 13th, 2010
Comments Off

In my previous post I have shown the way to insert 3D Horizontal Navigation with JQuery. Now I am going to tell you how to add sub navigation to a blog. Just follow the instructions step by step. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . [...]

Read More >>

How To Add 3D Horizontal Link List , Blogger JQuery Tips

May 13th, 2010
Comments Off

If you want to beatify your navigation style, then you can use 3D Link List. In this tutorial, you will find a way to add 3D horizontal Link List to your blog. Just follow the instructions step by step. 1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag [...]

Read More >>

How To Add Scroll on Top Button | Blogger JQuery Tips

May 13th, 2010
Comments Off

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </head>tag . 3.Copy below code and paste it just before the </head> tag . <script src=’http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js’ type=’text/javascript’/> <script type=’text/javascript’>//<![CDATA[ $(function(){ $('a[href*=#top]‘).click(function() { if (location.pathname.replace(/^\//,”) == this.pathname.replace(/^\//,”)&& location.hostname == this.hostname) { var $target = $(this.hash); $target = $target.length && $target || [...]

Read More >>

How To Add "Contact Me" Page | Blogger JQuery Tips

May 13th, 2010
Comments Off

This post describes how to create a contact me page for Blogger/BlogSpot. Blogger.com does not give any built-in option(gadget)which supports form submission. So you should borrow code from third party sites. One question arises why should one use a contact page for blog or site? There are some logics behind this. You may look contact [...]

Read More >>

How To Add Horizontal LinkList Blogger Jquery Tips

May 13th, 2010
Comments Off

1.Log in to your dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </b:skin>tag. 3.Now copy below code and paste it just before </b:skin> tag . #nav, #nav ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;line-height:26px;}#nav a:link,#nav a:active,#nav a:visited{display:block;color:#FFF;text-decoration:none;background:#444;height:26px;line-height:26px;padding:0 6px;margin-right:1px;}#nav a:hover{background:#0066FF;color:#FFF;}#nav li{float:left;position:relative;}#nav ul {position:absolute;width:12em;top:26px;display:none;}#nav li ul a{width:12em;float:left;}#nav ul ul{width:12em;top:auto;}#nav li ul ul {margin:0 0 0 13em;}#nav li:hover ul ul,#nav li:hover [...]

Read More >>

How to add Adsense to WordPress Blog

May 13th, 2010
Comments Off

Hi Friends, Have you added Adsense to your wordpress blog? If your Ad’s placement is really good, you will get more clicks from the visitors and your earning will increase slightly. For WordPress cms, there are many very good and easy ways to integrate Adsense. here Im posting a random video which I found in [...]

Read More >>