Ads and Posts
Posted On Monday, January 7, 2008 at @ 9:17 PM by UnknownThe Question how do I put Ads in my post. For his example I will be using Google Adsense Banner (468 x 60). See Example like in my blog:
Interested?, If so then Lets Start:
Before we start please take Template Backups.
Original Code -
<script
type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXX";
//468x60, Hack Beta InPost google_ad_slot = "0532734472";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script
type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXX";
//468x60, Hack Beta InPost
google_ad_slot = "0532734472";
google_ad_width = 468; google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
To achieve this place your codes in this textbox and click on 'Parse' button.
2. Here's where to place it:
<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/><!-- clear for photos floats -->
</div>
To get to the above location Get into the admin control of you blog, then click on 'Template', then click on 'Edit HTML' and mark sure that the 'Expand Widget Templates' option is ticked.
Notice the <data:post.body/> ok now paste you parsed Adsense code right after this. So that it looks like this:
<p><data:post.body/>
<div style='float:left;'><!-- Creates a new Layer -->
<center>
<!-- Centers Ads / Codes -->
<script
type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXX";
//468x60, Hack Beta InPost
google_ad_slot = "0532734472";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</div>
</p>
Click 'Save Template' and the go to your blog and check it out.
Your Ads will appear right after each post. For Adsense TOS the ads will only appear for the first 3 posts, this is automated in Adsense Script itself. The neat thing about this method is the location is really optimal and will give really good CTR. Go go ahead and try it. PS: If there are any issues please comment back.Tips for New Bloggers: AdSense Code in Blogger Post Body
Backing up
Posted On Sunday, January 6, 2008 at @ 5:36 PM by UnknownInstallation is very straight forward and also the use. So Far no issues with Blogger Backup in terms of taking backups and restoring them. Fortunately I never ran in to the problem where Blogger.com lost all my posts but better to be safe than sorry. For more information relating to the use of Blogger Backup visit their homepage.
PS: I noticed that there were a few limitations and know issues so you might want to visit there homepage and check it out. So take backups as frequently as you can because that might and definitely will help you on a rainy day...
New Blogger Label Cloud (aka Tag Cloud)
Posted On Tuesday, September 4, 2007 at @ 4:45 PM by UnknownWhat's a Blogger "Label Cloud"???
A Picture says a thousand words so here's how it looks like:
A Click on anyone of those Labels will search for relevant posts that contains the following labels.
Before starting I will like to say - TAKE BACKUPS FIRST.
I always hear people saying that they are really sure. But how much sure are you ?
So please before we begin please make a copy of your template before editing it
First go to your blogger home page...login and go to the dashboard.
Next Click on 'Layout' of the blog you choose to apply this hack on...
Then Click on 'Edit HTML'. There Click on "Download Full Template" and save a copy on your PC (Just In-Case...).
Next make sure that the "Expand Widget Templates" Check box is de-selected.
now do a search for the following line:
After that Add the following code after the "/b:skin" code:
Then Find for the piece of code that looks like the following:
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>If you could or couldn't find the above ('Label1') Then simple add or replace the following code there: This code will create the Label Cloud Widget.
Now usually this is a piece of cake but if it all goes wrong and the Cloud don't appear then don't worry. Do the following:
1. Go to the "Page Elements" and see if there are any new elements in the display. Usually this step is necessary for most Blogger templates. But on some customized templates the "Label Cloud" Widget sometimes gets squeezed at the top and appears to be small.
2. You need to used labels for your post. Most are into the habit of using labels but some usually don't (Or forgotten about that).
3. Make sure that you don't keep any quotation or double quotation makes in your labels. If there are any then nothing will appear in the "Label Cloud" widget.
4. Restore from a Backup copy and try again. That's right. Just Keep Trying.
Enjoy!!!
Source : Phydeaux