Showing posts with label Blogger Tips. Show all posts
Showing posts with label Blogger Tips. Show all posts

01 November 2013

10 Best Premium and SEO Optimized Blogger Templates Download

When you create a blog on Blogger.com then you need to choose best, professional an SEO optimized template, as you now that there are thousand of blogger templates are available but you need search engine friendly, responsive layout, SEO optimized, easy navigation and many more features. Internet is a hub of Blogger template and there are millions website what providing you templates but i feel you give you top 10 blogger template in 2013.
top 10 blogger template, free template, latest template, free templates

Premium and Search Engine Friendly Blogger Templates

Here is the list of some SEO friendly blogger templates. It’s image, demo link and download link is also added so that you may see the live demo of all these templates and if you want to download any template then just click on download.

1.MBT Church Bogger Template

free blogger templates, SEO optimized templates, free download latest template

DEMO | DOWNLOAD

2. Mash 2 BLogger Template

mesh2-blogger-template, top blogger template

DEMO | Download

3.MaggnerMagazine blogger template

3. Maggner Magazine blogger template, FREE blogger template free download

DEMO | DOWNLOAD

4. Retina Blogger Template

Retina blogger template FREE download, latest and top blogger template

DEMO | DOWNLOAD

5. Tech Shadow Blogger Template

Tech Shadow blogger template FREE download, top 10 seo optimized template free download

DEMO | DOWNLOAD

6. MBT Blogger Template

MBT, mybloggertricks, mybloggertricks template

DEMO | DOWNLOAD

7. Chronicl Responsive Blogger Template

blogging, blogger template, top 10 blogger template, best blogger template

DEMO | DOWNLOAD

8. MaxMag Blogger Template

MaxMag blogger template,

DEMO | DOWNLOAD

9. Blogism Elegant Blogger Template

Blogism Elegant blogger template, blogger best template, top 10 blogger template

DEMO | DOWNLOAD

10. Salahuddin Ayubi Blogger Template

10. Salahuddin Ayubi, blogger template, top blogger template, best blogger template

DEMO | DOWNLOAD

18 March 2013

Why Google Analytics Tagging Matters

Monday, March 18, 2013 By , , No comments

When Google Analytics doesn't know where a traffic source comes from, it assumes the traffic is direct and lumps it in with your direct visits. This happens frequenly with social shares, as many of us make the mistake of not tagging our links accordingly. In today's Whiteboard Friday, Rachael Gerson sheds some light on "dark social" and explains why tagging in Google Analytics improves the accuracy of your referrals. Take credit for the work that you're doing, and tag your links!  
Video Transcription Click Here
 Posted by RachaelGerson

How to Add the Facebook Like Button Below every Post 2013

How to Add the Facebook Like Button Below every Post 2013
 Hello Friends Social Sharing Plugin
This Tutorial will help you in adding a Facebook Like Button For Blogger. Facebook has come up with a new set of Social plugins which enable you to provide engaging social experiences to your users with just a line of HTML. The Facebook Like Button is One of them. You can see a demo of the like button on this page. The Facebook like button will allow your readers to quickly share your posts with their Facebook Friends. You can also get to know how many people liked your Blog Post .This tutorial will teach you to add a Facebook Like button for Blogger.

How to Add the Facebook Like Button Below Every Post

1. First Select One - Code will be updated with these details

  •  This Code For On Post Page Only
<b:if cond='data:blog.pageType == "item"'>
<div>
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:like expr:href="data:post.canonicalUrl" layout='standard' send='true' show_faces='false' font="arial" action="like" colorscheme="light"></fb:like>
</div>
</b:if>

  •  This Code Every Where
<div>
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:like expr:href="data:post.canonicalUrl" layout='standard' send='true' show_faces='false' font="arial" action="like" colorscheme="light"></fb:like>
</div>
2. Copy the Above code. Login to your Blogger Account and go to Design > Edit HTML and click on the check box which says “Expand Widget Templates

3. Look for <data:post.body/> and immediately below that place the copied code.

