I searched a lot for how to install adsense code inside the blogspot posts and not between the posts and i am lost from all the results i found and i got no result, so my question and please give a clear answer is it possible to install the code inside the post and how?
To be clear, I need to put the screenshots here. Let me tell you lightly, If you put the code directly in the post, it may or may not work, I don't know the factors. But you can shift the between posts adsense element in to in-post. To do this, Find "adStart" (case sensitive) in your template with the expand elements checked. You will see a small three line code, cut the code from there and paste it just above "data: post.body" line. This is it, when you edit the adsense format from the Body Page element, you can see the changes take effect in your in-post adsense element in the blog.
<b:if cond='data:post.includeAd'> <b:if cond='data:post.isFirstPost'> <data:defaultAdEnd/> <b:else/> <data:adEnd/> </b:if> <div class='inline-ad'> <data:adCode/> </div> <data:adStart/> </b:if> Code (markup): This is the code you need to cut from its place and paste it before <data:post.body> Code (markup): Hope this is what you needed.
Inserting Adsense in Blogger post is very easy . The tutorial as given by @dmssrinivas is almost correct . But you would need to parse your Adsense code with services like postable ,before applying this hack . Read this tutorial to know more on this .