Skip to content

Cute Chat / Web Messenger Developer's Guide - How can I set up banner ads?

Cute Chat / Web Messenger Developer's Guide Prev Page Prev Page
FAQ
Embed mode
Localization
Oracle and Access
Cute Web Messenger

How can I set up Cute Web Messenger banner ads?


You can find the MessengerAds.ascx from ~/CuteSoft_Client/CuteChat/Advertising/ directory.

The MessengerAds User Control is responsible for displaying the bottom banner at the bottom of Cute Web Messenger.


It contains a 250x60 image by default. You can insert the text/image/flash to display the needed ads HTML.

 

<%@ Control Language="c#" %>

<div align="center">

<a href="http://www.richscripts.com/" target="_blank"><img src="images/cutechat_banner2.gif" border="0"></a>

</div>