4.Next you have to add the fb namespace to your template tag.Your template should have the specification for the fb tag that you have used.

The following namespace declaration will take care of that. To declare the namespace, find
<html
and change it to
<html xmlns:fb="https://www.facebook.com/2008/fbml"
The following screenshot will help you out.

How to Add the Facebook Like Button Below every Post 2013


 This is necessary for all FBML widgets using the fb tag.  So if you have already added the namespace while adding some other FB plugin, then you can skip this.

5. Now Save the template and you should see the Like Button near each of your posts. You are done :)
Do you feel that the Like Button is boring and not so likable? – Then checkout the Facebook Like box, a styled version of the Like Button which would definitely bring you more “Likes” Also Check out :


If you liked this post, then consider “Like” it :)

Stylish Wire Frame Navigation Bar For Blogger 2013

 Stylish Wire Frame Navigation Bar For Blogger  2013

This is a clean style navigation bar. Im gonna explain how to add it to blogger. Im using image for menu hover. This effect work fine with every modern internet browsers.You can link with your main pages by using wire frame navigation. 

Im using Css3 and HTML, Just check out demo.Its easy to add to blogger get my all Menu bar here 
 Follow Steps

1. Log in to blogger account and Click drop down.

2. Now select "Template" Like Below.

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below code Before ]]></b:skin> tag

 /* The CSS Code for the menu starts here itsimtiazforum.blogspot.com/ */
.btrix_wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 760px;
margin: 0 auto;
}

.btrix_wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.btrix_wireframeauramenu ul li{
display: inline;
}

.btrix_wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.btrix_wireframeauramenu ul li a:hover{
color: black;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2cDVPP8SPoUVGyE_TXP_k5Id5xT_sMay-RFZbMAKLUSbdCQuauXJvzSYAjKKP4qyEXuAFPih_vncJc5RKSq4g2P1bmnZo92E_sUNP-P87mAK3Fsk5DgBK3B7rYNvFSGkioIphn6S-LRs/s1600/btrix_lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}



You can change image as your like for hover color.
Just replace this image link with above red color link in code.


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdC00tYIf07VI0GTXKJGvpU5FTLPM4XFuBjJDbYTSzmrP2OFDCCdX536416hDKMLGHy_yJ1ardUpDQMU6p_7m5kl7aPpxzgTFqNgmC8pj99A82k59aA-KPcGGkzVAuCGdygguTqoubrmhc/s1600/bt_lightgreen.gif



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6Ci2MIgt9oAiNvRAGYIBQQXMn5MAFIzcchMafgDGH2atvGNbH46yaYg2grI_Sos4IqSW9VzGydJMYa-k34Qohc3QENuS-eD1CadEg8DsF7Fj2d8wAzkSB10n6aRm1bN6lb0YrEnAbMZDk/s1600/bt_lightyellow.gif

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

 <div class="btrix_wireframeauramenu">
<ul>
<li><a href="#">Home page</a></li>
<li><a href="#">CSS Library</a></li>
<li><a href="#">Database</a></li>
<li><a href="#">Blog Videos</a></li>
<li><a href="#">Mobile App</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">Support</a></li>
<li><a href="http://itsimtiazforum.blogspot.com/">Get Help</a></li>
</ul>
</div>



Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...

16 March 2013

Top 50+ Google Adsense Alternatives in 2013

If you want to earn money on internet without investing a huge amount of money than starting your own blog and applying for Adsense is really good practical option for you. But unfortunately you may not be able get Ad-sense account due to their strict policies. But don’t worry this is not the end of world, if you are hard worker and have some decent traffic than you can also apply for Google Adsense Alternatives in year 2013 also.
Some of these programs require you to request the invite so that you can join it but almost all other don’t impose any kinds of strict restrictions. Mostly programs allow you to withdraw money when you ear $50 or more and payment options include Paypal, Payza, Western Union, Bank Wire etc.
Now you can also use some of the programs with your Adsense account because Google has no problem what so ever with these companies unless until their ads are very similar to there ones. Also you should not put ads on each and every corner of your blog because than it will hurt the user experience and Google also don’t like it.

