Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
99 views

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 ...
Jarrett Abello's user avatar
0 votes
0 answers
108 views

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=&...
EricChester's user avatar
-1 votes
1 answer
222 views

<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 ...
Hong's user avatar
  • 18.7k
1 vote
0 answers
85 views

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 ...
saiyan101's user avatar
  • 619
3 votes
0 answers
452 views

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 ...
Mostafa Norzade's user avatar
1 vote
0 answers
179 views

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 ...
Pascal P.'s user avatar
-2 votes
1 answer
193 views

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 ...
Barak's user avatar
  • 59
1 vote
0 answers
106 views

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 ...
xgretsch's user avatar
  • 1,462
0 votes
1 answer
195 views

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 ...
Barak's user avatar
  • 59
0 votes
1 answer
177 views

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 ...
Mark Bao's user avatar
  • 905
0 votes
1 answer
126 views

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 {{...
Beth's user avatar
  • 33
1 vote
0 answers
90 views

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 ...
uuu's user avatar
  • 11
0 votes
1 answer
411 views

<!doctype html> <html ⚡4email data-css-strict> <head> <meta charset="utf-8"> <script async src="https://cdn.ampproject.org/v0.js"></script&...
Adarsh Raut's user avatar
0 votes
1 answer
73 views

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 ...
Julien's user avatar
  • 13
1 vote
0 answers
113 views

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 ...
Ankan Ghosh's user avatar
0 votes
1 answer
108 views

how should i use <amp-list> to parse json file but show limit number of elements of it on page, so that i can set up a show more button to load more elements? i use it to make a block with ...
Danil Abaturov's user avatar
0 votes
1 answer
117 views

I have my web page full on AMP using too the oficial plugin. I use templates for my content, the template is used everytime someone makes a post. All the page is in AMP but if I want that just one ...
RicardoRuizQ's user avatar
-1 votes
1 answer
200 views

How to play a hidden audio file, presumably via an AMP-Audio (<amp-audio></amp-audio>) component on a AMP-HTML page element click, specifically an AMP Image (<amp-img></amp-img>...
James Anderson Jr.'s user avatar
0 votes
1 answer
140 views

I have a local web server sitting on 192.168.0.10 My AMP page looks like this: <!DOCTYPE html> <html amp lang="en"> <head> <script async src="https://cdn.ampproject....
gpwr's user avatar
  • 1,035
0 votes
1 answer
98 views

I tried to use media query to make the AMP email responsive, but looks like it isn't supported in AMP. However, I found out media="(max-width: 599px)" and media="(min-width: 600px)"...
Chandana's user avatar
0 votes
0 answers
122 views

I have blog on ghost with enabled AMP - Google Accelerated Mobile Pages. On page: https://preciselab.io/json-merge-patch I see <link rel="canonical" href="https://preciselab.io/...
Daniel's user avatar
  • 8,785
0 votes
1 answer
102 views

Say I have an AMP form embedded within a dynamic gmail. Is there a way to persist the state and show what the users inputted upon reload of the email without utilizing an amp-list component fetching ...
tigh75's user avatar
  • 55
0 votes
1 answer
290 views

I am trying to put the source code for FontAwesome: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"> in section ...
cosiek's user avatar
  • 19
0 votes
1 answer
131 views

Im making an AMP website and trying to use Auto-played Youtube video in my website, but the video will play muted from the start unless visitor interact with the video. So how to make it start with ...
Raynd's user avatar
  • 1
0 votes
1 answer
373 views

Im writing an AMP email and trying to use amp-list to display a list of replies. I'm having trouble setting the height of the amp-list based on the results returned from my src endpoint (they can be ...
Omer Nave's user avatar
0 votes
0 answers
162 views

I want to ask you for help with adapting AMP version of website: https://imperiumromanum.pl/en/roman-society/amp/ I am able to make fixed HEADER bar by adding css code nav.amphtml-title { position:...
cosiek's user avatar
  • 19
1 vote
1 answer
201 views

The AMP playground has a nifty tool to look at the Amp-State. Look at the State Tab in the playground: https://playground.amp.dev/?url=https%3A%2F%2Fpreview.amp.dev%2Fdocumentation%2Fcomponents%2Famp-...
Kode_12's user avatar
  • 4,996
0 votes
0 answers
215 views

I'm trying to create an AMP compatible component that will show additional content when a button is clicked: import React from 'react'; const MyButton = (props) => { return ( <div> &...
Kode_12's user avatar
  • 4,996
1 vote
0 answers
209 views

The service we build needs to support google AMP(https://developers.google.com/amp). We know that Next.js has built-in support for AMP, but currently, it seems Remix does not support it. Creating AMP ...
user14082's user avatar
  • 491
1 vote
0 answers
123 views

I'm making a dynamic email with two forms, the first of which has one button and a hidden field with a predefined value (the stem) that will be posted to the backend and send the OTP of a specific ...
Amol Gomase's user avatar
0 votes
1 answer
608 views

i'm wondering how can i integrate amp-analytics with Nextjs project. I saw here that amp-analytics works with GA4 I couldn't find anything regarding amp-analytics and nextjs online. I'm wondering if ...
Singh's user avatar
  • 880
-1 votes
1 answer
135 views

last time i put this custom disable browser back button (Javascript) in my AMP websites page ( websites ). I use this script to reduce the bounce rate in seo. But after requesting indexing in google ...
info indo's user avatar
1 vote
1 answer
285 views

Here an instruction https://support.google.com/adsense/answer/7478225?hl=en for non amp pages. I couldn't find anything for amp-auto-ads. Does anyone have experience with this?
NKSM's user avatar
  • 5,912
1 vote
0 answers
78 views

<amp-list height="277" layout="fixed-height" src="${relatedArticlesUrl}" items="." single-item="." > <div placeholder>Loading ....
Siddhant Sinha's user avatar
1 vote
0 answers
162 views

I am avoiding AMP-script for the purpose of learning to use the web-components well. Using the amp-list component to search OMDb, I get back data with this structure (abbreviated for display): { &...
chillywilly's user avatar
0 votes
1 answer
863 views

I would like to add a close button to my AMP stories. I don't want to use amp-story-play if it's possible. I checked the source code and I found a close button, but it's hidden. ... <button class=&...
kungl's user avatar
  • 1
1 vote
1 answer
456 views

I have an input select that sets a state "selectedStateId", an amp-autocomplete that sets "selectedCity", and finally an input text as a search bar that sets "inputTerms"....
Simon's user avatar
  • 73
1 vote
0 answers
324 views

The intention is to add an analytics API script to the AMP version of a set of pages in the website. To do so, I am trying to write a custom AMP script in which I am receiving a dynamic $post_id value ...
MrFacundo's user avatar
  • 176
1 vote
0 answers
73 views

In #amp-html project I'm going to add a possibility to my adserver to deliver ads inside a safeframe. Is there any "ready-to-use" solution in this project? I can see some "safeframe&...
user2883973's user avatar
-1 votes
1 answer
156 views

var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { if (links[i].href.substr(links[i].href.length - 4) == '.pdf') { linksa1 = links[i].href; ...
Seal Sealt's user avatar
0 votes
1 answer
548 views

I have been trying to use the window.location.search inside my custom javascript to get the page URL in AMP page but I am getting empty field. Is there any way/function by which I can get the page URL?...
Tushar Tevetia's user avatar
0 votes
1 answer
101 views

Is it possible to configure or implement viewport check and inside amp-ad? Only solution that I could reach was data-loading-strategy="0", but this approach loads ad on 0% ~ 1% viewport...
Jeckerson's user avatar
  • 106
0 votes
1 answer
90 views

enter image description here I am looking for a way on the Internet and I have not yet found the possibility of moving by pressing up or down the arrow for (AMP Carousel), as shown in the image in ...
mehdi aljebaay's user avatar
0 votes
1 answer
253 views

I use this AMP Consent sample. After the user confirms the consent no Adsense Ads are shown. If the user dismiss the consents, Ads are shown. Is the any settings in the Adsense UI that should ...
Lovntola's user avatar
  • 1,409
-1 votes
1 answer
463 views

Are there any guidelines, tutorials for developers who wants to create custom JavaScript components inside amp stories? Amp documentation shows AMP script is not applicable for amp stories. Simple ...
Pravin W's user avatar
  • 2,496
0 votes
1 answer
61 views

Please assist me. I am trying to make an AMP dropdown list that opens another list when selected. However, I don't know how to set the css on the outer list button to look active(selected). I don't ...
Nosipho's user avatar
1 vote
1 answer
196 views

When using the AMP for Email form component, is it possible to redirect the user to a web page when one clicks the form submit button within the email?
George's user avatar
  • 63
0 votes
1 answer
305 views

I am trying to render multiple images using amp-selector inside amp-carousel but the images are not loading. If I try to have amp-carousel inside the amp-selector tag then the images are rendering but ...
Dennon's user avatar
  • 5
1 vote
1 answer
49 views

How to get dimensions with AMP? In react I can use ref.current.offsetWidth and Heigth, but I don't find a way to get it with AMP. I also tried to use getElementById but every time it's undefined.
Petro Dmytriv's user avatar
1 vote
0 answers
71 views

I am using AMP google pages technology. For logging in, I am using auth0. What I need to do is after logging I need to access the JWT that comes from the current login and extract an attribute from ...
user2209350's user avatar

1
2 3 4 5
51