TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN:How to automatically fill in craigslist post form from another website?

2 pointsby michjeantyover 15 years ago
What is the best way to automatically fill in and submit a craigslist post form from another website? We're making a website that has posts similar to craigslist, and we want to add an option to repost the same post to craigslist with as few steps as possible for the user." Thanks for the help.

1 comment

blasdelover 15 years ago
The least assholish method would be to src the Craigslist posting page in an <iframe>, and pre-fill the form via javascript from the containing page.
评论 #1045877 未加载