Were and or how can i get an iframe for my site? and how do i add it to all my outgoing links.

an iframe is simple html let me google that for you

it is considered to be extremely bad form, theft of bandwidth, theft of information, to embed someone else's content in your site without consent, ask first
most sites have a framebreaker embedded to stop theft such as this

if(window != top){if(top.location.href.indexOf("translate")<0){top.location.replace(self.location.href);}}

if this file is not the parent.
if this file is not being translated by google etc
replace the top file with my site

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.