FolderBuilder
FolderBuilder copied to clipboard
Embeds and link shares
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.
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.
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 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 I might take a look if I have time! What's composer.json
though? I've never seen that before.
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.
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.