Add support for Bing Webmaster Tools site verification

This commit is contained in:
andrigamerita 2025-06-06 13:37:58 +02:00 committed by GitHub
commit c387e83f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 80 additions and 3 deletions

View file

@ -196,6 +196,13 @@
<small><em><?php echo i18n('For_google_site_verification_meta');?></em></small>
</div>
</div>
<div class="form-group row">
<label for="bing.wmt.id" class="col-sm-2 col-form-label"><?php echo i18n('Bing_Webmaster_Tools');?></label>
<div class="col-sm-10">
<input type="text" name="-config-bing.wmt.id" class="form-control" id="bing.wmt.id" value="<?php echo valueMaker(config('bing.wmt.id'));?>" placeholder="<?php echo i18n('widget_key_placeholder');?>">
<small><em><?php echo i18n('For_msvalidate_01_meta');?></em></small>
</div>
</div>
<br>
<h4><?php echo i18n('Social_Media');?></h4>
<hr>