Daily Archives: September 18, 2007

BlogCafe.com domain name sold in auction

Just spotted BlogCafe.com domain passing hands today. With 17 minutes to go in the domain name auction, the number of bidders has reached 64 and highest bid thus far is $805. The domain name expired August 14, 2007.

See screenshot:

blogcafe-domain.jpg

Info about BlogCafe from AboutUs.org says it used to be a free blog hosting with no advertising and offering subdomain URLs.

BlogCafe.com has 122 backlinks on Google out of a total of 144 backlinks.

Will the buyer of the BlogCafe.com domain name launch a new service? Let’s wait and see.

How to format your WordPress blog for Google Adsense Mobile

With the recent announcement that Google Adsense may now be included on mobile versions of websites, bloggers should now make sure that their blogs are optimized or formatted for browsers on mobile devices. The mobile users market is expanding and as a blogger who wants to monetize your content and tap into this market, this is the way to go.

In these easy steps, BloggingProfits shows you how to format your blog for mobile browsers and show Google Adsense for Mobile:

1. Preview your existing blog’s theme on a mobile browser such as Opera Mini. This assumes you have a mobile device. Point your mobile browser to operamini.com, then click on “Download Opera Mini.”

If you don’t have a cellphone or mobile device, don’t panic. There is an online simulation or demo of the Opera Mini browser. Use the simulation as if you’re browsing from a cellphone.

The Mini Opera Simulator

The Mini Opera Simulator

2. Paste the Google Adsense for Mobile to your theme’s templates. Because AdSense for Mobile requires server-side scripting — unlike the client-side scripting in JavaScript which is not supported by most mobile browsers or webpages — the code is different from the ordinary Google Adsense code. You are given the choice of;

  • PHP v4.3.0 or greater
  • CGI/Perl v5.8 or greater
  • JSP v1.2 or greater
  • ASP v3.0 or greater

Since WordPress runs on PHP, we will get the PHP version of the Google Adsense for Mobile code which looks like this:

<?php

$GLOBALS['google']['ad_type']=’text’;
$GLOBALS['google']['channel']=’CHANNER ID HERE’;
$GLOBALS['google']['client']=’pub-PUBLISHER ID HERE’;
$GLOBALS['google']['format']=’mobile_single’;
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']=’xhtml’;
$GLOBALS['google']['output']=’xhtml’;
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
require(‘http://pagead2.googlesyndication.com/pagead/show_ads.php’);

?>

3. Preview your blog again on a mobile browser or the Opera Mini Simulator. You should see the Google Adsense for Mobile (Adsense Help says it will take 48 hours to see the mobile ads, but the ads showed on Blogging Profits mobile a few minutes after adding the code to the template.)

We added the Adsense for Mobile code on our single.php template, just below the author and date tags. Shown below is a screenshot of the mobile version of BloggingProfits, showing the previous blog post (Google Adsense for Mobile is now here) with the Google Adsense for Mobile.

Wordpress blog for Google Adsense Mobile

* An interesting observation: Mobile ads are also showing on the desktop version of the blog, because the code is added to the template.

Google AdSense for mobile is now here

adsense_mobile_phone.jpgGoogle Adsense blog that Adsense for Mobile is now available on websites formatted for mobile devices. With this new feature, bloggers will be able to monetize content by optimizing your blogs for mobile browsers. Kenin also adds instructions how to customize your ad unit for AdSense for mobile.

The mobile AdSense network will be open to publishers 13 countries, including the United States, England, Germany, Spain, China and India, according to this news article.

ProBlogger broke the news before the announcement was posted on the Google Adsense Blog.

Formatting your blog for mobile browsers

If you are using WordPress, there is a plugin created by AndyMoore called the WordPress Mobile Plugin which allows posts, pages, archives and comments to be viewed on a mobile device. Posting and commenting can also be done from your phone or mobile device (“moblogging”).

There is also the WordPress Mobile Edition by Alex King. It is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device. Mobile browsers are automatically detected, and there is no configuration needed.

Tech bloggerMike Rowehl posts his experience about tweaking his WordPress blog for mobile access.

Powered by WishList Member - Membership Site Software