field-bulk-edit.php
9 months ago
field-meta-box-news.php
9 months ago
field-meta-box.php
7 months ago
field-news-categories.php
9 months ago
field-news-hierarchical.php
7 months ago
field-news-keywords.php
7 months ago
field-news-name.php
10 months ago
field-news-notifier.php
7 months ago
field-news-post-type.php
9 months ago
field-news-stocktickers.php
7 months ago
field-quick-edit.php
1 year ago
field-robots.php
1 year ago
field-sitemap-author-settings.php
7 months ago
field-sitemap-authors.php
9 months ago
field-sitemap-custom.php
1 year ago
field-sitemap-disable.php
1 year ago
field-sitemap-notifier.php
3 months ago
field-sitemap-post-type-settings.php
3 months ago
field-sitemap-post-types-limit.php
1 year ago
field-sitemap-post-types.php
9 months ago
field-sitemap-server.php
7 months ago
field-sitemap-slug.php
9 months ago
field-sitemap-taxonomies.php
9 months ago
field-sitemap-taxonomy-settings.php
7 months ago
field-sitemap-urls.php
1 year ago
field-sitemaps.php
1 year ago
help-tab-advanced.php
7 months ago
help-tab-authors.php
7 months ago
help-tab-news-categories.php
1 year ago
help-tab-news-hierarchical.php
9 months ago
help-tab-news-keywords.php
1 year ago
help-tab-news-name.php
1 year ago
help-tab-news-notifier.php
7 months ago
help-tab-news-post-types.php
1 year ago
help-tab-news-sidebar.php
1 year ago
help-tab-news-stocktickers.php
1 year ago
help-tab-news.php
1 year ago
help-tab-post-types-general.php
1 year ago
help-tab-post-types.php
7 months ago
help-tab-robots.php
1 year ago
help-tab-sidebar.php
1 year ago
help-tab-sitemaps.php
1 year ago
help-tab-support.php
7 months ago
help-tab-taxonomies.php
7 months ago
notice-xmlsf-advanced-news.php
1 year ago
notice-xmlsf-advanced.php
1 year ago
page-sitemap-news.php
7 months ago
page-sitemap.php
9 months ago
section-advanced-compat-message.php
10 months ago
section-advanced-intro.php
1 year ago
section-advanced-news-compat-message.php
10 months ago
section-bwt-data.php
3 months ago
section-bwt-oauth-intro.php
7 months ago
section-bwt-oauth-stage-1.php
7 months ago
section-bwt-oauth-stage-2.php
7 months ago
section-gsc-data-news.php
4 months ago
section-gsc-data.php
3 months ago
section-gsc-oauth-intro.php
7 months ago
section-gsc-oauth-stage-1-2.php
3 months ago
section-gsc-oauth-stage-3.php
7 months ago
section-ping-log.php
4 months ago
sidebar-advanced-plug.php
3 months ago
sidebar-bwt-connect.php
7 months ago
sidebar-contribute.php
10 months ago
sidebar-gsc-connect.php
7 months ago
sidebar-help.php
7 months ago
sidebar-links.php
7 months ago
sidebar-news-advanced-plug.php
7 months ago
sidebar-news-links.php
7 months ago
sidebar-news-tools.php
9 months ago
sidebar-priority-support.php
9 months ago
sidebar-tools.php
9 months ago
section-bwt-oauth-stage-1.php
84 lines
| 1 | <?php |
| 2 | /** |
| 3 | * BWT Oauth section stage 1 |
| 4 | * |
| 5 | * @package XML Sitemap & Google News |
| 6 | */ |
| 7 | |
| 8 | ?> |
| 9 | <h3><?php esc_html_e( 'Prerequisites', 'xml-sitemap-feed' ); ?></h3> |
| 10 | <ol> |
| 11 | <li> |
| 12 | <?php |
| 13 | printf( |
| 14 | /* translators: %s: Link to Bing Webmaster Tools */ |
| 15 | esc_html__( 'You need an account on %s. In case you do not already have a Bing Webmaster account, sign up using any Microsoft, Google or Facebook ID.', 'xml-sitemap-feed' ), |
| 16 | '<a href="https://www.bing.com/webmasters/" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Bing Webmaster Tools', 'xml-sitemap-feed' ) . '</a>' |
| 17 | ); |
| 18 | ?> |
| 19 | </li> |
| 20 | <li> |
| 21 | <?php |
| 22 | printf( |
| 23 | /* translators: %s: Link to https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b */ |
| 24 | esc_html__( 'Your site property needs to be set up in Bing Webmaster Tools. If you have not already done that, follow the instructions on %s.', 'xml-sitemap-feed' ), |
| 25 | '<a href="https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b" target="_blank" rel="noopener noreferrer">https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b</a>' |
| 26 | ); |
| 27 | ?> |
| 28 | </li> |
| 29 | </ol> |
| 30 | <p> |
| 31 | <?php esc_html_e( 'Follow the steps below to create a Bing Webmaster Tools API key.', 'xml-sitemap-feed' ); ?> |
| 32 | <?php esc_html_e( 'Please use a Microsoft account that has at least Read-write access to the site property in Bing Webmaster Tools.', 'xml-sitemap-feed' ); ?> |
| 33 | </p> |
| 34 | <h3><?php esc_html_e( 'Stage I. Create an API key', 'xml-sitemap-feed' ); ?></h3> |
| 35 | <ol> |
| 36 | <li> |
| 37 | <?php |
| 38 | printf( |
| 39 | /* translators: %1$s: Bing Webmaster Tools, %2$s: Settings */ |
| 40 | esc_html__( 'Sign in to your account on %1$s and open %2$s via the gear icon on the top right.', 'xml-sitemap-feed' ), |
| 41 | '<strong><a href="https://www.bing.com/webmasters/" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Bing Webmaster Tools', 'xml-sitemap-feed' ) . '</a></strong>', |
| 42 | '<strong>' . esc_html__( 'Settings', 'xml-sitemap-feed' ) . '</strong>' |
| 43 | ); |
| 44 | ?> |
| 45 | </li> |
| 46 | <li> |
| 47 | <?php |
| 48 | printf( |
| 49 | /* translators: %1$s: API Access, %2$s: API Key, %3$s: Generate API Key */ |
| 50 | esc_html__( 'Select %1$s (read and accept the Terms and Conditions if displayed) and go to %2$s.', 'xml-sitemap-feed' ), |
| 51 | '<strong>' . esc_html__( 'API Access', 'xml-sitemap-feed' ) . '</strong>', |
| 52 | '<strong>' . esc_html__( 'API Key', 'xml-sitemap-feed' ) . '</strong>' |
| 53 | ); |
| 54 | ?> |
| 55 | </li> |
| 56 | <li> |
| 57 | <?php |
| 58 | printf( |
| 59 | /* translators: %1$s: API Access, %2$s: API Key, %3$s: Generate API Key */ |
| 60 | esc_html__( 'If you do not already have an API key, click %s to create one.', 'xml-sitemap-feed' ), |
| 61 | '<strong>' . esc_html__( 'Generate API Key', 'xml-sitemap-feed' ) . '</strong>' |
| 62 | ); |
| 63 | ?> |
| 64 | </li> |
| 65 | <li> |
| 66 | <?php |
| 67 | printf( |
| 68 | /* translators: %s: Copy (button) */ |
| 69 | esc_html__( 'Click %s to copy the API key, then paste it into the field below.', 'xml-sitemap-feed' ), |
| 70 | '<strong>' . esc_html__( 'Copy', 'xml-sitemap-feed' ) . '</strong>', |
| 71 | ); |
| 72 | ?> |
| 73 | </li> |
| 74 | </ol> |
| 75 | <p> |
| 76 | <?php |
| 77 | printf( |
| 78 | /* translators: %s: Save Changes */ |
| 79 | esc_html__( 'After clicking %s the API key will be tested. If successful, you will get redirected back to the plugin settings page. If an error is encountered, you will see the error message on the next page load.', 'xml-sitemap-feed' ), |
| 80 | '<strong>' . esc_html( \translate( 'Save Changes' ) ) . '</strong>' // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction |
| 81 | ); |
| 82 | ?> |
| 83 | </p> |
| 84 | <hr> |