Increment Counter
5 posts by 4 authors in: Forums > CMS Builder
Last Post: June 9, 2012 (RSS)
By design9 - June 6, 2012
Thanks!
April
I have attached my details page as well in case you need to look at it.
Re: [design9] Increment Counter
By gkornbluth - June 7, 2012
Take a look at this post.
http://www.interactivetools.com/forum/gforum.cgi?post=92168
Hope it gives you some ideas,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] Increment Counter
By design9 - June 8, 2012
Thanks!
April
Re: [design9] Increment Counter
By Jason - June 8, 2012
There are a couple of approaches you could take here. The easiest I can think of is having your facebook icon click refresh your page with an extra variable in the URL. On your page, you can detect this variable, and then increment your counter before redirecting them to the facebook page. The user shouldn't notice a difference at all.
Hope this helps,
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Increment Counter
By Toledoh - June 9, 2012
ie.
<a href="http://www.facebook.com" onClick="javascript: pageTracker._trackPageview("/links/facebook.com");">
If you're inserting links via CMSB, just put the link as the href and as the trackPageview.
Tim (toledoh.com.au)