7

On the buttons below the title, there should be an "archive" one for URL posts. It could use archive.is. The first time it's pressed an archive will be created, then automatically after that it'll go to the archived website. That's all done on their side as well.

You (Polsaker, I know you're reading this!) would just have to get the URL and then parse it into

javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(POST URL HERE)))

Yes? No?

On the buttons below the title, there should be an "archive" one for URL posts. It could use archive.is. The first time it's pressed an archive will be created, then automatically after that it'll go to the archived website. That's all done on their side as well. You (Polsaker, I know you're reading this!) would just have to get the URL and then parse it into >javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(POST URL HERE))) Yes? No?

4 comments

[–] Polsaker 2 points (+2|-0)

Yes? No?

That'd be in the scope of YAPE rather than Phuks. We try not to rely on external APIs for site functionality

[–] xyzzy 0 points (+0|-0)

It could use archive.is

Please, no. They render websites terribly and the performance is horrible. Also they block me from accessing archive.li archived pages because they're butthurt the registrar forbid them to have illegal content on their website.

When you need something archived, use archive.org.

[–] [Deleted] 0 points (+0|-0) Edited

Can call it Archie Bunker?

"Stifle that link, Meathead."

"Yeah, it might get Jeffersoned."

EDIT: Archie Button sounds better.

[–] pembo210 0 points (+0|-0)

What polsaker said, but here's some more info..

Having that built in to phuks would require our server to ping their server, wait for a reply, then make the post if it can, or detect that it broke and make more options.. We don't want phuks servers to send and wait for replies from another service.

BUT, we might be able to add a thing that adds the archive link after the post is created, kinda like how post flairs work.

I use an archive bookmarlet with similar code in it. I def want this too.