Go Back   Pligg CMS Forum > Other > Suggestions

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-12-2006, 09:29 AM
Constant Pligger
 
Join Date: Jan 2006
Posts: 197
Thanks: 1
Thanked 0 Times in 0 Posts
Refferals

instead of directly linking to the article, how about a refferal (www.yoursite.com/refferal?id=3) this way we can (I belive) track outclicks.
Reply With Quote
  #2 (permalink)  
Old 02-18-2006, 07:38 PM
AshDigg's Avatar
Coder
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
I'd look to do it how google ads work. Where you can see the actual URL when you mouseover but when you click it actually goes through google first.

Does anyone know of example code (without taking it directly from google)?
__________________
- Ash
Reply With Quote
  #3 (permalink)  
Old 02-20-2006, 04:22 PM
Casual Pligger
 
Join Date: Jan 2006
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Does anyone know of example code (without taking it directly from google)?
yes here is it

Code:
<a href="http://www.realurl.any" target="_new" onmouseout="window.status=''; return true;" onmouseover="window.status='http://www.mouseoverurl.any'; return true;">text</a>
Reply With Quote
  #4 (permalink)  
Old 02-20-2006, 07:15 PM
Constant Pligger
 
Join Date: Jan 2006
Posts: 197
Thanks: 1
Thanked 0 Times in 0 Posts
real reason i was asking this was to count outclicks from the site.

real url is assigned a ID, id is passed through a counter page, which logs that click, then redirects to the real url.

next time the page is loaded, the counter adds 1!
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Search Engine Friendly URLs by vBSEO 3.2.0