
thirdweb WP
by Waren Gonzaga on WordPress.org
A community WordPress plugin for thirdweb. Turn your WordPress website into Web3 instantly and easily with thirdweb. ๐๐ป๐งฉ
A community WordPress plugin for thirdweb. Turn your WordPress website into Web3 instantly and easily with thirdweb. ๐๐ป๐งฉ
Setup
- Go to your WordPress admin dashboard.
- Go to Settings > thirdweb WP.
- Save your thirdweb Engine URL and Access Token.
- Click Save Changes.
- Youโre all set! ๐
Note: You can also save your default or global address and chain across your wordpress site. Just go to Settings > thirdweb WP and fill the Default Contract Address and Default Chain fields. Click Save Changes to save your settings.
Usage
Reading contract address using [contract]
shortcode.
[contract address="0x00..." chain="84531" function="tokenURI:0"]
Shortcode Attributes
โ address โ The contract address.
โ chain โ The chain name or ID.
โ function โ The function name and arguments.
Note:
functionName:arg1 for single argument.
functionName:arg1,arg2 for multiple arguments.
More features coming soonโฆ