1. Yahoo Ads

2. InfoLinks

3. Tribalfusion

4. Buysellads

5. Valueclickmedia

6. Bidvertiser

7. Burstmedia

8. Chitika

9. Kontera

10. 247realmedia

11. Fastclick

12. Clicksor

13. Vibrantmedia

14. Clickbooth

15. Collective

16. Marchex

17. Advertising

18. Tattomedia

19. QuattroWireless

22. 7Search

23. Yume

24. Casale Media

25. Specificmedia

26. Zestadz

27. Undertone

28. Contextweb

29. Adknowledge

30. Adfly

31. Spot Xchange

32. Adready

33. Cpxinteractive

35. Traveladnetwork

36. Mobclix

37. Centro

38. Greystripe

39. Audiencescience

40. Tremormedia

41. Brightroll

42. Millennialmedia

43. Targetspot

46. Adconion

47. Pulse360

48. Encirclemedia

49. Jumptap

50. Premiumnetwork

51. AdMob

52. Coxdigital Solutions

15 March 2013

Top 10 SEO Tips and Tricks for Beginners 2013

 Top 10 SEO Tips and Tricks for Beginners 2013
 Top 10 SEO Tips and Tricks for Beginners 2013
Hello Dear Friends
It’s not easy to say what the top 10 best SEO tips really are, especially with all the so-called “experts” claiming to know the latest SEO tricks and “secrets Google doesn’t want you to know about.” It would take you days, even weeks to sort through this mess. So we thought we’d make it easy for beginners at SEO and condense all the clutter into what we call our Top 10 SEO tips and tricks.
Keep in mind, though, that we did not list these in any particular order. #1 will be just as important as #10 and so on. Our goal is not to say which tips are more or less valuable, but rather, to give beginners a starting point in their SEO efforts. These are all important and they apply to any industry or organization.


10. Free SEO is Still SEO


There’s a misconception out there that SEO has to cost an arm and a leg. And while it’s true that the very best SEO services will cost you (mainly because it costs the SEO company to provide it!), there are plenty of free SEO optimization techniques you can apply to your blog or corporate website. You can:

Shore up your on-page SEO
Analyze your competition with free SEO tools
Research keywords with the Google Keyword Tool
Contact other bloggers for guest blogging opportunities
Write an epic, pillar article for your blog that will attract links and visitors for years


9. Start With Local SEO


It can be tempting to shoot for the stars and set your goals on keywords like “Accountant” or “Auto Insurance.” But before you go after these blockbuster keywords, it makes a lot more sense to target easier local SEO keywords like “Houston Accountant” or “Miami Auto Insurance,” depending on where your business is located.


8. Google SEO is a Slow Process


This is one of the more simple SEO tips to understand, although one of the most frustrating. No matter how well you take heed of Google SEO tips and tricks, the process is going to be slow. No one is able to rank a site #1 overnight unless the keyword is completely useless. No one. And this makes sense for Google, too, as it prevents the SERPs from fluctuating too much. You have to prove yourself for more than just a week for Google to reward you with a top 10 ranking. And if we’re talking about the top keywords, it very well might take you or your SEO company an entire year. This goes for Google as well as Yahoo and Bing, and for any CMS–Wordpress, Joomla, whatever. No one is exempt from this trust-building phase.


7. SEO Copywriting is Everything


Link-building gets all the attention, but just remember that the only reliable information Google has about your site is the content you write on it. Think of your blog posts as little spider webs, each of them serving to “catch” another segment in your target audience. Let’s say your site is about cars. There are sports car fans, luxury car fans, convertible fans, monster truck fans, etc. It would be impossible to attract all of these different types of fans with a site just about “cars”–that’s too generic. But writing a blog post about sports cars, another post about monster trucks, etc, will help you capture all of these different types of fans.


6. SEO is Always Tough for Beginners


