mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Disable facebook, conversion, twitter, linkedin, google cookies
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<!-- Feedback Widget -->
|
||||
<script src="{{currentpage.prefix}}assets/vendor/feedback-widget.js"></script>
|
||||
<div id="feedback-content"></div>
|
||||
<script>
|
||||
// Options
|
||||
const options = {
|
||||
analyticsConfig: [
|
||||
// { name: 'ga', id: 'UA-45576805-2' },
|
||||
// { name: 'gtm', id: 'GTM-THHW334' },
|
||||
],
|
||||
analyticsName: 'Feedback Widget Tracker',
|
||||
theme: 'xrpl',
|
||||
currentPath: window.location.pathname,
|
||||
parentElement: '#feedback-content',
|
||||
};
|
||||
|
||||
// Init WidgetClass
|
||||
const r = new WidgetClass(options);
|
||||
<!-- <script src="{{currentpage.prefix}}assets/vendor/feedback-widget.js"></script> -->
|
||||
<!-- <div id="feedback-content"></div> -->
|
||||
<script>
|
||||
// // Options
|
||||
// const options = {
|
||||
// analyticsConfig: [
|
||||
// // { name: 'ga', id: 'UA-45576805-2' },
|
||||
// // { name: 'gtm', id: 'GTM-THHW334' },
|
||||
// ],
|
||||
// analyticsName: 'Feedback Widget Tracker',
|
||||
// theme: 'xrpl',
|
||||
// currentPath: window.location.pathname,
|
||||
// parentElement: '#feedback-content',
|
||||
// };
|
||||
//
|
||||
// // Init WidgetClass
|
||||
// const r = new WidgetClass(options);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user