MyBB Community Forums

Full Version: Include javascipt in PMS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,
Is there any way that I can include a javascript code in my private messages?
Example:

<script>
info="<script type="text/javascript"><!--
google_ad_client = "ca-pub-0302792816029678";
/* 1 */
google_ad_slot = "8357453379";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>"

document.write(info)
</script>

I want that when sent to be displayed as an ad.
Home » Template Sets » Your Theme
Edit Template: private_read


Should do it.