Suggestion #36666
add a content element with code to disable user tracking
| Status: | Accepted | Start date: | 2012-04-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Frontend Plugins | |||
| Target version: | - | |||
| TYPO3 Version: | 6.1 | Tags: | ||
| PHP Version: | 5.4 | Reporter: | ||
| Has patch: | No | |||
| Votes: | 0 |
Description
Piwik offers an opt-out cookie for visitors. Piwikintegration could add a content element to display the opt-out form. Such a new CE would fit nicely into the new government package.
in BE module in privacy tab you can get the HTML source:
<iframe frameborder="no" width="600px" height="200px" src="https://example.org/typo3conf/piwik/piwik/index.php?module=CoreAdminHome&action=optOut&language=de"></iframe>
But an iframe hast layout/design issues, i.e. it doesn't integrate well in corporate design without further customization. I don't know piwik, maybe it's possible to passthrough generated code to implement a new content element type?
History
Updated by Kay Strobach about 1 year ago
hi,
sry for late response
generally piwik just adds a cookie. This is possible, as long, as the piwik installation and the website are on the same host, than this could be easily achieved.
Do you like to sponsor this feature
Updated by Kay Strobach about 1 year ago
- Category set to Frontend Plugins
Updated by Kay Strobach 28 days ago
- Status changed from New to Accepted
- TYPO3 Version set to 6.1
- PHP Version set to 5.4
- Has patch set to No