Win a 75 euros Google Adwords coupon

Posted on 19 Aug 2011 in Blogging, Web | Comments Off

EDIT: Congrats to Martin who is the lucky winner

I have a 75 euros coupon for Google Adwords campaign to offer.

If you want to participate to this lottery you just need to retweet this post and drop a comment.

I will then pick randomly (thanks to this random number generator) on next Tuesday the winner amongst the comments.

And the winner will receive the 75 euros Google Adwords coupon.

Win a 75 euros Google Adwords coupon

How to create an home screen iPhone icon for your blog

Posted on 18 Aug 2011 in Blogging | Comments Off

If you are running a blog and you want to have a dedicated icon for your blog on iPhone and iPad homescreen instead of a basic screenshot, here are the steps to follow:

1/ Create you iPhone icon

You can create your own icon by yourself with 57px X 57px dimensions or you can use this cool iPhone icons generator.

Then save your picture file and upload it with your FTP on your blog.

2/ Add the code in the header

Open the header file of your blog (on wordpress it’s header.php) and ad this line of code :

<link rel=”apple-touch-icon” href=”IMAGE-URL” />

Don’t forget to replace the IMAGE-URL.

3/ Test it

Open your blog on an iPhone or iPad.

Click “Add to Home Screen” button.

How to create an homescreen iPhone icon for your blog      How to create an homescreen iPhone icon for your blog 2

Enjoy the result!

How to create an homescreen iPhone icon for your blog 3     How to create an homescreen iPhone icon for your blog 2

Additional tip for Worpress users: if you want to create a mobile version of your blog you can download the WPtouch plugin. You will then need to add the code as well on the  “Stats & Custom Code” section in the WPtouch plugin to make it work on both version (mobile and original versions).