This is quite interesting, thanks for this.
I was wondering whether you could modify this technique to only use a single page (the one that is loaded into the IFRAME in the non-vB pages).
The url to the page can have a parameter...
So instead of loading this:-
HTML Code:
src="http://www.yourdomain.com/extra_online_users.php"
Could you do this:-
HTML Code:
src="http://www.yourdomain.com/extra_online_users.php?id=mypage1"
src="http://www.yourdomain.com/extra_online_users.php?id=mypage2"
etc...
Is it then possible to identify the parameter (query string) in the URL from within the plugin and save replicating the 'extra_online_users.php' page over and over?
No idea if this could work, just thinking out loud.
:up: