You may have noticed the tracking code feature that we provide on the Manage page of your social network. While the primary intention of this box is to allow you to use your third party tracking code, such as Google Analytics, it's capable of much more.
By allowing you to append any PHP or JavaScript to the footer of your social network, it's the key to customizing your social network without requesting access to your source code. If you've ever used GreaseMonkey for Mozilla Firefox before, you probably already understand this.
You should consider using these hacks to customize a social network if any of the following apply to you:
Just replace http://yoursite.com below with the address of your forum:
<script type="text/javascript">Just replace http://yoursite.com below with the address you want the header to link to:
<script type="text/javascript">This one is a personal favorite:
<script type="text/javascript">
if (document.getElementById('pageEnd')) {
document.getElementById('pageEnd').rows = "20";
document.getElementById('pageEnd').cols = "58";
}
</script>
Yes!
These tracking code hacks are called hacks for an important reason! These are not full blown features and as a result they may not be tested with all web browsers. Furthermore, many of them may step on each others' toes when used at the same time. In other words, if you install one and see something strange, start your troubleshooting by removing it.
Last updated by Ning Developer Admin Sep 9.
© 2008 Created by Ning Developer Admin