Affichage des articles dont le libellé est Bloggers Tips. Afficher tous les articles
Affichage des articles dont le libellé est Bloggers Tips. Afficher tous les articles

4 Change Blogger Mouse Cursors (+1000 Free Cursors) Easy Way

Change Blogger Mouse Cursors (+ 1000 Free Cursors ) Easy Way

I know a lot of blogger who want to control the look of every part of the blog, from template, to colors, font size, to style, and some people asked about changing the blogger mouse cursor, So today we are gonna talk about it in the easy way,


It can be done in only one step. Want to see a demo, then please click below and look how mouse is looking.



How to add it.

Go to your blogger account, And navigate to dashboard >> design >> edit html >>

 

And find the following code,

]]></b:skin>

And exactly before it, add the following code

body, a, a:hover {cursor: url(http://cursors1.totallyfreecursors.com/thumbnails/rainbow-ani.gif), progress;}

And now click "Save Template"

The above step will give you a mouse cursor just like the one in the above demo blog, And because the aim of this tutorial is to give you all control over your blog cursor, So you can just change the red part in the above code
To What ever cursor url you like, So the code should be

body, a, a:hover {cursor: url(Cursor-Url), progress;}

And the question now is how to get another cursors.


Free sources for +1000 ready to use mouse cursors.

On this 2 links you’ll find more than 1000 free and ready to use cursors well categorized, so you just browse and find your favorite one, once you found your favorite one, replace the red words in the above code with it’s url.



Related Titles:
How To Change Blogger Mouse Cursors In Easy Way ( + 1000 Free Cursors )
How To Change Mouse Cursor on Blogger.
how to change my cursor in my blog
change mouse cursor in blogger blog to animated cursors.



0 Adsense Revenue Sharing for authors in Blogger Blogs

This cool trick shows how to implement Google Adsense Revenue sharing feature in blogger(blogspot) blogs:

Do you run a blogger blog which is controlled by multiple authors ? Are you looking for an idea to share revenue with your co-authors? If so, then this nice Blogger trick solves all your problems.

First, What is Adsense Revenue Sharing ?

Suppose, you're the administrator of a blogger blog which has multiple guest authors. If you want to share the blog revenue with them, normally you divide the total revenue based on the Post count or Pageviews. But, most of the time it may not be accurate because CPC and CPM varies from post to post depending on the keywords,etc. So, it may not encourage the team members to post more stuff .

But, with this cool trick, you can share the blog revenue with them more precisely because every author gets his own ad displayed in all the posts he/she does.

So, lets see how to add this feature to your blog..
For example, If your blog as 3 authors - John, Ricky and Britney

1. Sign into Blogger » Layout » Edit html. and Tick the "Expand Widget Templates"



2. You can insert the ad anywhere you want in the post body.. In this example, I'll show you how to add it inside the blog post (between the post title and post body).

Find this line:
<p><data:post.body/></p>

and Paste the below code above that line
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.author == "John"'>
PASTE THE AD CODE OF JOHN HERE
</b:if>
<b:if cond='data:post.author == "Ricky"'>
PASTE THE AD CODE OF RICKY HERE
</b:if>
<b:if cond='data:post.author == "Britney"'>
PASTE THE AD CODE OF BRITNEY HERE
</b:if>
</b:if>
<br/>

Replace the Names with your Blog authors (Case sensitive)

3.Don't Copy and Paste the Adsense Code directly in the template. First, Go to this Blogger Ad Code Converter Page and paste your adsense code in the box provided and click on "Convert Ad Code".
Now, copy that code and paste it in the template.(Look at the screenshot below)


and Finally, SAVE THE CHANGES.

From now on, Each member of your blog can monetize their posts with their own adsense ads... Happy Blogging :)

Note: You can use the same hack to put other advertising networks aswell.. like adbrite,bidvertiser,etc.



Related Titles:
Adsense Revenue Sharing Feature in Blogger Blogs.
Implement AdSense Revenue Sharing on a Multi-Author Blog.
What is the AdSense revenue share?
Adsense Revenue sharing in blogger.
how to Sharing adsense revenue in blogger.

1 Make your Blogger Blog ready for Mobile Phones


As you know, millions of people use their mobile phones to access internet. The mobile internet speed is also very fast these days with 3G's , mobile apps,etc.

From this, we can say many of your readers are coming to your blog through mobile phones..But, if you don't make your blog mobile friendly, .you may lose all your mobile readers because in a mobile phone, a normal blog takes lot of time to load and there are other issues that your site not fitting properly in the mobile screen.

So, here is how to make your Blogger (blogspot) blog mobile internet friendly..
Follow the procedure to do this:

1.Sign into your Blogger account > Design > Edit html

 

2.Find this line..

<b:include data='blog' name='all-head-content'/>

3.Paste this code below that line...

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>

4. click on the orange "Save Changes" button

That's it! Now, your visitors can access your blogger blog through mobile phones with blazing speed.


Related Titles:
How to Make your Blogger Blog ready for Mobile Phones.
Make your Blogger Blog ready for Mobile Phones.
Make your Blogger Blog compatible with mobile phones.

0 placing adsense ads between and inside posts blogger


Adding adsense ads inside blog posts is a very good thing to do to increase your CTR.
CTR means"(the number of times your ad clicked) divided by (number of times it is shown).So,the more CTR you have,the more $$ you get.

0 Google +1 a new way to Share Your site or your Blog

The +1 button lets you start great conversations. When you click +1 you're publicly recommending pages across the web. You can also use +1 to share with the right circles on Google+. +1’s can help improve Google Search too, since you can see which pages your social connections have +1'd right beneath search results and ads.

0 How To Install a Blogger Template !

How to install a Blogger template?
to make it easier for you, here is the complete tutorial on how to install blogger templates downloaded from this site..


Initially follow the following steps :
1. Download the template.
2. Unzip the file.
3. Template files

12 Add Share Buttons to custom templates Blogger

Share Buttons feature which makes it easier for your Blog visitors to bookmark, tweet, fshare, email , google+1, etc your post.




But, if you're using any custom blogger template. you may not see the widget appearing in blog. even though you activate it.

So, if you have that problem. here is how to fix it. (before making any changes..first backup your template)

6 make your blog friendly to search engine with {Meta Tag}

Everyone knows the importance of search engines in the success and popularity of a website, When we talk about search engine automatically We're talking about spiders,

The first thing that see these spiders in your blog is the meta tag I mean keywords, description and title of your blog,

 for  Example, suppose you put the word computer in the "keywords". When a person looking for  "computer" will spiders put your blog in the first results
on this post i will explain 7 META TAG and its importance in improving the search results (search engine optimization) 

0 Adsense, Earn money from your blog [beginning]

Any site or blog need moral and material support To continue in the tender and shine
You will learn in this subject the method of registration in the Google AdSense program put ads on your blog

Before we begin this simple definition for Google Adsense



Initial release : June 18, 2003

1 How to index your site in search engines

In this post we will learn how to make a sitemap for our website and added 
to the search engines Like Google




The first thing we have to enter to this site, will make a sitemap


www.xml-sitemaps.com

0 How to create a blog on blogger platform

How to create a blog on blogger

absolutely the way is so simple and all body know how create one
but may be some didn't know or he find some problem During Signup
this topic for them i will explain every stage from stages of signup and post the first blog





1 Tips for choosing your blog template

Tips for choosing your template - No more confusion and thinking



question you posed at yourself, All you want to choose a template or change your blog template, "Are the Red or Black why not the green no no the blue is the best...."

In the end, you find yourself Bored all templates, And dispersion your ideas, So you should know some things before your choice, Especially that the majority likes the constant change

0 How to get Backlinks from Google

How to get backlinks from Google





Subject today from the currency of sites or so-called Backlinks and are external links pointing to your site, whether from the same site (internal backlinks) or from other sites (External Backlinks),many webmasters 
 do not know the importance of these linkages, and the truth is that these links is like the money, where That the more links pointing to your site all the many visitors to your site.


2 Tips to avoid closing your Website

 Tips to avoid closing your Website or blog
you Established a blog published by a good number of posts, and published in search engines, and enter many people from everywhere, and suddenly stop all of this, when you enter to find your blog, Google says you






Imagine what you feel then, and what you say that Google is unfair and liar, and etc. .

So I dedicate Here are some tips to avoid closing your blog

Spam,, What is spam

Spam begin with the emergence of service providers, e-mail link your blog
Which was to send messages to a large number of email is spam and abuse
And specialized international agencies had to work laws deter from sending spam messages

And these laws came to limit the advertising messages are large, but so far they use other ways roundabout

Risk of spam

In European countries and the continent of America and some other countries which apply the law and found a radical solution to spam is the Prison, but these are punishment Applied in a few specific countries

But came another solution

Your host or service provider server of the sites of the parent company or with another name the data Center

There is a problem if you tried to send spam, which is
Close your site by the Data Center or by Google


With the payment of a fine by your host, and sometimes it is shutting down your host server as well, "Of course, you will not pay anything"

I advise you to  that Stay away from spam and not send any message disturbing

Another Tip

Do not add your site twice or three or more to search engines 
and this will work for you Problem
And your site will be suspended from appearing search engines and blocked
So the best solution to send your site to search engines every month or fortnightly to indexed the sections and pages on your site properly and without problems
It is possible to add your site every three months or more does not have any problem

Now the important Tip in this topic To be spreading your site properly
Great advice here,to your site appears significantly in the search engines

What is Meta Tag?


Meta tag mission is to get to know your site to search engines with the exception of search engine Google
It is a important words from your content and also the language of the site and also the name of your site and this is very useful for search engines

Where if your website is for softwares and wrote in a Meta Tag "the largest site for softwares" and at the same time visitors came to the search engine and wrote the largest site for softwares. Your site will appear in the first page of search results and here, you know the important of the Meta Tag

not forget writing the largest possible number of words used by the user search engine


I hope to benefit you from these tips


before you see in your site




0 What is SEO - Search Engine Optimization

What is Search Engine Optimization 



Search Engine Optimization or In other words, the way to the most important 
ten results of search engines Such as Google, Yahoo and other search engines 
used by Internet users

Search Engine Optimization very important part of e-marketing

0 hide date, time and author of Blogger posts


"How to hide the date and the time of publication and author of Blogger topics"


  In some templates the history of the subject place above the title of the topic, 

giving the template form is not coordinated to some extent, 

in others there are people who love to write without appearing,

or in other words they write in secret, where do not want to recognize one 

of their identity and of whom I am, therefore I decided to put 

This story is to have them help, God willing.


6 Add Linkedin Share Button with to Blogger

How To Add "Linkedin" Share Button with in Posts Blogger


as twitter doing his Button official post share on Twitter

The Giant linkedin Announce, as announced by Twitter

Put buttons formal participation for blog posts and threads through the site, and those who do not know the site, it is a social network like facebook, but it is used by more businessmen and traders, in the sense that if your blog or website contains articles on business or shopping for a product, you can bring a lot of visitors and buyers across the This magnificent site is through the participation of your posts 

0 Make a SEO Blog Title for your blog

Delete the address of the blog by the title of the topic in the Blogs blogger




Yes, for example, if the title of the entry in the search engines is the 

"world of the Web - a beautiful addition to the blogger" ,

 it would be "a beautiful addition to the blogger " 

only to make it easier to find your posts by the search engines 

Many looking for that special way, which have many benefits 

and veryuseful in the search.

Most Viewed

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More