Questions tagged [amp-stories]

38 questions
4
votes
1 answer

amp-story how to get mp4 video in amp-list full screen?

I have an amp-story where I need to create a page with full-screen video from a dynamic generated url. In page-2 below where I use an amp-video component directly it renders full-screen, in page-3 where I use an amp-list to provide the video url it…
Serge van den Oever
  • 4,340
  • 8
  • 45
  • 66
3
votes
1 answer

Is it possible to enable by default the sound in amp-story?

didn't find a way to enable by default the sound in an AMP Story. Is it possible ? Thanks
smndhm
  • 51
  • 4
2
votes
1 answer

Amp story amp-video "noaudio" attribute doesn't applied

I have one weird behavior about amp-video... The scenario is like this: I have one story with three slides, each slide has video (amp-video), two of them are muted (added "noaudio" attribute) and when export that story and open in the browser, I can…
Yovo Mitev
  • 41
  • 2
2
votes
2 answers

How can we track click on link tags inside amp story pages

I have a amp story where I have also implemented tracking with Google Analytics. Events such as story-page-visible are working perfectly. But when I tried to track the click event on an anchor tag inside my story page it does not work.These are my…
2
votes
1 answer

amp-story is already registered. The script tag for amp-story is likely included twice in the page

I have a project where I'm trying to build an amp-story generator with a simple editor. You can check the current state at https://ampy.co/test/. The idea is when you insert information on the left panel, the amp-story to be rebuild within an…
Ice Jovanoski
  • 199
  • 2
  • 11
2
votes
1 answer

How do I link one amp-story-page to another?

So, I'm currently using AMP (amp-story) to make stories, and I'd like to know how can I put a button that switches from one page to another. E.g. a button that makes you go from page 5 to page 8 instead of page 6. The intention is allow the user to…
2
votes
1 answer

Google AMP Story Analytics, using Segment

I am trying to use Segment to track analytics on Google AMP Stories. I want to track what page of the story a viewer taps to, and other ways they interact with the story. I am using Segment's AMP Mobile Source and followed the Documentation. I…
omihomii
  • 31
  • 1
  • 4
2
votes
1 answer

Weird sound behavior in AMP-story

I looked in stackoverflow and since this is an experimental technology, there is not much talk about it anywhere on the internet. The story I created has several youtube videos as backgrounds, in fill grid layers. When the first one starts, it never…
graciano
  • 310
  • 3
  • 10
2
votes
1 answer

AMP stories - close button on last page - bookend.json

In the AMP story documentation: https://www.ampproject.org/docs/reference/components/amp-story#bookend-json-endpoint There is a visible 'x' on the last page in the upper-right corner (presumably to close it):…
jayallday
  • 21
  • 1
2
votes
0 answers

AMP-Story does not allow me to add more than 15 pages

I've been playing around with AMP-stories the last few days and I started working on a project with them but I run into an issue. After: The following pages are not visible. Yes the files work. They work in the…
Tony
  • 2,382
  • 7
  • 32
  • 51
1
vote
1 answer

How to go to an AMP page in AMP history

Hi, everybody I have a page index.html The source code, I took from here I have one file story.html - AMP-story that contains 6 AMP-pages How can I specify the path to the AMP-page in the AMP-history I read this docs I tried…
MishaDev
  • 11
  • 2
1
vote
1 answer

amp-story-page last child

It seems that both 'amp-story-cta-layer' and 'amp-story-page-attachment' have to be the last child of an 'amp-story-page' to validate. This is not possible. What can be done? Did I miss something?
1
vote
1 answer

how to reference none-amp-page to amphtml page and amp story page

my website is based on non-amp pages and now I have developed and amp page and amp story for each non-amp page, how should reference the pages? I have tried using two "rel=canonical" but I got error in google search console and when adding two…
1
vote
2 answers

AMP-story json bookend issue

I created a Google AMP Story. It's hosted here for testing. The bookendv1.json is not working. Below is the code. Any help would be greatly appreciated as I'm just learning how to code. I don't know what I'm doing wrong. I followed all the…
JJian
  • 13
  • 4
1
vote
1 answer

How implement AMP Stories as alternative to a existing site

I have a site as Html and amp-html. Now I want to start convert the amp-html site as an alternative site as a story. The question is now how to handle the canonical tag. My idea is add two canonical tags to html version. One for each version. And of…
Lovntola
  • 1,409
  • 10
  • 31
1
2 3