Skip to content

VideoPress: add a "Learn more" support link to the admin page - #52111

Draft
taipeicoder wants to merge 3 commits into
trunkfrom
add/videopress-admin-learn-more-link
Draft

VideoPress: add a "Learn more" support link to the admin page#52111
taipeicoder wants to merge 3 commits into
trunkfrom
add/videopress-admin-learn-more-link

Conversation

@taipeicoder

@taipeicoder taipeicoder commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Fixes #

Proposed changes

  • Adds a "Learn more" link to the VideoPress admin page subtitle, next to "Host, manage, customize, and track your videos — all in one place."
  • The subtitle now comes from one shared component, so the link shows on the dashboard and on both pre-connection screens rather than only the connected view.
  • On WordPress.com sites the link opens the VideoPress support doc inside the Help Center, the same behavior the Monetize page has. Self-hosted sites get the equivalent Jetpack support doc in a new tab, following the pattern the Newsletter settings already use.

Related product discussion/links

  • EDI-654

Does this pull request change what data or activity we track or use?

No.

Testing instructions

  • Open the VideoPress admin page — Jetpack → VideoPress, or the Jetpack VideoPress plugin's own menu.
  • Confirm the subtitle reads "Host, manage, customize, and track your videos — all in one place. Learn more." and that "Learn more" is a link.
  • On an Atomic site, click "Learn more" and confirm https://wordpress.com/support/videopress/ opens in the Help Center panel rather than a new tab.
  • On a self-hosted site, confirm the link opens https://jetpack.com/support/jetpack-videopress/ in a new tab, with the usual external-link icon.
  • On a site that is not yet connected, confirm the same link appears in the header of the connect screen and the pricing upsell.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VefBqFyexhm3Y9zPXmriWJ
@taipeicoder taipeicoder self-assigned this Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (Jetpack), and enable the add/videopress-admin-learn-more-link branch.
  • To test on Simple, run the following command on your sandbox:
bin/jetpack-downloader test jetpack add/videopress-admin-learn-more-link

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@github-actions github-actions Bot added [Package] VideoPress [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. [Status] In Progress labels Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!


Jetpack plugin:

The Jetpack plugin has different release cadences depending on the platform:

  • WordPress.com Simple releases happen as soon as you deploy your changes after merging this PR (PCYsg-Jjm-p2).
  • WoA releases happen weekly.
  • Releases to self-hosted sites happen monthly:
    • Scheduled release: October 6, 2026

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.


Videopress plugin:

No scheduled milestone found for this plugin.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@github-actions github-actions Bot added the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Sep 9, 2026
@jp-launch-control

jp-launch-control Bot commented Sep 9, 2026

Copy link
Copy Markdown

Code Coverage Summary

Coverage changed in 2 files.

File Coverage Δ% Δ Uncovered
projects/packages/videopress/src/client/admin/components/admin-page/index.tsx 0/30 (0.00%) 0.00% 3 ❤️‍🩹
projects/packages/my-jetpack/src/class-wpcom-products.php 138/161 (85.71%) -1.24% 2 ❤️‍🩹

Full summary · PHP report · JS report

taipeicoder and others added 2 commits September 9, 2026 13:54
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VefBqFyexhm3Y9zPXmriWJ
The legacy admin page sits behind a modernization filter that defaults to
on, so the link landed on a screen nobody loads. Share one subtitle across
the dashboard chrome and the two pre-connection screens instead.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VefBqFyexhm3Y9zPXmriWJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Package] VideoPress [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. [Status] In Progress [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. [Tests] Includes Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant