Henry Aspden
Henry Aspden

Reputation: 1945

Embed Twitter Feed without Javascript

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

Answers (3)

Clément Andraud
Clément Andraud

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

Henry Aspden
Henry Aspden

Reputation: 1945

Alternative solution,

iframe to a file on a server elsewhere

Upvotes: 0

Gordon Mohrin
Gordon Mohrin

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

Related Questions