42 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
0
answers
72
views
Fix for AMP Error caused by the Imply script tag in nextjs App
Tag found outside the document head which is only allowed as a direct child of the document head.
Error:
Invalid attribute: data-amp-bind
Fix:
Ensure that you are using only allowed attributes for AMP ...
0
votes
1
answer
99
views
The tag 'iframe' may only appear as a descendant of tag 'noscript'. Did you mean 'amp-iframe' : NextJs
We have facing issue on AMP error, please me
error The tag 'iframe' may only appear as a descendant of tag 'noscript'. Did you mean 'amp-iframe
Custom JavaScript is not allowed in AMP.
export const ...
0
votes
0
answers
93
views
After Chrome third-party cookie deprecation, can i implement one TAP Login in my AMP pages with consideration with FedCM
Can I implement one TAP Login in my AMP pages with consideration with FedCM. If yes then I want full integration doc and method to implement One tap login in my amp page with FedCM intregation.
...
0
votes
0
answers
54
views
Parse Javascript variable value to JSON object
I need help printing javascript variable into a JSON object with its value which it has fetched. Please check my code:
<script type="text/javascript" data-ampdevmode="">
...
0
votes
1
answer
44
views
how can i conditionally show questions in amp email
I have a react app in which i want to send form to users . I want to show the input field after user selects answer to previous question.
<!DOCTYPE html>
<html ⚡4email>
<...
1
vote
0
answers
109
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 ...
1
vote
0
answers
87
views
The amp-next-page functionality does not work, namely loading the following content
I have a problem, I wanted to implement an endless news feed using amp-next page. But I faced a problem that after the user scrolls to the very last post, no new data is loaded. Here is the code I ...
0
votes
0
answers
53
views
how could I make this working in amp page?
I try to make a simple page with random url using javascript in amp page, but it doesn't work, can anyone help me please.
this code work normaly with "script" tag, but I need to make it work ...
0
votes
1
answer
107
views
how to set limit of visible elements with show more button in <amp-list>?
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 ...
0
votes
1
answer
372
views
Parallel function call in php
Is there a way to execute internal functions in parallel in PHP?
For example, I have four functions:
function a(){
return 1;
}
function b(){
return 2;
}
function c(){
return 3;
}
...
1
vote
1
answer
105
views
amp email sent via sendGrid v3 api not loading
I am trying to send an AMP email using v3 API via Postman. The email is sent and I can see it fine in preview in Gmail inbox landing page, but when I open the email the amp part doesn't load and it ...
1
vote
1
answer
71
views
JSON error message not displayed in AMP amp-mustache <submit-error> form
I have the following form in an AMP website to display an input for an email registration dialog:
<form method="post" action-xhr="/amp-register-email" target="_top" id=...
0
votes
1
answer
114
views
How to make an exception for a template not to load on AMP in wordpress?
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 ...
0
votes
0
answers
368
views
Getting Error on AMP pages tracking on GA4
I have been trying to start tracking AMP pages in GA4 but getting amp validation error by adding below script in Body or head tag of the amp website.
<script async custom-element="amp-...
0
votes
1
answer
80
views
301 Redirect with characters at the end of the link
I disable my AMP plugin and i have two type AMP Pages and want to want to redirect them to orginal pages these pages with 301 redirect:
https://example.com/post-name/?amp=1
https://example.com/post-...