Adding Feature Request for single product highlight

This commit is contained in:
2025-05-18 10:25:53 -07:00
parent 10634e8f7e
commit 1955b14ac5
3 changed files with 134 additions and 5 deletions

View File

@@ -1,12 +1,29 @@
# fourth-wall-embed-wp
A WordPress Plugin to embed a fourth wall embed.
A WordPress Plugin to embed a Fourthwall store or individual products.
### How to use the plugin
* Download the latest release from [releases](https://repo.anhonesthost.net/CyberCoveLLC/fourth-wall-embed-wp/releases)
* Upload the Plugin to WordPress
* In the WordPress Dashboard, Navigate to the Fourthwall settings page, and paste your store url.
* On the page you want have your store displayed, add the shortcode ```[fourthwall]```
* In the WordPress Dashboard, Navigate to the Fourthwall settings page, and paste your store URL.
This is an early release of the plugin, and if you can think of things that could be improved or find any bugs, please open an issue on the repository.
#### Display your entire store
To display your entire Fourthwall store on a page, use the shortcode:
```[fourthwall]```
#### Display a single product
To display an individual product from your Fourthwall store, use the shortcode with the product URL:
```[fourthwall_single url="https://your-store.fourthwall.com/products/product-name"]```
You can also display the product description by setting the `show_description` attribute to "true":
```[fourthwall_single url="https://your-store.fourthwall.com/products/product-name" show_description="true"]```
### Requirements
* WordPress 6.0 or higher
* PHP 7.4 or higher
* Active Fourthwall store
This plugin allows you to integrate your Fourthwall store directly into your WordPress site, either showing your complete product collection or featuring specific products individually.
If you can think of things that could be improved or find any bugs, please open an issue on the repository.