Plugin Directory

Changeset 3037141


Ignore:
Timestamp:
02/17/2024 02:41:30 PM (2 years ago)
Author:
warengonzaga
Message:

Update readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thirdweb-wp/trunk/readme.txt

    r3037135 r3037141  
    22Contributors: warengonzaga
    33Donate link: https://github.com/sponsors/warengonzaga
    4 Tags: thirdweb, nft, web3, blokchain, crypto
     4Tags: thirdweb, nft, web3, blokchain, crypto, dapps, decentralization, decentralized, smart, contracts
    55Requires at least: 2.8.0
    66Tested up to: 6.4.0
     
    1010License URI: https://opensource.org/licenses/GPL-3.0
    1111
    12 A community WordPress plugin for [thirdweb](https://thirdweb.com). Turn your WordPress website into Web3 instantly and easily with thirdweb. 💻🌏
     12A community WordPress plugin for thirdweb. Turn your WordPress website into Web3 instantly and easily with thirdweb. 🚀💻🧩
    1313
    1414== Description ==
    15 Community contributed WordPress plugin for thirdweb features. Turn your WordPress website into Web3 instantly and easily with thirdweb.
     15A community WordPress plugin for [thirdweb](https://thirdweb.com). Turn your WordPress website into Web3 instantly and easily with thirdweb. 🚀💻🧩
    1616
    1717== Setup ==
    18181. Go to your WordPress admin dashboard.
    19 2. Go to `Settings > thirdweb WP`.
     192. Go to __Settings > thirdweb WP__.
    20203. Save your thirdweb Engine URL and Access Token.
    21 4. Click `Save Changes`.
     214. Click __Save Changes__.
    22225. You're all set! 🎉
    2323
    24 > Note:
    25 > 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.
     24*__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.*
    2625
    2726== Usage ==
    2827Reading contract address using `[twcontract]` shortcode.
    2928
    30 ```text
    31 [twcontract address="0x00..." chain="84531" function="tokenURI:0"]
    32 ```
     29`[twcontract address="0x00..." chain="84531" function="tokenURI:0"]`
    3330
    34 - `address` - The contract address.
    35 - `chain` - The chain name or ID.
    36 - `function` - The function name and arguments.
    37   > Note:
    38   > `functionName:arg1` for single argument.
    39   > `functionName:arg1,arg2` for multiple arguments.
     31*Shortcode Attributes*
     32- _address_ - The contract address.
     33- _chain_ - The chain name or ID.
     34- _function_ - The function name and arguments.
     35
     36__Note__:
     37`functionName:arg1` for single argument.
     38`functionName:arg1,arg2` for multiple arguments.
    4039
    4140_More features coming soon..._
    4241
    4342== Frequently Asked Questions ==
     43
     44= What is thirdweb? =
     45The full stack web3 development platform. Onboard users with wallets, build & deploy smart contracts, accept fiat with payments, and scale apps with infrastructure. [Learn more](https://thirdweb.com).
     46
     47= What is thirdweb Engine? =
     48Production-grade HTTP server to interact with any smart contract on any EVM. Engine lets you create and interact with backend developer wallets, enabling high throughput with automatic nonce and gas management. [Learn more](https://thirdweb.com/engine).
     49
     50= Is this an official WordPress plugin for thirdweb? =
     51This is an unofficial WordPress plugin however [the author of this project is part of the thirdweb team](https://thirdweb.com/about#:~:text=%40Sian_Morton-,Waren%20Gonzaga,-%40warengonzaga). This is just a community-contributed open source project and not part of the official product offered by thirdweb.
    4452
    4553= Can I contribute? =
Note: See TracChangeset for help on using the changeset viewer.