Tampilkan postingan dengan label adsense. Tampilkan semua postingan
Tampilkan postingan dengan label adsense. Tampilkan semua postingan

Senin, 23 Mei 2016





           


     Hello to all, the past one week, I have been
reading some of the top blogs on the internet that write about AdSense.
I read so many comments which really needed attention. Unfortunately, I
cannot write to all this people who really seem disappointed or
frustrated as their attempt to follow instructions in a tutorial seem
to be a ‘’mess’’. This is why I decided to write this post. I believe
it will clear the doubts of so many and also help them improve their
earnings with AdSense.

The reason why you always get error is simply because some tags
according to W3Schools are considered invalid. Many people are still in
the process of updating to the new standards set by w3Schools. 

     W3Schools is a web developer information
website, with tutorials and references relating to web development
topics such as HTML, CSS, JavaScript, PHP, SQL, and JQuery. The site
provides a reference manual covering many aspects of web
programming.  It is necessary for every developer to be part of
this site so as to be aware of the recent updates in the world of
coding.

Let us take a sample of an AdSense code  for the
asynchronous  type.



The most common thing we will do is to parse the code in a converter to
obtain a code like this



   
                 
                 
 
Originally like
<!--HOME PAGE 1



<ins
class="adsbygoogle"


  
style="display:inline-block;width:728px;height:90px"


  
data-ad-client="ca-pub-xxxxxxx"


  
data-ad-slot="YYYYY"></ins>


<script>

(adsbygoogle = window.adsbygoogle ||
[]).push({});


</script>

It is good . We have  replaced   ‘’< ‘’with
<   and   ‘’> ‘’ with > very fast.

So why do I get   error when I want to save?

Response: Your code still contain an string not permitted in comments
‘’—‘’

To get rid of this , you will have to do a minification  and
proceed with code implementation of the ad code as follows

1.    Get code from your adsense account

2.    Paste code on HMTL editor such as
notepad,notepad++,dreamweaver, kompozer or just any



3.    Remove
the line highlighted in red. above,

4.    Paste the code to your converter

5.    Copy code

6.    Paste it in your desired position. You won’t get
an error message again. 

    Start earning peacefully

                                


Some common Errors and solutions

Error parsing XML, line 3719,
column 15:  Attribute name "async" associated with an element type
"script" must be followed by the = characte
r.

Solution                                                                                                                                                                       


replace ‘’sync’ ’ with the XML equivalent  async=async

Error parsing XML, line 3719,
column 15: Open quote is expected for attribute "{1}" associated with
an element type "async" (when you try to modify the async tag)


This means you wrote the second async tag without the  quotation .
See error one

Error parsing XML, line 3490,
column 9: The string "--" is not permitted within comment


Solution. Wipe out this line containing you ad title . For
example   

Still facing difficulties ? Leave a comment




-->

Read More..

Senin, 16 Mei 2016

In addition to affiliate programs for bloggers, Adsense is one the best ways to make money from your blog. If you are an Adsense publisher, you should understand what it takes to get an Adsense account. It is thus  very important to optimize your earnings. Among the various techniques of optimizing Adsense
 the position of the Adsense ad on your blog is very important. Today, I am going to share with you a tutorial on how you can  enable adsense ads inside your blog post  below the post title.
Displaying ads inside your blog post is very important since,readers are always engaged with the content more.  Let us get started
                             Displaying Adsense Below post Title
 Before starting, it is important to back up your blog.
STEP1:  Go to blogger.com==>select blog==>click on template==>Click on Edit HTML

STEP2: Click   ctrl+F ==> Paste this code (div class=post-body entry-content) in the search box and click the Enter button.

Step2: You should see this
STEP 3: Get ad code from you adsense account ==>Parse the code using any online parser
Step4: copy the code and pate on a suitable HTML editor such as notepad or notepad++==> minify the code .
Step5: Paste the ad code between the following HTML tags


 The first time i tried the adding the code between the tags above i noticed that the ads displayed on all post when someone clicks on any label . I could see more than three ads being displayed. If you dont have labels on your post then you have no problem.
To ensure you ads show only on your post pages, you  can add the ad between this tags.

Step 6: Copy the code  and paste it just above  
             Other Things you can do with the code
  -You can  change  the float :right in the code to float:left or float:center depending on where you want you ad unit to be displayed.
- You can ad the center tag to the ad code
-You can  ad a label to your ad.
                    You can also paste the code directly  above or below this

      If you consider putting Adsense in your post. Check out this guide before implementing.
