Want to advertise a product or service in your MailPress newsletter? I did this by adding a horizontal banner ad at the bottom of the newsletter email, just above the footer. Here’s how:

Firstly, create a horizontal banner ad image using The Gimp or some other graphics editing package. Make it the same width as the header image in your theme, which you can work out by looking for HEADER_IMAGE_WIDTH in your MailPress theme’s MP_theme_html.class.php. I found a height of about 100 pixels looked good for me. Save the image in your theme’s images directory named horizbanner.jpg.

Secondly, add these lines to the end of the style array in your theme’s style.php:

'bannerad_img' => "margin:0 4px; border:none; padding:0;",

Finally, add these lines to the top of your theme’s footer.php:

<a href="http://site.com/targeturl" title="Click Here to Get The Product" rel="generator">
    <img src='images/horizbanner.jpg' <?php $this->classes('bannerad_img'); ?> />
</a>

Customise the target URL in the href field to point to the page you want readers to visit when they click, and the title to describe the product they’ll be getting.

Categories: MailPress

Graham

I'm the creator of BuildYourBlog.net.

12 Comments

Tapha · November 9, 2012 at 3:52 pm

I have only recently started using mailpress, so this is really useful.

Had one or two issues with footer code, but sorted it out as it was my error. 🙂

Molly · September 19, 2012 at 2:14 pm

This is a good tutorial I can pass on to someone I know who is in the process of adding a Newsletter to their blog and just what he is looking for. Whilst I think it is good to keep things simple a professional banner at the bottom of the Newsletter could definitely a nice touch. Thanks!

name card · September 16, 2012 at 2:32 am

before i tried Want to advertise a product or service in your MailPress newsletter. But have difficult. Thanks so much for your share

Rob White · August 30, 2012 at 7:03 pm

Excellent information, Graham. Adding banner ads this way will certainly be useful for many bloggers and other persons who are looking to do some advertising on their website. Thanks for sharing the information on where to get the ad designed and the coding.

DJ Maak · August 21, 2012 at 2:07 am

Hey Graham,

Thanks for the great tip. I’m always looking for non-invasive ways to add advertising to my newsletters. I agree with Jess that too many ads are a big turn off (or if they jump in your face right at the beginning). I also agree with you that a single banner ad at the end of a newsletter shouldn’t bother anyone.

Jess · August 7, 2012 at 5:40 pm

The more ads you use in your mails the less people will read them. Do you personally read the mails with ads? I don’t. And if you really want to have an effective mail strategy, don’t use it.

    Graham · August 12, 2012 at 1:12 pm

    Well I don’t think a single banner ad is going to put anyone off, especially when it’s at the bottom of the email. Cheers, Graham

Anna · June 27, 2012 at 4:26 pm

Thanks so much for sharing this great tip! I have been wondering how people do this and now I know. I knew there had to be a simple way to add a banner to the bottom and just couldn’t figure out the code.

Kevin Gabbard · June 26, 2012 at 3:35 am

I’m glad that people know the technical stuff, share it with us that are less savvy. It greatly helps us to build better more attractive, better presented websites to keep our viewers engaged. Thank you for sharing.

Elena Anne · June 20, 2012 at 3:56 am

This is great! Thanks for letting us know. It is always helpful to learn knew things like this. It is amazing how many different options and ideas there are for making your blog truly your own. It is important to have a blog that is well designed and catches the readers’ eyes.

Duffie · June 15, 2012 at 5:00 pm

Great idea Graham I can’t wait to try it as we will certainly will make good use of it.
Thanks for sharing that with me, I wouldn’t have worked that out for myself !

Ann · June 15, 2012 at 2:28 am

Hi Graham,
This is a great advertising method for me. And, you make it sound so easy! I’m going to try this right away.

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.