It can be a rough first few weeks and months for beginners who want to learn SEO. There’s a lot of new terminology to memorize (what the heck is Joomla?), lots of outdated information (do meta keywords still matter?), and the competition is getting fiercer by the day. But here’s the good news: every SEO expert today was a beginner at some point in the past, and they reached guru status by a constant focus on improving their SEO game. No one is born with SEO knowledge; it doesn’t “come naturally” to anyone since SEO itself was invented years after each of us was born.


5. SEO Comes Before Web Design


Web design is inherently sexy. SEO…not so much.

And although we’re the first to admit that web design is extremely important, it’s a good idea to take care of your SEO before you work on your web design, or at least, your web designer should have a professional SEO at his side to consult him.

This simple SEO tip will save you hours of headaches later down the line, as it’s an absolute pain to go back and have to change your core web design to make it search-engine friendly. Much better to fix this at the start.


4. Bing SEO = Google SEO


A common mistake SEO bloggers make is they think they have to optimize their website for Google and Bing separately, somehow thinking that these two search engines have drastically different ranking algorithms. The truth is that yes, their algorithms are different, but it’s no use trying to use two separate strategies to rank your sites on both. What works for one will probably work for the other, and most of their algorithm differences are things you can’t control anyway (keywords in your domain name, for example).


3. Focus on Link Diversity


Recently, research out of SEOmoz confirmed what many top SEOs already knew: it’s not just how many links you receive, it’s from how many different websites. Google loves to see link diversity in your backlink profile, so give them what they want to see and try to score links from as many different sites as possible.

Here’s a snippet of the data that came out of the SEOmoz research study:



What the graphic basically means is that SERP rankings have a 0.25 correlation with SEO rankings. In normal human terms, this means that link diversity makes up about 6.25% of the entire Google algorithm. This might not seem like much, but it actually is pretty important. Google has stated that they look at more than 200 search engine ranking factors when calculating their rankings, which means that the average ranking factor accounts for 0.5% of the entire algorithm. This makes link diversity 12.5x more important than your average ranking factor.


2. Read the Top Online SEO forums


This is probably the most simple SEO tip on this top 10 list. It doesn’t take any special software or expert knowledge. All you have to do is read.

Although the top SEO experts tend to stay away from the forums (they’re too busy running their own firms!), there are still plenty of knowledgeable people who are more than happy to help you succeed in your SEO efforts. There is an absolute goldmine of free SEO tips and tricks available on SEO forums. If you’re paying attention, you’ll be able to recognize the experts from the novices. Once you do, pay extra attention to each of their posts, as they’ve been through it all and back.


1. Don’t Give Up

I know I mentioned at the start that these top 10 SEO tricks and tips are in no particular order, but I’m going to have to take that back, because this last one is of prime importance.
I can’t count the number of times I’ve seen beautiful websites go to waste because their owners just gave up on the SEO game. Too much work, too much time, too much money, so they say.

06 March 2013

10 Popular Blog Topics that will Make you More Money in 2013

 10 Popular Blog Topics that will Make you More Money in 2013 The thought of becoming an entrepreneur and building your own empire in no time was a dream few years back, but with online money making opportunities today, it is all possible. The urge to start a blog and becoming rich and popular at the same time is increasing day by day, resulting in producing thousands of Newbie Bloggers each week. However, it greatly disappoints them when soon they realize that their blog would hardly generate any revenue for them, forcing them to leave this domain to earn money.

It’s important to figure out about the most productive niches that generate maximum revenue, even before planning to start a blog. What happens for example is, a person might be a good painter and plans to share his painting techniques and his creations on his blog. The idea is appreciable if we talk in terms of talent, but such a blog would hardly attract any traffic. The reason behind this is, the global change is making lives busy where people do not have time to read about your skills, but are in search of fulfilling their own thirst.


Many of our readers have been complaining since a long time that their blogs are not paying them anything, so here is something they need to check about their blogs.
If you are looking forward to high profits in return of easy blogging, you must first know which niche to choose as your blog topic.


  • 1. Blogging Tips 

 10 Popular Blog Topics that will Make you More Money in 2013


Blogging has recently become too popular even in the developing countries. The best sources to learn for the new bloggers are the blogs themselves. Just like MBT, blogs having a domain of sharing tips and tricks, making blogging easy with tutorials and everything related to blogging world are earning considerably large at this time. However, such domains require you to have the capability and knowledge about web designing and web development so that whatever content you share, it gains reliability for you from your readers.
The decisions you take on initial stages while starting a business, decides the future of it, therefore always play it safe and think about your potentials and pick the domain that goes most smooth with it.
All the best.
  • 2. Technology

 10 Popular Blog Topics that will Make you More Money in 2013 Techcrunch.com has been making Millions of Dollars each year by simply cashing its niche. In this Hi-tech world, staying up to date with the latest technology been revealed in the market is mandatory. Moreover, the biggest benefit of choosing this niche as your blogging topic is , when a new gadget/device is launched in to the market, it automatically creates a hype, big enough to bring visitors to your blog to know more about it. This happens every time-little too often, ensuring a continuous inflow of money.

  • 3. Social Media

 10 Popular Blog Topics that will Make you More Money in 2013
 This post will be too less to describe the power of social media at this time of life where one might not have a bank account but must be having three or four accounts on different social networking websites. Due to the huge number of Social media users, the sites that write about every single happening on Social media get the most of the benefit. Take an example of Mashable.com. What do you think is the reason for the success of this site? It can’t be uniqueness, there are much better unique sites available than it, it can’t also be a good grammar, as even I have been noticing grammatical mistakes in the posts plenty of times. Then what makes it a hit? It’s the domain of the blog! People want to know each and everything about their social media. Therefore, picking this niche to start a blog is one of the best choices available among the most productive niches.
  • 4. Buy and sell

 10 Popular Blog Topics that will Make you More Money in 2013 Online shopping has taken up the physical market with a great pace. Now you choose all what you want to buy from your living room and get it delivered at your doorsteps. If you have the ability to work like a middle man, establishing a forum similar to olx.com, you can attract bulk of visitors each day.


  • 5. Celebrities

 10 Popular Blog Topics that will Make you More Money in 2013
 The easiest- yet the most interesting niche to adopt in a blogging career is undoubtedly to start writing reviews, updates, latest photos and everything associated with them, is the celebrities. The best part about this domain is, all you need to have as your qualifications to rule is your interest in entertainment world.


  • 6. Question and Answer Blogs

 10 Popular Blog Topics that will Make you More Money in 2013
 Let us go back to school to make the concept clear. Which teacher you preferred to visit the most in times of need, the one who always had a solution for your problems or the one who used to tell you to “come later”? We all have same views about it I hope. Similarly, starting a blog with a niche of active question and answer session will soon generate considerable revenue for you. People look forward to places where they can be listened and can get their queries been answered. Just like answer.com, you can start a question and answer blog and make real dollars with it!
  •  7.Finance

 10 Popular Blog Topics that will Make you More Money in 2013 Man’s love for Money will last till the end of this world. This common nature of people to learn ways to double their money forces them to search about such methods. Blogs having a domain related to ways of improving their finances and helping them setting up their own business, telling ways to manage their money always appeal them, further generating good traffic for a blog.
  • 8.Relationships

 10 Popular Blog Topics that will Make you More Money in 2013 Recent statistics have shown that 90% of the people have an emotional part in their personalities that leaves an effect on the entire life per fifteen hours a day as an average. People find internet as the most secure way to improve their relationships, believing in the idea of self-aiding learning online about professional working relationships, love relationships and getting advises from people around the globe. According to the latest reveals, blogs with this domain enjoy huge traffic.


  • 9.Fashion


 10 Popular Blog Topics that will Make you More Money in 2013
 Health and fitness blogs are mostly visited only by those who are either going through some disease or are way to curious to learn tips for their fitness. But above health blogs, comes Fashion. Knowing about health is need but learning all about fashion is addiction. If you have got that glamorous side of yours and enjoy learning and sharing about Fashion trends leading the society, you can really earn huge money with it. People all over the world find internet as the most easiest access to know about fashion and follow it.
  • 10.Health

 10 Popular Blog Topics that will Make you More Money in 2013
 As the world going online, people are now interested to find solutions for their health related matters online. This blogging niche enjoys an open traffic where there are no barriers of culture, state or society. A person from Pakistan would be equally interested to know about the remedy for losing his weight as a person from USA. If you have a command on medicine and fitness related issues and think you have the potentials to provide people worth-reading and then worth-following tips regarding fitness and Health, then you will see a huge traffic following your blog in no time.

