Hi, this plugin is based on the project “tarteaucitron.js”, and you need to read the doc, it will explain how the core works = https://opt-out.ferank.eu/en/install/
About the integration method, like for eg Google Map Embed, you have to change the way you call it in wordpress: the traditionnal “iframe scr=”” will be remplaced by
<div class="googlemapssearch" data-search="SEARCHWORDS" data-api-key="YOUR_GOOGLE_MAP_API_KEY" width="WIDTH" height="HEIGHT" ></div>
Idem, you will no longer use the script provide by Google Analytics, but the script provide by tarteaucitron, e.g. :
<script type="text/javascript">
tarteaucitron.user.gajsUa = 'UA-XXXXXXXX-X';
tarteaucitron.user.gajsMore = function () { /* add here your optionnal _ga.push() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gajs');</script>
Like author said, when (s)he will get time, (s)he will create shortcodes that will help for integration.
Conclusion: you have to know how to deal with the code and wp templates, if you don’t, just forget. Hope that help, maybe some people more experimented will give you better answer.
By the way, I came here to congratulate the author Ricci Dorian for making this great AND FREE plugin! Thank you !
Akal