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β¦