Millyroad Portfolio
WordPress plugin: gate Millyroad portfolio access via MemberPress memberships
by Millyroad · github.com/deltabadger/millyroad-wordpress · website
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/deltabadger/millyroad-wordpress/archive/refs/heads/main.zipDisplay your Millyroad portfolio to MemberPress members via signed URLs.
Description
Share your Millyroad crypto portfolio with your WordPress members. This plugin integrates with MemberPress to control which membership levels can access your portfolio.
How it works:
- Generate an access token on your Millyroad portfolio (Share → "Grant access to external platforms")
- Configure the plugin with your portfolio UID and token
- Select which MemberPress memberships can view the portfolio
- Add
[millyroad_portfolio]to any page or post - Members with the right membership click through to view your portfolio on Millyroad
Links are signed with HMAC and expire after 5 minutes, preventing unauthorized sharing.
Installation
- Upload the
millyroad-portfoliofolder to/wp-content/plugins/ - Activate the plugin
- Go to Settings > Millyroad Portfolio
- Enter your Portfolio UID and access token (from Millyroad Grant Access modal)
- Select allowed MemberPress memberships
- Add
[millyroad_portfolio]shortcode to your pages
Shortcode
[millyroad_portfolio] — uses settings from the admin page
Optional attributes:
uid— override the portfolio UIDtext— override the button text
Example: [millyroad_portfolio uid="abc123" text="See My Portfolio"]
Changelog
1.0.0
- Initial release