title, description, layout
| title |
description |
layout |
| BBC Young Reporter |
News articles written by Reading School students in year 8 |
none |
<script src="/js/jquery.min.js"></script>
Tweets by BBCYoungReport <script async src="
https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script>
window.setInterval(function() {
document.getElementById('articles').contentWindow.location.reload();
document.getElementsByClass('twitter-timeline')[0].contentWindow.location.reload();
}, 60000);
</script>
<style>
html, body {
width: 100%;
}
html, body, iframe {
height: 100%;
margin: 0;
padding: 0;
border: none;
}
#articles {
width: 70%;
float: left;
}
.twitter-timeline {
width: 30% !important;
float: right;
}
</style>