2,297 questions
-1
votes
1
answer
120
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
...
0
votes
0
answers
75
views
How to integrate Google one tap in amp page
How we can use
<amp-google-one-tap
data-client_id=
data-login_uri=
data-auto_prompt="true"
data-cancel_on_tap_outside="true"
data-context="signin"
...
1
vote
0
answers
45
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 ...
0
votes
0
answers
142
views
I am not able to control the brightcove videos with amp-story controls
I am writing to inform you about an issue I have encountered with video controls in our current implementation. Specifically, I am able to control the video functionalities such as play/pause and mute/...
2
votes
0
answers
264
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 ...
1
vote
0
answers
123
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 ...
-2
votes
1
answer
159
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 ...
1
vote
0
answers
85
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 ...
0
votes
1
answer
146
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 ...
0
votes
1
answer
146
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 ...
0
votes
1
answer
105
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 {{...
1
vote
0
answers
75
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 ...
0
votes
1
answer
328
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&...
0
votes
1
answer
59
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 ...
1
vote
0
answers
107
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 ...