Linux 软件免费装

ArtInAR – 2D to 3D Art

开发者 roesware
更新时间 2026年3月8日 20:58
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode woocommerce 3d product augmented reality

下载

1.1

详情介绍:

Art In AR adds an AR/3D button to WooCommerce product pages so customers can view your product in their own space. It supports GLB (Android) and USDZ (iOS) models and works with Advanced Custom Fields (ACF) or standard post meta. Features: Translations Requirements

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via the WordPress dashboard.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Configure the meta keys and texts via Settings → Art In AR.
  4. Default meta keys: art_in_ar_glb_url and art_in_ar_usdz_url.
  5. Add the GLB/USDZ URLs to your product (via ACF or post meta).
  6. Optional: use the [art_in_ar_buttons] shortcode to place the buttons manually.

屏幕截图:

  • Settings page with meta key and text options.

升级注意事项:

1.1 Adds per-variation AR/3D model support for WooCommerce variable products. 1.0.0 Initial stable release.

常见问题:

The 3D model fails to load ("Failed to fetch")

If you host your GLB files on a different domain or a CDN, ensure that your server sends the correct CORS headers. Specifically, the Access-Control-Allow-Origin header must be present. The plugin automatically adds crossorigin="anonymous" when an external URL is detected to support this.

Where do I store the GLB/USDZ URLs?

Use the standard post meta fields art_in_ar_glb_url and/or art_in_ar_usdz_url. If ACF is installed, you can also use ACF fields with those keys.

Does this work without ACF?

Yes. The plugin tries get_field() first and falls back to get_post_meta().

Can I change the button position?

Yes, via Settings → Art In AR you can adjust the WooCommerce hook or disable automatic display and use the shortcode.

Does the plugin load external scripts or track users?

Yes, it utilizes Google Scene Viewer for AR on Android. No tracking is performed by the plugin itself. The QR-code styling library is bundled locally for better privacy. See the Privacy section for more details.

更新日志:

1.1 1.0.0 Initial release.