Experienced coder/programmer needed!

bankole1

Junior Member
Joined
Aug 2, 2012
Messages
165
Reaction score
42
Basically, I want a system similar to Iframe, which loads different websites within boxes upon page load. Since YouTube doesn't work inside Iframes, I want to be able to embed small sized web bowers inside my website. So anytime someone visit my website, each small browser will load different Youtube video pages.

here this is what I want it to look like:



Please, let me know if anyone can do this. If you can not help, no need posting useless comments.
 

Attachments

  • helloworld!.jpg
    helloworld!.jpg
    101.5 KB · Views: 5
Assume these all boxes are in table, and just add different iframe codes in the table. So people can view different websites in the same browser. Just create <table><tr width="xx"><td>your code></td><td>your code</td>so on....</tr></table>

This is just example, i mean you can do on your own. It is just simple task using html tables.
 
You can't embed a browser within a browser, keep that in mind so that you don't get scammed.
 
Hmmm not "browser inside browser", but I guess many of the browser characteristics can be mocked with that one. Never tried though. :)
Irrelevant with what the OP wrote in his post.
 
How do you want to integrate Selenium into a Client Browser? This would require a huge team for a partial rewrite of the software. Selenium is made for regression testing and is a standalone server. It also needs huge amounts of RAM and probably a jenkins installation or simmilar continuous deployment server.

OP: Imho your task is impossible to accomplish. You're also making the usual mistake many clients do. You already offer a solutions, which isn't doable. You should ask a expert how you can accomplish your goal of displaying many youtube videos. You should not ask: how can I open many Browser windows.
 
Last edited:
What if you popup in different windows in background?
 
Hmm well, honestly I am not that strong in selenium. I got to know about this when I was searching for a way to enable javascript in my curl script ( which is obviously impossible). One of the users in SOF suggested about selenium. There were other suggestions too. My purpose was solved without using JS, but it would be great to do something as challenging as what OP needs.
How do you want to integrate Selenium into a Client Browser? This would require a huge team for a partial rewrite of the software. Selenium is made for regression testing and is a standalone server. It also needs huge amounts of RAM and probably a jenkins installation or simmilar continuous deployment server.
 
Hmm well, honestly I am not that strong in selenium. I got to know about this when I was searching for a way to enable javascript in my curl script ( which is obviously impossible). One of the users in SOF suggested about selenium. There were other suggestions too. My purpose was solved without using JS, but it would be great to do something as challenging as what OP needs.

Well there is the problem. You can run selenium easily with a CURL script (I'd strongly go with PhantomJS in this case), but how do you want to run selenium on a client webbrowser? This simply isn't possible with Selenium.
 
This project is not technically possible. As this is the primary requirement of all modern browsers that you can't reference a browser object inside dom for avoid XSS attacks.

If you need a YT view increaser, then post that as a requirement and you might get some intelligent ideas to do it.
 
This project is not technically possible. As this is the primary requirement of all modern browsers that you can't reference a browser object inside dom for avoid XSS attacks.

If you need a YT view increaser, then post that as a requirement and you might get some intelligent ideas to do it.

You say it's technically impossible, but sites like browserling.com are able to do it no problem.
 
I can make youtube iframes also, there is a javascript tricky, anyway, you can contact me if you need my help, I'm web developer
 
Back
Top