WP Manifestindependent plugin directory
manifest / users / millyroad-wordpress

Millyroad Portfolio

WordPress plugin: gate Millyroad portfolio access via MemberPress memberships

by Millyroad · github.com/deltabadger/millyroad-wordpress · website

0stars
0forks

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.zip

Display 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:

  1. Generate an access token on your Millyroad portfolio (Share → "Grant access to external platforms")
  2. Configure the plugin with your portfolio UID and token
  3. Select which MemberPress memberships can view the portfolio
  4. Add [millyroad_portfolio] to any page or post
  5. 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

  1. Upload the millyroad-portfolio folder to /wp-content/plugins/
  2. Activate the plugin
  3. Go to Settings > Millyroad Portfolio
  4. Enter your Portfolio UID and access token (from Millyroad Grant Access modal)
  5. Select allowed MemberPress memberships
  6. Add [millyroad_portfolio] shortcode to your pages

Shortcode

[millyroad_portfolio] — uses settings from the admin page

Optional attributes:

  • uid — override the portfolio UID
  • text — override the button text

Example: [millyroad_portfolio uid="abc123" text="See My Portfolio"]

Changelog

1.0.0

  • Initial release