Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiveWidgets - Who Is Online? #1380

Open
robocoder opened this issue May 25, 2010 · 11 comments
Open

LiveWidgets - Who Is Online? #1380

robocoder opened this issue May 25, 2010 · 11 comments
Labels
c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@robocoder
Copy link
Contributor

We have received permission from Martin Angelov to include his "Who is online?" widget in Piwik.

See demo at: http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/

To Do:

@robocoder
Copy link
Contributor Author

Files:

  • connect.php - use Piwik's db connection instead
  • functions.php - get_tag() parses hostip.info response; is_bot() is used to prevent direct access to the .php files by bots
  • geodata.php - returns top 15 countries with most visitors and flags
  • online.php - tracker and current count
  • table.sql - redundant; use Piwik's log_visit table

Re-mapping columns to Piwik:

  • id - idvisit
  • ip - location_ip
  • country - (n/a - use a translation lookup on the country code)
  • countrycode - location_country
  • city - (n/a - not used by "Who is online?"; could be mapped
  • dt - visit_last_action_time

@julienmoumne
Copy link
Member

I would like to work on this ticket to have a feel on how plugins are developed within Piwik.

Could you please confirm that this widget would be added on the dashboard using "Add a widget" -> "Live!" -> "Who is online?"

Also, would the widget be integrated as is or should its design be remodeled
to look like the other widgets. E.g: should it be enclosed in the "widget container", I'm refering to :

<div id="" class="widget">
    <div class="widgetTop"/>
    <div class="widgetContent"/>
</div>

@robocoder
Copy link
Contributor Author

Attachment:
arrow_up.gif

@robocoder
Copy link
Contributor Author

Notes:

  • use attached image, arrow_up.gif, to replace arrow.png
  • the demo's slide out effect to display the visitor-by-country panel isn't suited to iframes, so should not be implemented as a single Piwik widget
  • implement two separate Piwik widgets:
    • Live Counter
    • Live Visitors By Country
  • use JavaScript and jQuery to .load these two widgets, duplicating the effect in Martin's demo
  • may want to use setContentType from Overrideable Content-Type for Piwik_View #1384

@mattab
Copy link
Member

mattab commented May 28, 2010

Julien, you are welcome to work on it indeed :)

@robocoder
Copy link
Contributor Author

There's some ambiguity with the license and I haven't received a response from Martin yet, so I'll wrap this into a third-party plugin, in the interim.

@robocoder
Copy link
Contributor Author

Attachment: Released under GPL by Martin Angelov
who-is-online-gpl.zip

@mattab
Copy link
Member

mattab commented Apr 28, 2011

It would be nice to do this I think, would improve our 'marketingness' as we could maybe put a little piwik logo or a link in the output?

Also, this widget is a nice idea: http://s04.flagcounter.com/count/lng/bg=FFFFFF/txt=000000/border=CCCCCC/columns=2/maxflags=18/viewers=0/labels=1/pageviews=1/

@mattab
Copy link
Member

mattab commented Apr 28, 2011

Attachment:
Flags widget image + counter.png

@robocoder robocoder added this to the Future releases milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@ThaDafinser
Copy link
Contributor

Integrated partly here, by @tsteur http://plugins.piwik.org/LiveTab

@tsteur tsteur added the c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. label Feb 25, 2015
@tsteur
Copy link
Member

tsteur commented Feb 25, 2015

This could be developed in a plugin that could provide several different badges like this. Would be interesting! Especially since it could maybe also give Piwik more visibility if people embed it on their website.

In LiveTab I only display the number of visits etc in the browser tab of the Piwik user and I currently do not intend to extend it due to not having enough time :(

Maybe someone wants to develop this in a plugin? Added a label...

@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

5 participants