Skip to content
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

💬 Update wording and assets #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

AuroraHuang22
Copy link
Collaborator

截圖 2024-09-26 上午10 00 31 截圖 2024-09-26 上午10 00 52 截圖 2024-09-26 上午10 01 08 截圖 2024-09-26 上午10 30 33

@@ -43,7 +43,7 @@ function likecoin_content_filter( $content ) {
if ( ! empty( $post->post_password ) ) {
return $content;
}
$content = $content . likecoin_add_likebutton() . likecoin_add_iscn_badge( $post );
$content = $content . likecoin_add_iscn_badge( $post ) . likecoin_add_likebutton() ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should hide LikeCoin button?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the LikeCoin button isn't directly related to the whole project. Adding another UI element would require extra time to explain, so we decided to hide it.

But we'll still keep WNFT widget (for business model KPI ), and only hide the clapping bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants