-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Calypso "Posts" with the standard WordPress "Posts" view #95621
Comments
Recommendation: Switch to WP Admin for All users / All platforms Considerations: Calypso offers an easy “Copy link” option that is missing in WP Admin
Calypso offers a “QR Code” option
The Calypso “Share” posts link behaves differently than the WP Admin Share link
Note: The Copy Link and QR Code are also part of Pages, Portfolio, and Testimonials screens Sub-screensPost CategoriesRecommendation: Switch to WP Admin for All users / All platforms
Post TagsRecommendation: Switch to WP Admin for All users / All platforms
|
I don't see any blockers for this. Let's use wp-admin for all users, as recommended, for both Posts and its sub-screens! Considerations
|
@Copons fair enough on the Share feature. Is it relatively easy to include a tooltip as part of this work? IMO there's not enough of a visual queue in the current wp-admin state for users to understand what happened when they clicked "Share". Especially important for existing users, but more helpful and intuitive for new users too. |
We discussed this today and decided that, considering we'll release changes with a holdout test, we want to target all users (new and existing), so I updated the issue summary to reflect that. See p1733745514693799-slack-C04DZ8M0GHW. |
Regarding the share functionality, I recently posted a few ideas that could users to not lose this functionality. Maybe it's worth to allocate some efforts to address it from Jetpack: |
@ederrengifo Is this the share functionality we're referring to? CleanShot.2025-01-06.at.13.42.36.mp4 |
Starting to address this in Automattic/jetpack#40918. I'm still not clear as to the expectations on the following:
|
@getdave this is already handled by Automattic/jetpack#40479 and Automattic/jetpack#40568. The issue is open because I think @BogdanUngureanu was porting a missing Calypso feature to wp-admin, but this is pretty much done, so you can pick a different issue. |
cc'ing @Automattic/jetpack-reach on this since I believe there have been discussions about this and republicize in other issues. |
I've just updated this Issue description to include the link to pdtkmj-3dx-p2 as that was missing which is why I started down the rabbit hole. |
Yes, this is the latest discussion about the resharing functionality p1HpG7-vji-p2. It's been an ongoing debate for a number of years. Pushing people into the editor for resharing is ok, for one use case, but not ideal, and we still need to solve the interface for scheduled resharing. In the longer term I'd prefer us to swap to using a CPT for social shares, and develop a more general purpose social media tool, with a calendar/timeline interface, but that obviously isn't for now! I don't know how easy it would be to rebuild the resharing UI - or some variation of it - to be shown in a modal on the Post list screen. My guess is it's not worth the effort, given the low usage, but I also think the feature is buried rather than it not adding value. There were also some concerns about performance, and conflicts with plugins, when we first looked at this, but I think we probably have patterns for loading React UI in the admin pages now. |
As part of the Untangling Calypso epic, let's remove the custom implementation of the wordpress.com/posts view, in lieu of the standard WordPress
wp-admin/edit.php
view—for all users.This will reduce confusion navigating between Calypso and proper WordPress admin.
Requirements
wp-admin/edit.php
Please see pdtkmj-3dx-p2
The text was updated successfully, but these errors were encountered: