iFrame links doesn't work

Dubster picture Dubster · Mar 19, 2013 · Viewed 8.1k times · Source

I've created a Ruby on Rails app which is located at heroku, you can check it here "http://soundcloud-dj-contest.herokuapp.com/"

App is working perfectly and I've placed it inside the iFrame on facebook so it should work like facebook app. Every link is working beside this button on top "Logirajte se da uploadate". This link leads to another page, soundcloud "soundcloud-dj-contest.herokuapp.com/login".

It works on main page but inside an iFrame I can't get it to work. I don't know what to do :/

I've uploaded iFrame here http://facemaskbliss.com/test/test_frame.html

Please tell me how to solve this problem.

Answer

btevfik picture btevfik · Mar 19, 2013

try putting target="_blank" and also giving the full path instead of just "/login"