Skip to content

svenpohl/mantisnft-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

mantisnft-release

Wordpress-Plugin for protected content by NFTKey of WAX (EOSIO)

Please download the mantisnft.zip (latest version) and move the mantisnft-directory to your wordpress-plugin-directory!

Publish your premium-content on Wordpress and make it accessible only for the owners of your NFT's (atomichub.io / WAX-Blockchain).

screen1

screen2

screen3

Usage:

Example-Content for your protected KeyNFT - content with wallet-login:

[eosio_login]  
[nft_info]
This content is protected by a KeyNFT. If you have a XUSO-NFT on your wallet, you can access this area. Please login with your WAX-Account.
[/nft_info][nft_content type="collection" collection="xusoxusoxuso" ] Here is your protected content for your users. Put your greatest stuff ever in this area! <iframe width="560" height="315" src="https://www.youtube.com/embed/V5xmTSiYvn4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> [/nft_content]

Shortcode [nft_content] for access by having an NFT of the collection "xusoxusoxuso":

[nft_content type="collection" collection="xusoxusoxuso" ] ...your protected content (with other wordpress-shortcodes maybe) [/nft_content]

Shortcode [nft_content] for access by having an NFT of the collection "xusoxusoxuso" OR "alien.worlds":

[nft_content type="collection" collection="xusoxusoxuso;alien.worlds" ] ...your protected content [/nft_content]

Shortcode [nft_content] for access by having an NFT of the template id "60869":

[nft_content type="template" collection="" template="60869" ] ...your protected content [/nft_content]

Shortcode [nft_content] for access by having an NFT of the template id "60869" OR "113906":

[nft_content type="template" collection="" template="60869;113906" ] ...your protected content [/nft_content]

Shortcode [nft_content] for access by having an NFT of the asset-id "1099545088338":

[nft_content type="asset" collection="" template="" asset="1099545088338" ] ...your protected content [/nft_content]

Shortcode [nft_content] for access by having an NFT of the asset-id "1099545088338" OR "1099539110613":

[nft_content type="asset" collection="" template="" asset="1099545088338;1099539110613" ] ...your protected content [/nft_content]

Shortcode [nft_content] for access by having an NFT of the asset-id "1099545088338" OR "1099539110613":

[nft_content type="asset" collection="" template="" asset="1099545088338;1099539110613" ] ...your protected content [/nft_content]

Shortcode [nft_show_template] showing the asset from collection "xusoxusoxuso" and the template-ID "195931": The parameter "color" can set to white, this results in a white shadowed border.

[nft_show_template collection="xusoxusoxuso" id="195931" color="white"]

Shortcode [claimdropbox] for showing the deposited claimdrops for the user. The user will see his available claimdrops after login

[eosio_login]  

[claimdropbox]

Example-view:

image

About

Wordpress-Plugin for protected content by NFTKey of WAX (EOSIO)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published