We have a twitter feed on all of the farm web sites. It used to work just fine but as of the last month, it is no longer visible. Sites are:
www.hassingerfarm.com
www.hassingerequineservice.com
www.ehi-us.com
Has something changed that is preventing the feeds from showing up?
Please advise.
for www.hassingerfarm.com
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 6000,
width: 185,
height: 300,
theme: {
shell: {
background: ‘#333333’,
color: ‘#ffffff’
},
tweets: {
background: ‘#000000’,
color: ‘#ffffff’,
links: ‘#CA9D39’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘TeamHassinger’).start();