Reputation: 1945
Were trying to embed a twitter feed onto our footer on a site built on an eCommerce platform.
Unfortunately the system doesn't allow external JavaScript calls as they "might interfere" with the store.
Can anybody recommend a way to embed a live twitter feed, without using JavaScript?
Thanks
Henry
Upvotes: 3
Views: 4314
Reputation: 9269
The embed code for the tweet has fallback behavior for environments without Javascript -- you lose some of the functionality since the tweet's validity won't be verified via Javascript, but the HTML chosen for the embed code should fallback smoothly.
You can also try this : http://codingowl.net/blog/twitter-feed-without-javascript/
Upvotes: 0
Reputation: 609
From here
The embed code for the tweet has fallback behavior for environments without Javascript -- you lose some of the functionality since the tweet's validity won't be verified via Javascript, but the HTML chosen for the embed code should fallback smoothly.
Was first hit on google for your title.
Upvotes: 1