1.
Before placing the ads in your post. Make sure your content is in accordance with adsense.
2. To ensure you dont mislead  your readers, always label Ads with the label  "Advertisements" or "Sponsored Links"
3. Avoid words  that will cause readers to click the ads. Also avoid using arrows pointing to the ad unit.
4. make sure you images are not aligned with google ads.
5. Make sure you have three Adsense units on your blog. It is not accepted to place more than 3 google ads on your blog.  If you want to increase your earnings, you can add three additional link ad units and two search boxes.
    Taking all this into consideration will free you from violating Adsense policies.
You can now place ads inside you blog post.  Do you have an alternative method on how this can be done?


Read More..

Minggu, 17 April 2016

In my last post, i share with you  How to Add Adsense Ads inside your Blog post Below Post title for blogger blogs.
           I got a lot of emails asking how to add adsense after post body. Today, we are going to see another way to place adsense inside your post, this time around at the end of the post. This is an important position since readers always ask the question what next? after reading a post. We will also see other options to consider when implementing an ad code after the post body.
 step1: Back up your blog
 step2: Go to blog template and click on edit html
 step3:   search  
div class=post-footer
step4: Get adsense code==>; parse and modify it as follows.

-Paste the ad code on an HTML editor such as notepad 
-remove the  comment in the code.

This comment contain the name of the add Unit.

Look for something like this and delete.
                     
If you can’t do this then read 
Parsing Adense code- Add Tag minification ,what is the Meaning and How is it done?
 
 step5: Paste the code below this line of code
                        div class=post-footer

  Here are some other options to consider.
   To display the ads below or above related post, search for

Related Posts with Thumbnails Code End  and ;
-add the ad code below if you want it below related
-add above it if you want the code to display above related post.

   You can as well add the code below or above any of the following


To show your ad on the page footer, search for
       div class=footer 
and paste the code,above it. 
        In the last tow post, we have seen how to add the ad code either at the beginning of the post body or after the post body. what if you want the post to show inside the post body?
    How to Enable Adsense inside post body
 To do this, Get you ad code,parse and minify it and following the steps below. 

1. Go to your post editor/Click on the post you want to show adsense ad.
2.  Click on html
3.   Paste this code  any where on  the line you want to show the ad.



 4. Replace Adsense code with your  real ad code
Click post/update post and your ad will be live in some few minutes.
  Do you another method on how this can be done?

Read More..

Minggu, 10 April 2016

Ad sense still remain the most popular way people use to make money on their blogs. Placing ads at the right position without violating adsense policies is very important. Last time we were talking on how to enable adsense codes without parsing error 
step 1
Go to blogger.com===> select the blog you want to add the code==>click on Template===>Edit HTML displayed in White
Step2
Go to your ad sense account on another window and get the Ad sense code paste it on note pad and do ad code minification  before parsing the ad code

 parse your minified ad code Here

Step three
Copy the parsed code and return to your blogger HTML
press ctrl +F

In the search box that appear to the top right, copy and paste the following

Related Posts with Thumbnails Code End
 Paste the code directly below this line and the ad will appear below related post.
    If you want the ad to be above related post, search  for this line

"Related Posts with Thumbnails Code End

When you find this, paste the code just above this line.
By default, the ad will align to the left. You can center the add by adding the center tag as follows







OR
if you want the ad to align to the right.

Sometimes the ad might just be too close to related post which can result in accidental clicks           ( ad sense policy violation).
For you do escapE from this
add the paragraph tag as follows


END

This should not be confused with adding ad sense code below post. If that is what you want then follow this  Quick  guide

Repeat step one and search for this line:

b:includable id=postQuickEdit var=post

Open notepad and paste the ad as follows



Copy what you have on notepad and paste it just above the line you searched.



   Note that this ad will appear between post and comment. In the days ahead, i will show you how to add the code just above or below social share bottons
 Let me know if this tutorial worked for you.


Read More..

Kamis, 07 April 2016

It is very common to read on websites Do not modify the adsense code  . It is also common to see new adsense publishers asking if they can modify the adsense code. It is important to note that some modifications are allow to improve your earnings and proper functioning of the code. However not all modifications are accepted.Let us get to discover some modifications allow by Google Adsens
1.Modifying adcode for SSL and  https enabled pages.


 As seen above the original code conatins http on the source script while in the second the http had been reapalced by a double slash.
