2,528 questions
Score of 0
0 answers
127 views
Why is isMaster Assignment true for all frames of the same ad type with amp-ads?
I have been working on vendor module for amp-ads and I'm trying to understand the concept of isMaster.
If I have multiple instances of my ad type tag on a page and in my vendor file I have something ...
Score of 0
0 answers
125 views
amp-list failed to retrieve data from my api endpoint
I'm testing out AMP for email with this code:
<amp-list
src="https://nail-ai.com/api/misc/test-amp"
layout="fixed-height"
height="80"
>
<template type=&...
Score of -1
1 answer
242 views
Largest Contentful Paint element
<li>
<a href="/home/articles/how_to_foo">How to foo</a>
</li>
PageSpeed Insights says the above element has
Largest Contentful Paint element 3,220 ms
...
Score of 1
0 answers
96 views
AMP Web Story iframe not allowing clicks despite permissions being set
I have created an AMP web story that includes a game embedded on one of the pages using an <amp-iframe>. The game resides on an external website, and I have already provided the necessary ...
Score of 3
0 answers
504 views
AMP page domain mismatch
A few days ago, I received an email notifying me that an unknown user gained access to my Search Console using an unused token. Since then, I’ve been experiencing various errors, and my pages have ...
Score of 1
0 answers
194 views
How to Integrate MS-Clarity in AMP Pages in 2024?
I have developed a website entirely using Accelerated Mobile Pages (AMP).
I recently discovered Microsoft Clarity, but their installation instructions do not cover AMP, even for manual installation.
I ...
Score of -2
1 answer
199 views
Integrate Google Maps static API with email AMP [closed]
We would like to submit a form in email created with AMP4EMAIL to Google Maps Static API and retrieve an image to be displayed in the email according to the form submission.
How can CORS requirement ...
Score of 1
0 answers
116 views
How to pass parameters in the body of an xmlHttpRequest post?
I am trying to log page views to my own server using <amp-analytics>, and would like to include various features of the page (title, language, page type and other custom items) as variables in ...
Score of 0
1 answer
213 views
Create a countdown using AMP for Email
Did anyone have a success with building a countdown using AMP for Email?
In the AMP documentation I've found this component. Unfortunately it cannot be used in AMP for Email:
This was confirmed by ...
Score of 0
1 answer
182 views
Set state after amp-list loads / set state using amp-list data
I am loading a list of options from our backend in an AMP email, and we are storing the selected option in a state variable which is set as the value of an <input> element. We would like to ...
Score of 0
1 answer
133 views
AMP Mustache Template {{name}} Not Rendering Data from JSON Response
I'm working on an AMP page where I'm using amp-list with a Mustache template to display data from a JSON response. The JSON response from the server is correct and includes the name field, but the {{...
Score of 1
0 answers
96 views
AMP buttons by location
I'm working on a project (AMP website) where I have buttons that should only show up at certain locations and be hidden at other locations. However, I'm struggling to make each of the selected ...
Score of 0
1 answer
423 views
how can i set state of amp-list and submit the form with that state
<!doctype html>
<html ⚡4email data-css-strict>
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script&...
Score of 0
1 answer
77 views
AMP-Youtube not rendering sometimes until page is force-reload
I'm using AMP-Youtube to integrate videos on my website, and it works like a charm most of the time.
For some reason, sometimes the videos don't show up at all; when it happens, no video on the page ...
Score of 1
0 answers
118 views
vast / vpaid video can run amp-video ads?
how can I use the vast / vpaid tag advertisement with the amp-video tag or AMP ads?
I have creted amp story with normal mp4 video by now want to run this with vast Tag
<!DOCTYPE html>
<html ...