Iframe idea for self hosted stuff #72
Closed
TheLinuxGuy-ssh
started this conversation in
Ideas
Replies: 1 comment
-
Hey @rohansharma-developer, the iframe support is out of this projects scope, however you should be able to do this by forking this repository indeed. Most of the things you should do won't require you to know nextjs, but react. As a quick guidance, I would suggest you to
If you want to preserver the option to also launch urls as it is, you might need to add an option for each link in If you are not sure how to do those steps, I would suggest you to check out the components folder to see how I handled and used components. Hope you find this information useful Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I manage a self hosted cluster of server, so basically I thought if there would have been an option to just open the link in an iframe instead of the page directly taking me the individual link. I know that many publically hosted website don’t allow iframe embeds. But, I am trying for this to be open and helpful to developers too and I think that adding iframe options for selected links would be really nice….Like it can be disabled by default, but should be an option….
Currently, I am trying to implement this feature by forking this repo, but I am not very familiar with next.js, but I am still trying my best to….If you like this idea, please help me build this…
Beta Was this translation helpful? Give feedback.
All reactions