Skip to content

Remove Twitter shortcodes and links from blog posts#35

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/remove-twitter-shortcodes-links
Draft

Remove Twitter shortcodes and links from blog posts#35
Copilot wants to merge 4 commits intomainfrom
copilot/remove-twitter-shortcodes-links

Conversation

Copy link

Copilot AI commented Nov 6, 2025

Removes all Twitter-specific references from blog content, including embedded tweet shortcodes and profile/platform links.

Changes

  • Removed 4 tweet shortcodes - {{< tweet user="..." id="..." >}} replaced with contextual text describing the referenced content
  • Removed ~41 Twitter URL links - Author attribution links [t](twitter.com/username) and inline profile links stripped
  • Neutralized platform references - "on Twitter" → removed, "browsing Twitter" → "browsing social media", "I saw the tweet" → "I saw a post"

Example

Before:

I saw the tweet below from [Rob Sewell](https://twitter.com/sqldbawithbeard):

{{< tweet user="sqldbawithbeard" id="1061032613979267072" >}}

After:

I saw a post from Rob Sewell that quoted Bob Ward's thoughts on learning directions.

Scope

38 blog post markdown files modified (2018-2021). Hugo build remains clean. TweetDeck product name and tweet-related image filenames preserved.

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove twitter shortcodes and links</issue_title>
<issue_description>I need to remove the twitter references

  • remove shortcodes - what are they used for? what will we lose?
  • remove links to twitter, can those be replaced by screenshots?
  • </issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

🎊 PR Preview 6d0993b has been successfully built and deployed to https://jpomfret-jpomfret-github-io-build_preview-pr-35.surge.sh

🕐 Build time: 0.012s

🤖 By surge-preview

Copilot AI and others added 3 commits November 6, 2025 12:02
Co-authored-by: jpomfret <981370+jpomfret@users.noreply.github.com>
Co-authored-by: jpomfret <981370+jpomfret@users.noreply.github.com>
Co-authored-by: jpomfret <981370+jpomfret@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove Twitter shortcodes and links Remove Twitter shortcodes and links from blog posts Nov 6, 2025
Copilot AI requested a review from jpomfret November 6, 2025 12:07
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.

Remove twitter shortcodes and links

2 participants