Copy the following html into your website right before where the body tag is closed (</body>). If you're using Wordpress you can find the closing body tag in footer.php of your theme.
<script type="text/javascript"><!--
var rpnetTwitAttrs = {
url: 'http://localhost/TwitterWidget_1_2/php/Data.php',
title: "Twitter Updates",
showImages: true,
imageHeight: '48px',
imageWidth: '48px'
};
// --></script>
<script type="text/javascript" src="TwitterWidget.js">
</script>
Attributes that need to be updated:
- url - The url to where Data.php was uploaded on your webserver.
- title - The title above the tweets.
- showImages - Display user images or not.
- imageHeight - Set the height of the user image.
- imageWidth - Set the width of the user image.