FolderBuilder icon indicating copy to clipboard operation
FolderBuilder copied to clipboard

Embeds and link shares

Open Swader opened this issue 9 years ago • 6 comments

As per this comment, would be great to be able to get an embed code for putting into posts, or a link for sharing with others.

Would require a back end for this tool specifically, so quite a bit of work probably.

Swader avatar Jun 16 '15 04:06 Swader

Not really - a unique id could be generated and the structure could be saved on the disk with the same name, just as a file. When somebody visits that link, just look for the file and load the content.

SvenAlHamad avatar Jun 17 '15 08:06 SvenAlHamad

Alternatively you could encode the structure in the embed url, and just read it from there. Then you wouldn't have to store anything on the server.

sbrl avatar Aug 28 '15 07:08 sbrl

@sbrl that's an interesting approach, just the url has a limit of characters, which if you have a larger structure won't work because the generated url would be too long.

But we'll figure out something - time is currently biggest bottleneck for us. If you have some to spare, feel free to send a pull request :)

SvenAlHamad avatar Aug 28 '15 12:08 SvenAlHamad

@SvenAlHamad I might take a look if I have time! What's composer.json though? I've never seen that before.

sbrl avatar Aug 28 '15 19:08 sbrl

That's a php thing, for the php thing that generates folderbuilder json from an existing local folder tree. On 28 Aug 2015 21:34, "Starbeamrainbowlabs" [email protected] wrote:

@SvenAlHamad https://github.com/SvenAlHamad I might take a look if I have time! What's composer.json though? I've never seen that before.

— Reply to this email directly or view it on GitHub https://github.com/Webiny/FolderBuilder/issues/5#issuecomment-135867930.

Swader avatar Aug 28 '15 19:08 Swader

Right. I don't think I would need to touch that.

-------- Original message -------- From: Bruno Škvorc [email protected] Date: 28/08/2015 8:36 PM (GMT+00:00) To: Webiny/FolderBuilder [email protected] Cc: Starbeamrainbowlabs [email protected] Subject: Re: [FolderBuilder] Embeds and link shares (#5)

That's a php thing, for the php thing that generates folderbuilder json from an existing local folder tree. On 28 Aug 2015 21:34, "Starbeamrainbowlabs" [email protected] wrote: > @SvenAlHamad https://github.com/SvenAlHamad I might take a look if I > have time! What's composer.json though? I've never seen that before. > > — > Reply to this email directly or view it on GitHub > https://github.com/Webiny/FolderBuilder/issues/5#issuecomment-135867930. > —Reply to this email directly or view it on GitHub.

sbrl avatar Aug 29 '15 06:08 sbrl