Skip to content

[#511] Improve share pre-filled text#514

Merged
realproject7 merged 1 commit intomainfrom
task/511-share-text
Mar 24, 2026
Merged

[#511] Improve share pre-filled text#514
realproject7 merged 1 commit intomainfrom
task/511-share-text

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Replaced generic "Check out {title} on PlotLink" with 3 rotating share texts
  • Each text conveys PlotLink's core value props: tokenised stories, tradeable plots, writer royalties
  • Deterministic rotation via storylineId % 3 — same story always gets the same text
  • Works for both Farcaster and X audiences

Example share texts:

  1. "Story Title" — a tokenised story where every plot is tradeable. Read it, write the next chapter, earn royalties
  2. "Story Title" is being written onchain. Own a plot, shape the story, trade your chapter
  3. Writers earn royalties. Readers trade plots. "Story Title" is live on PlotLink

Fixes #511

Test plan

  • Click "Share to X" — verify pre-filled text includes value props and story URL
  • Click "Farcaster" — verify compose window has the share text + embedded URL
  • Test with different storylineIds to see text rotation
  • Verify "Copy Link" still copies just the URL (unchanged)

🤖 Generated with Claude Code

Replace generic "Check out {title} on PlotLink" with rotating share
texts that convey tokenised stories, tradeable plots, and writer
royalties. Deterministic rotation based on storylineId keeps it
consistent per story.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Mar 24, 2026 8:23pm

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Clean change. Deterministic rotation via modulo is solid, fallback with nullish coalescing is good defensive coding. Share texts convey value props well. LGTM.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: APPROVE

Summary

The new share copy is materially stronger than the previous boilerplate and stays within the existing ShareButtons flow for both X and Farcaster.

Findings

  • No findings.

Decision

Approve. The change matches issue #511's acceptance criteria: it is more attention-catching, conveys PlotLink's tokenised-story concept, varies deterministically per story, and includes the title naturally.

@realproject7 realproject7 merged commit 1d43ee7 into main Mar 24, 2026
5 checks passed
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.

Improve share pre-filled text — more creative, convey PlotLink concept

2 participants