How To add Popup Window In Blogger/Blog 2013

Wednesday, March 06, 2013 By , No comments

Slam Dear Friends:
Popup window is an extra window it's open in load on page or click on mouse and many other type now we will learn how to add click on mouse open popup window in blogger.

Pop up window is very use full for any important page show to viewers .






Click below Images for help with Screen short   
 
How To add Popup Window In Blogger/Blog 2013
How To add Popup Window In Blogger/Blog 2013

How To add Popup Window In Blogger/Blog 2013
How To add Popup Window In Blogger/Blog 2013



Just Follow Below Steps For add a popup Window in your Blogger



  • 1.     Log in to your Blogger account
  • 2.     Go to Design > Page Elements
  • 3.    Click Add a Gadget.
  • 4.     Select HTML/JavaScript widget
  • 5.     Copy the below code and past it in HTML/java script box.
<script type="text/javascript">

document.body.onclick= function(){

window.open('http://itsimtiazforum.blogspot.com/', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50');
}</script>

Note 1. - your web address'  Replace this with your Web url (web address)

 Note 2.-   width=650, height=650  You can customize Window size.


  • 6. Now save your Template your popup window is ready ....
Subscribe and like comments

05 March 2013

How to create pop-up window in "html" for blogger/blogs 2013

html popup window code 

Pop-Ups” one of the most important and useful thing in our blogs and websites which can be used to give source or credits, references, making contact us button or anything you want to make create but don’t need a separate browser window. Below is the method by which you can create a basic pop up which you can re-direct to any page you want. 




All you need to make a pop-up in HTML is to copy the code given below and paste it where you want to give the link of pop-up.
HTML CODE:


Click Here to download Notepad file of the HTML code.

CHANGES IN ABOVE CODE:

  • Change the link http://itsimtiazforum.blogspot.com/ to the desired page you wants to open with your pop-up.
  • Change the desired width and height.
  • Change toolbar, statusbar, scrollbar e.t.c according to your requirements.
  • I think that was simple enough, for any further clarification kindly drop us a comment.

How To add Stylish Read More Button To Your blogger/blog 2013

How to Add Animated Read More Button to Blogger

How To add Stylish Read More Button To Your blogger/blog 2013
How To add Stylish Read More Button To Your blogger/blog 2013
_________________________________________________________________
  • Wright Click And copy Image URL

Remote_image_1326962215Remote_image_1326962213Remote_image_1326962219





_________________________________________________________________
 Change the read more text with read more button image to customize your blog’s look and it also look like unique blogger read more button.

 To replace read more text with one of this read more button image then just follow the simple steps !
  • 1. Go to design > EDIT HTML
  • 2. Backup your template
  • 3. Select Expand Widget Templates
  • 4. press ctrl+f and in search box write Read More. You know batter what you should search read more or continue reading.

Once you find Read more / Continue reading in your blogger template 

Then just change it with simple code.
<img width="120px" height="59px" src="URL Of Your Read More Button Image"/>

120px by 59px. If you want a smaller one than you can use these proportions:
  • width=”100px” height=”27px”
  • width=”80px” height=”21px”
Hope you have enjoyed it....:)

Popular Posts

Recent Post


Recent Posts Widget | IBT