J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Offline Plugin (1 viewing) 
Go to bottom
TOPIC: Re:Offline Plugin
#1427
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:Offline Plugin Karma: 79  
If the plugin offers to enter HTML code a possible workaround should be using the events manager and enter an iframe hidden html with the link to that event to be tracked.

This is similar to the technique used to track documents download directly stored on the server. In the pdf documentation it's explained at the paragraph 'Track direct document download'

If can enter the iframe in the plugin code using the url pointing to a single event the tracking will be recorded, socu as the following:

Code:

<iframe src="http://mysite.com/index.php?option=com_jrealtimeanalytics&track=1" style="display:none"></iframe>
Of course if you enter simply an iframe to the site the home page should be tracked with no events manager involved:
Code:

<iframe src="http://mysite.com" style="display:none"></iframe>
Best regards John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
Offline Plugin
acecom
    thread link
thread linkthread link Re:Offline Plugin
John Dagelmore
    thread link
thread linkthread link Re:Offline Plugin
acecom
    thread link
thread linkthread linkthread link Re:Offline Plugin
John Dagelmore
    thread link
thread linkthread link Re:Offline Plugin
acecom
    thread link
thread linkthread linkthread link Re:Offline Plugin
John Dagelmore
    thread link
thread linkthread link Re:Offline Plugin
acecom
    thread link
thread linkthread linkthread link Re:Offline Plugin
John Dagelmore
    thread link
thread linkthread link Re:Offline Plugin
acecom
    thread link
thread linkthread linkthread link Re:Offline Plugin
John Dagelmore
Go to top