Display two independent Tumblr blogs on one page?

Posted by Jake Salvera on Stack Overflow See other posts from Stack Overflow or by Jake Salvera
Published on 2010-05-07T19:46:58Z Indexed on 2010/05/07 19:48 UTC
Read the original article Hit count: 341

Filed under:
|
|

I'd like to display two independent Tumblr blogs next to each other on one page. I'd like them to look identical to their Tumblr theme. What's the best way to do this?

I'm able to use JavaScript to import the content like this:

<div id="tumblr1">
  <script type="text/javascript" src="http://tumblr1.tumblr.com/js"></script>
<div>

<div id="tumblr2">
  <script type="text/javascript" src="http://tumblr2.tumblr.com/js"></script>
<div>

But the content obviously won't be styled. Is there a simpler way to do this? If not, is there a simple way to style the content I'm getting from the js?

© Stack Overflow or respective owner

Related posts about tumblr

Related posts about JavaScript