Ok this fix throws the site outside the iframe and loads your own page.
Can someone have a look at this code and tell me if it will hurt my forum?
Added this to forumdisplay / showthread templates above </head>
Code:
<!-- iframe redirect starts -->
<script language="javascript" type="text/javascript">
if (window!= top) top.location.href = location.href;
</script>
<!-- iframe redirect stops -->
Here is their links which now redirect to my own site.
http://browse.feedreader.com/c/TechKings/654429907
http://browse.feedreader.com/c/TechKings/590841676
http://browse.feedreader.com/c/TechKings/437455071
Source -
http://oscarmini.com/2013/01/how-to-...y-content.html