WP Manifestindependent plugin directory
manifest / ecommerce / wordpress-shoppable-image

Shoppable Image

Shoppable WordPress Plugin

by Jirakit Pawnsakunrungrot · github.com/sunny420x/wordpress-shoppable-image · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sunny420x/wordpress-shoppable-image/archive/refs/heads/master.zip

Declares an update source (https://github.com/sunny420x/wordpress-shoppable-image), so updates arrive through the plugin's own updater.

Readme

image

How to use ?

Create a HTML Code Box and add this following HTML elements:

<div class="products_box" id="..[Indentifier For each image]..">
    <img src="..[Image goes here]..">
    <div class="item" style="position: absolute; left: 5.5%; top: 60%;">
        <div class="interaction">
            <span>●</span>
        </div>
        <div class="content">
            <b><a href="..." target="_blank">น้ำหอมและนำมันสกัด</a></b>
        </div>
    </div>
</div>
<!-- Multiple Clickable Point is supported: This is second point for the same image -->
<div class="products_box" id="..[Indentifier For each image]..">
    <div class="item" style="position: absolute; left: 33%; top: 50%;">
        <div class="interaction">
            <span>●</span>
        </div>
        <div class="content">
            <b><a href="..." target="_blank">เคมีอาหาร</a></b>
        </div>
    </div>
</div>

Read the full README on GitHub →

Releases

TagPublished
1.0.0 Aug 28, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.