You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
|
|
|
<h3 class="titrem"><:tarteaucitron:cfg_titre_ajouter_services:></h3> |
|
|
|
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>] |
|
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>] |
|
|
|
<form method="post" action="#ENV{action}"> |
|
<div> |
|
#ACTION_FORMULAIRE{#ENV{action}} |
|
|
|
<fieldset> |
|
<legend>Services Google</legend> |
|
[(#REM) Gtag : voir à ce propos |
|
https://developers.google.com/analytics/devguides/collection/gtagjs/ |
|
et https://juliencoquet.com/en/2017/09/11/switch-google-analytics-global-site-tag/][ |
|
(#SAISIE{input, gtag, label=Google global site tag (gtag.js), explication=Replace GA_MEASUREMENT_ID with the ID of the Google Analytics property to which you want to send data, placeholder=GA_MEASUREMENT_ID})] |
|
|
|
[(#SAISIE{input, gmap, label=Google Map API Key, explication=Enter your Google Map API Key, placeholder=API KEY})] |
|
</fieldset> |
|
|
|
<fieldset> |
|
<legend>Services Facebook</legend> |
|
[(#SAISIE{checkbox, fb, label=Boutons de Like et Partage Facebook, datas=[(#ARRAY{fb,fb})]})] |
|
|
|
[(#SAISIE{input, fb_pixel, label=Facebook Pixel, explication=Enter your FacebookPixel ID, placeholder=YOUR_ID})] |
|
</fieldset> |
|
|
|
<input type="hidden" name="_meta_casier" value="tarteaucitron/services" /> |
|
<p class="boutons"><span class="image_loading"> </span><input type="submit" class="submit" value="<:bouton_enregistrer:>" /></p> |
|
</div> |
|
</form> |
|
</div>
|
|
|