promohunt
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate WordPress with GTranslate] blank pageEverything worked – the topic can be closed – answered the support service. Thanks ^)
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API Services Team letterОк. Well done )
Forum: Plugins
In reply to: [WP YouTube Lyte] YouTube API Services Team letterThank you dear Frank! 🙂
Forum: Plugins
In reply to: [WP YouTube Lyte] Getting Error Message After Today’s UpdateI have the same inscription
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Совместимость с плагином WP Youtube LyteПрисоединяюсь – насущная проблема
Forum: Plugins
In reply to: [AMP] AMP and Videoobject microdataThank you very much – I will try and write the result
Forum: Plugins
In reply to: [AMP] AMP and Videoobject microdataOK thanks for the recommendation. I already contacted the author of the plugin through FB. He has not yet decided on amp. Please tell me – how else can you add the markup of a videoobject to amp? Thanks again.
Forum: Plugins
In reply to: [AMP] AMP and Videoobject microdataHello dear Weston. Many thanks
I’m interested in transferring to amp page VideoObject microdataNon amp
https://clck.ru/NVwc5
Amp
https://clck.ru/NVwcTForum: Plugins
In reply to: [AMP] AMP and Videoobject microdataMaybe there is some way to transfer the microdata for a videoobject from a regular page to amp via hook to functions.php?
Forum: Plugins
In reply to: [AMP] AMP and Videoobject microdataHello James. In that topic, he did not show the video – but I have a video showing but does not show microdata.
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Плагин и feedburnerСпасибо большое. Работает отлично. Извините за беспокойство!
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Плагин и feedburnerСпасибо большое, настоящая Поддержка…
код:
function diww_rss_feed_redirect() { global $feed; $new_feed = 'https://feeds.feedburner.com/dir/site'; if (!is_feed()) { return; } if (preg_match('/feedburner/i', $_SERVER['HTTP_USER_AGENT'])){ return; } if ($feed != 'comments-rss2') { if (function_exists('status_header')) status_header( 302 ); header("Location:" . $new_feed); header("HTTP/1.1 302 Temporary Redirect"); exit(); } } add_action('template_redirect', 'diww_rss_feed_redirect');
- This reply was modified 9 months, 2 weeks ago by promohunt.
Forum: Plugins
In reply to: [WP YouTube Lyte] Google Schema WarningsFrank I sent you to Facebook
Forum: Plugins
In reply to: [WP YouTube Lyte] Google Schema WarningsThe affected page contains a video (for example) https://www.youtube.com/watch?v=yLFyFnMPBAU&feature=youtu.be
Forum: Plugins
In reply to: [WP YouTube Lyte] Google Schema WarningsMissing “description” field
Date of discovery: 10/06/2019
Status: ErrorYour site has several problems (144) with the “Video” type of markup. Pages marked with “Video” are not suitable for creating advanced search results in Google Search.
- This reply was modified 1 year, 3 months ago by promohunt.