Skip to content

Commit

Permalink
Replace f.js w/ twitter.js for 3p iframe (#35352)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Jul 23, 2021
1 parent 04b777f commit ec65363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/amp-twitter/1.0/storybook/Basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const _default = () => {
const conversation = boolean('show conversation', false) ? undefined : 'none';
return (
<Twitter
bootstrap="https://3p.ampproject.net/2104170104001/f.js"
bootstrap="https://3p.ampproject.net/2104170104001/vendor/twitter.js"
options={{cards, conversation}}
tweetid={tweetId}
src="https://d-41929527682976137678.ampproject.net/2104170104001/frame.html"
Expand All @@ -47,7 +47,7 @@ export const moments = () => {
const limit = number('limit to', 2);
return (
<Twitter
bootstrap="https://3p.ampproject.net/2104170104001/f.js"
bootstrap="https://3p.ampproject.net/2104170104001/vendor/twitter.js"
options={{limit}}
momentid="1009149991452135424"
src="https://d-41929527682976137678.ampproject.net/2104170104001/frame.html"
Expand All @@ -67,7 +67,7 @@ export const timelines = () => {
const timelineUserId = '3450662892';
return (
<Twitter
bootstrap="https://3p.ampproject.net/2104170104001/f.js"
bootstrap="https://3p.ampproject.net/2104170104001/vendor/twitter.js"
options={{
tweetLimit,
timelineSourceType,
Expand Down

0 comments on commit ec65363

Please sign in to comment.