Reason for modification.
This modification enable ad sense ads to show on Secure sockets layer(SSL) and Hypertext Transfer Protocol Secure (HTTPS)  sites.
Https enable ad code earn less than http adcode. it is thus necessary to enable https when your web pages are https enabled like on e-commerce sites,banking sites among others.
The new ad codes now come without http as seen on the second code. With this no modification is necessary for the code on SSLenabled sites.
2. Ad Tag minification (Removing the comment line>
There is a special article i wrote here about ad tag minifictaion.   
You can remove the comment line in your adsense adcode.
The comment in red is no longer available on the modified code.



Reason for modification
The code contain tags not accepted by w3 school.These tags are considered invalid and will not be necessary in your html code. This is one of the modifications that will prevent the parsing error message on blogger HTML editor. enable you to ad

3 . Parsing the ad sense code.( Replacing < with &It;)

 We have two major modifications made here.
Replacing   < with &It; and
 < with &It;   >  had been replaced with >
as seen on line one  below.
 Reason.
The reason for this modification are  the same as mentioned in point 2

 4.  Replacing quotes (    ) with  "    tags.


 as seen above, the open quote had been replaced with "  tag     while the closing quotation had been replaced with ";   closing tag.

The reason is same as in  2 and 3.
Modification 3 and 4 can be done by using the adsense parser.

Modification 2 and 3 done with the adsense parser

5.  Modification for responsive ad units with CSS.
Adsense publishers can now modify the responsive ad unit to fit their website.
You can change the shape  to vertical or horizontal,size on screen,width and height of the ad among others. Media queries can also be used in some case to modify adsense ad codes. 


 6. Adding  type="text/javascript" to asynchronous code.
The adsense code starts like this
Read More..

Rabu, 16 Maret 2016

Hello Friend, 
Today I m Going to Share the "Future of Gold Mine" Every One Loves Gold even I too. If I Show You the Ways to Earn that Gold without having any Knowledge of Coding or Programming. You can Earn with Your Computer Processing by Using the Graphic Card. Ok want to know How, then Did you Ever hear about Crypto Currency or BitCoin or LiteCoin. In this Post I have Declare Every Detail of about How to Make Money from BitCoins and other Cryptocurrency. After Reading the Whole article you will be able to Earn Money from Home without any Computer Experience or any Programming Skill, Just by sitting at Home and Making Money Online from BitCoins Farms.

What is CryptoCurrency or BitCoin or LiteCoin?

-> Crypto Currency or BitCoin or Lite Coin are a form of digital currency, created and held electronically. No one controls it. Bitcoins aren’t printed, like dollars or euros – they’re produced by people, and increasingly businesses, running computers all around the world, using software that solves mathematical problems.

It’s the first example of a growing category of money known as cryptocurrency. Read more Here.




Ahha Now i Think you Got it what is BitCoin and CryptoCurrency.


Learn How we can Earn BitCoin and Lite Coin and what is its Value?

-> We can Earn Bit Coin by using our GPU Processing. Yes GPU not CPU because GPU is 100 times Faster then CPU. GPU means Graphic Card processing Nvdia and Radeon are the GPU processors. As BitCoin dont have any Office or Server its Open so it Uses yours Computer for Processing and Doing Mathematics Calculation and You get Paid for your Computer. Every Graphic card Different Hashes Rates to Solve the Codes.

You are thinking that what is the Value of 1 Bit coin if I earn it. Then Just Google it or can Check it here on the top you can find the Conversion Rate. When i was writing the Post then it was 310 US Dollar.


Means 1 BitCoin=310 $ = 276.50 Euro = 19000 Indian Rupees

in 2013 BitCoin rate was 1200$ which mean that 1 Bitcoin =1200 $ = 74000 Indian Rupees.

And It is Rising Back. The Rate fall Down due a Bitcoin Site was Hacked and Millions coins were Stolen.


NOTE: Dont Do Mining on Your Laptop they are not Made to handle the Load of Mining as it uses alot of Resource and Processing. So it will Heat up Your Laptop.


If You Still Dont Got then Watch this Videos.

PART 1 - Learn How to Mine BitCoin and What is BitCoin:

PART 2 : How to Mine on Other Operating System and Make A Setup.



PART 3 : How to Buy Bitcoin and How to Sell BitCoin for More Profit. Also Known as BitCoin Trading.






How to Make a Desktop for BitCoin or Other Crypto Currency?

I m Not a Hardware Expert Advisor but I found some Videos for You on How to Make a CPU for BitCoin Mining.




Instead of Reading Booring Long Article You should watch the Video.



Better Graphic Card for Mining not the Costliest one :
Every Costliest thing is not the always the best. As AMD HD 7970 has the highest Hash Power then Nvidia GTX Titan and at most of the Mining Farm the AMD HD 7970 is used. So, for Bitcoin Mining best GPU is AMD HD 7970.


Other Ways to Mine BitCoin and Other CyrptoCurrency without any Hardware:

As Everyone Cant Afford the Price of 1000$ CPU and Electricity bill so for them here is Cloud Mining. In Cloud Mining You Just Buy the Power From them. The Power are in GigaHashes ( GHs). After Buying the Power You Dont have to worry about the Hardwares, Electricity Cost and Other Maintenance. Every one Thinking that wow its a Great Idea but Let me tell you they Give the Cloud Mining on a Contract Basis and they also have some Hidden Charges and Fees. You Should Read their Terms of Services.




How Much Can I Earn from this? 

-> Here is your Answer you can earn a Lot but the Main Factor is Electricity cost and Hardware You have. Many People in this Mining do Farming of Bitcoin. I found some pics of Peoples doing Farming and a Biggest Farm in China Doing Bitcoin Mining. The Owner making 1.5 Million Dollar ( nearly 8 Crore Indian Rupees) Per Month.

1 Month Total Earning = 1.5 Million US Dollar

Electricity cost = 80,000 US Dollar
in Year 2014 when BitCoin = 230 US Dollar
Total Production 4500 BitCoin Per Month

Video source: Motherboard Youtube Channel


 Bitcoin Mining Farm Pics:


Where to Buy These Gadgets for Farming :
If you are thing to Start Bitcoin Mining then Devices and Gadgets are Below. I found the Best one for You according to Prices.

   
 - This Miner produces 1.7 TeraHashes Power and Consumes 1180 Watt of Electricity.

Want to See More Bitcoin Miners then Click Here.


Some Important Sites and Links you will Need :



  • Bitcoin Pools Chart : Choose your Pool for Higher Income. Biggest Pool doesnt mean Higher income. Try to choose middle one as Pools also get Close due to losses and You may Loose your Earning. 
    • Here is the Pool charts of Internet.
  • Buy and Sell Bitcoin - BitCoin Trading Center:
    • https://campbx.com
    • https://www.itbit.com
    • https://www.cryptsy.com
    • https://bitcurex.com/
  • Download BitCoin Mining Software:
    • Cgminer 4.5.0 - Download from Sourcefog for Windows
    • BitMinter - Require Latest Java ( by BitMinter.com)
  • BitCoin Mining Earning Calculator : 
    • http://www.coinwarz.com/calculators/bitcoin-mining-calculator
  • Sites from Where You can Earn Free BitCoins:
    • http://www.landofbitcoin.com/
  • Choose Your Wallet to Store Bitcoin Online or Offline :
    • https://bitcoin.org/en/choose-your-wallet
Factors Keep in Mind before Starting Bitcoin Mining : 


  • Calculate the Profit and Electricity you are going to consume.
  • Buy the Device which consume less power and Earn More.
  • If doing Cloud then Read the Term of Services, they have some hidden charges.

 Above was All About Trading and How to Earn BitCoin as I believe in Real outcome not the site which will give you Free Bitcoin and all. 


Other Methods to Earn BitCoin and Make Money from it : 

  • Sell You Bit Coin for Higher Price.
  • Some Sites Pay you BitCoins instead of Currency. Earn Bitcoin for Free from Sites.
    • http://www.landofbitcoin.com/
  • Trading of Bitcoin. Buy when Rate Goes Down and Sell when Goes Up. Its very Risky so i will suggest to do at your Own Risk.
  • Loan someone Bitcoin and charge and Interest. Their are some site give you Interest for Renting your BitCoins.
Their are Some Sites from which You can Earn Free Bitcoin. But I m realy not sure which are Scams and which are not as i didt Tried. If you know Some site then Comment Below. If you have any Query. If You like the Post then Please Share it. Help us Teaching.
Read More..

Sabtu, 12 Maret 2016

Optimization is necessary to increase your earning with Adsense. This can be achieved if your ads are placed on the right position and have the best dimension. For you to do this, you must be able to know how to get the adsense code.NB:This tutorial is for those who have a valid adsense account. If you dont have one then thenyou need to apply for adsense. follow the  steps below to get your ad sense code,
  ++++> Go to your Adsense Account
++++>Choose +New Ad Unit

+++++In The Ad Size Drop Down choose the ad type you want
Click on save, a pop up will come up with the ad code inside

  +++++Copy the code you get
Paste it where you want ad sense ads to appear on your blog.

Read More..