Writing html from an external url
-
I was wondering how I might take a url that I have on a separate dedicated server than my wordpress website, and have the text be generated on a page of my wordpress site. The text can’t simply be copied and pasted because it’s generated by a script and will be constantly changing.
-
Nevermind, I found this:
<object data=http://www.example.com width=”650″ height=”500″> <embed src=http://www.example.com width=”650″ height=”500″> </embed></object>
-
- The topic ‘Writing html from an external url’ is closed to new replies.