Showing posts with label traffic. Show all posts
Showing posts with label traffic. Show all posts

Sunday, 14 July 2013

How to put facebook like button on your website

Hello good people.Today i am going to show you how to put facebook like button on your website.
This will bring alot of traffic to your website from facebook.you need to first create a facebook fan page for your website.

1. Go to facebook development page here.it should look like this here.
2. now enter the URL of your fan page in the form with "http://".
3. after you have configured all click Get Code.
4.Now you get a HTML code which will look like this.
5. Now copy the Javascript code and go to your blogger website.
6. go to template and first make a backup of the current template.
7. now open the HTML and paste the javascript code under <body> and save it.
8.In some HTML template you can fine only  <body.
9.After saving it refresh your blogger website and now you must fine facebook like button.


Saturday, 13 July 2013

How to bring very large amount of traffic to your website

Get traffic to your website.

Now you may be looking at your website and waiting for users to check your website.but that wont bring a lot of people to view your website.i am going to say you how to get more traffic to your website.

1. Best way is to make a fan page in facebook.you can post your new blog in the fan page and bring traffic to your website.people may share the post and bring alot of traffic.

2. Make a twitter account for your website and get a lot of followers.now put the website link on the twitter account.you can be lucky here because your followers may retweet the post and that will bring alot of traffic.

3. Try youtube for large traffic.millions of people stay online in youtube watching videos.make a video about your website and share it in  youtube.give a nice description about your website.

4. Use search engine optimization.this is very good program made by google.this will bring your website intop ranking in google search.

Friday, 12 July 2013

Get more traffic to your blog by keeping only the title of the blog

Get more traffic to your blog.

you can swipe your title of the blog and not keeping the name of website,this will improve the chances of getting more views on your blogger website.

So lets get started with it.

1. Go to blogger dashboard and click "Template" then "edit HTML"

2. Find a code which looks like this.
                                            "<title><data:blog.pageTitle/></title>"

3. Now you have to replace this code with the code given below.

                                             <b:if cond='data:blog.pageType == "item"'>
                                                            <title><data:blog.pageName/> |<data:blog.title/></title>
                                                            <b:else/>
                                                             <title><data:blog.pageTitle/></title> </b:if>

4. Now save the HTML and now you re done,you can check the title of the blog has changed to only the blog name.