Tampilkan postingan dengan label twitter widget. Tampilkan semua postingan
Tampilkan postingan dengan label twitter widget. Tampilkan semua postingan

Minggu, 20 Januari 2013

How To Show Blogger Widget Only In Homepage

In this Tutorial i will show you, how to show blogger (Popular Posts ) widget only in homepage. The reason for this is that, I have received many comments asking about how to show popular posts only in homepage. I also posted other tutorial about How to create Multi Column Footer Widget and How to add a Drop Down Menu to blogger. This is actually not easy to do for new comers but is still easy for old ones. Not only this you can also read other related articles/posts. Make your blog pretty simple and different from others so lets start our work and perform some easy steps:

1: Go To Blogger > Template > Edit HTML


2: Find (Ctrl+F) this code given below:


<b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'><b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/></b:section>

3: Replace with this:

<b:if cond='data:blog.url == data:blog.homepageUrl'><b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'><b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'/></b:section></b:if>

4: Now click on save template. You're done!


Senin, 14 Januari 2013

How To Add Twitter Floating Widget

This article contains some simple codes and steps which you have to follow in order to get Twitter Floating Widget. Do you want Twitter floating (Bird With Tree) widget? yes. then follow the following simple 3 steps and get your own Twitter floating widget on a left side of your blog.


Like us on Facebook and Follow us on Twitter.

Step 1. Go to Blogger Dashboard > Design > Page Layout.
Step 2. Choose Add A Gadget > HTML/Javascript.
Step 3. Paste below code and save it.


<div style="position: fixed; bottom: 20%; right: 0%;"><a href="http://twitter.com/crackmodo" target="_blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNYCYGeU_-YrEgQicYRCm7gGmVR_0IjgPzTPKgwMdvt2nkTPd2SOlq77gAD2hqPkc1nsm2KBcNX2sFxtKTrXkvbBmiX4fSkiqVrFqV85VC20SYR663VYZ4qg2HJadsqnshm3irCtovpug/s1600/btsnts-twitter-float.png"></a></div>


Now replace crackmodo with your twitter username and save it.

That's it. You are done.