Trying to make forum linking/editing easier... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Trying to make forum linking/editing easier...

I've written some HTML to load the SoloLearn website within the app. There's a shared scratchpad, you can load a question in one pane / search in the other. If you click links and have Intent Intercept installed, you can copy links. There's a security issue grabbing links directly but this solves a few problems for me. I'd appreciate anyone who wants to look at the code, modify (Google pane?), suggest etc. https://code.sololearn.com/W3m5Kj2C7FUy/#

2nd Dec 2016, 1:54 AM
Kirk Schafer
Kirk Schafer - avatar
1 Answer
+ 1
I'm not a web developer so I can't give any code, but getting ["https://google.com/search?q=" + term] in another iframe should do it. (I guess?) Don't know if you'll need to escape characters (&amp).
11th Feb 2017, 10:54 AM
Maike