This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

China Video Block

چۈشەندۈرۈش

🇨🇳 🎬 🧱 This Gutenberg block allows for embedding a video in a WordPress post or page. If the user who views the page is in China, a different video will show from users in the rest of the world. This is to appropriately deal with China’s Internet wall which blocks YouTube and other video platforms.

For more information on how to develop this block, please see the github repo.

The plugin has been developed for CNCF and The Linux Foundation.

ئېكران كەسمىسى

  • China Video block inserted into a post.

بۆلەك

بۇ قىستۇرما 1 بۆلەك تەمىنلەيدۇ.

  • China Video Block

ئورنىتىش

  1. Upload the plugin files to the /wp-content/plugins/china-video-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ›Plugins‹ screen in WordPress
  3. Use the Settings->China Video Block screen to set the IPInfo.io token
  4. Insert the block into a post or page.

باھالاشلار

2019-يىلى 2-ئاۋغۇست
If you're working on optimizing your website for Chinese-based customers - this is a great plugin the simplifies the ability to have a fallback to a non-YouTube video so your Chinese customers could have the same experience as others. Also, the support was fantastic! Great developer!
1 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«China Video Block» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«China Video Block» 2 تىلغا تەرجىمە قىلىنغان. تەرجىمانلارنىڭ تۆھپىسى ئۈچۈن رەھمەت.

«China Video Block» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

0.2.5

Fixes PHP Notice «Trying to access array offset on value of type bool»
WordPress 5.8 compatibility

0.2.4

  • loads the front-end script using wp_enqueue_script() only when the block is present on the page

0.2.3

  • fixed the ver number on the script so that the block doesn’t keep breaking

0.2.2

  • added a browser-busting version querystring for the front.js file so that browsers download the new file when it updates

0.2.1

  • added compiled build file

0.2.0

  • rewrite of the code to favor the China video; the problem was that, when favoring the non-China video, it would produce a failed request for users in China since it was loaded on page load before being changed to the China video
  • when the ipinfo call produces and error, no cookie value is now set so that the call can be tried again during a subsequent page load

0.1.0

  • First release