Skip to main content

Questions tagged [meta]

Meta elements are the HTML or XHTML <meta … > element used to provide structured metadata about a Web page. DO NOT USE this tag for questions about Stack Overflow; post these on meta.stackoverflow.com instead.

0 votes
0 answers
8 views

Unable to Add New People to Roles in Meta Live App

enter image description hereI am currently experiencing an issue with my Meta Live app where I am unable to see the "Add People" tab under the Roles section. Steps I have taken so far: ...
Karim Zaki's user avatar
-1 votes
0 answers
20 views

How to add multiple CTA Buttons and Options in Whatsapp Meta API?

I'm building this App for which using this Meta Whatsapp API, I need to send 2 CTA buttons, but currently stuck on 1. In Addition to this, I also need to add 1 "reply" button, any ...
Awanish Mishra's user avatar
0 votes
0 answers
16 views

How to give Prefilled Options in Meta Whatsapp API

I want to know how can we send some prefilled options in our Meta Whatsapp Template? This is my template which contains of 1 RadioButtons and 2 Checkboxes, I made this using "flow" (...
Awanish Mishra's user avatar
0 votes
1 answer
12 views

Facebook Developer Portal UseCases menu item missing for Facebook Test App

in the Facebook Developer Portal I created a new Facebook app, and enabled the Facebook Login as use-case. Now from that Facebook app I created a clone so I also have a Facebook TEST app, where I ...
fr3sh's user avatar
  • 1
-1 votes
0 answers
20 views

How to send Url using Whatsapp Meta API?

I'm trying to send a message which opens a given URL when we click on the button. I've made a template as well on the meta official developers page, but its taking too long to send, approximately 50-...
Awanish Mishra's user avatar
0 votes
0 answers
30 views

Unable to get a valid response from Instagram Basic Display API

I'm using the Instagram Basic Display API and since a few days I'm getting the "Unsupported request - method type" error. My APP is Live, and validated from Meta since several years. I tried ...
David's user avatar
  • 1
5 votes
1 answer
5k views

Refresh page when active tab

Currently in my page I am using this to refresh the page each minute: <head> ... <meta http-equiv="refresh" content="60" /> ... </head> How instead, I want to ...
Anefi3's user avatar
  • 51
0 votes
1 answer
563 views

DJANGO - class Meta / varibales db_table

I would like to get a variable in my meta class class Meta: abstract = True db_table = 'bikes_table' managed = False I want to get a variable from self like above : ...
betty's user avatar
  • 59
1 vote
1 answer
1k views

peewee - change schema dynamically

I have the same question/problem than this post -> peewee - modify db model meta (e.g. schema) dynamically . I want to change the schema field in my Meta class dynamically. This is my code: class ...
dtamab's user avatar
  • 85
3 votes
1 answer
2k views

Does setting meta tags in Javascript work without server side rendering?

I am developing a single page application and each page should have different open graph meta tags. It seems that tools like react-helmet just use Javascript functions like element.setAttribute to ...
Ryan Peschel's user avatar
  • 11.7k
0 votes
2 answers
147 views

Is it possible to have HTML titles and meta tags set with an Angular 8 component recognized by Googlebot without SSR?

My component uses setTitle and updateTag to update the title and tags. Remaining data on the screen is updated via template binding to an object obtained via a host request. Google search console ...
Tom Price's user avatar
  • 191
1 vote
1 answer
108 views

Wordpress | get_user_meta in child themes php file [closed]

I'm trying to get the user meta in a file calles "print.php" in my child-theme folder: define( 'WP_USE_THEMES', true ); $userid = $_GET['id']; //$all_meta = get_user_meta( $userid ); When ...
Niko's user avatar
  • 21
1 vote
2 answers
562 views

What is the use of lang attribute in HTML if we have defined the charset as utf-8

Why html lang="en" is required if we are defining meta charset="utf-8".I mean we have defined charset so what's the use of lang? What I understand from utf-8 is that it contains ...
koil's user avatar
  • 51
6 votes
1 answer
3k views

Force Internet Explorer to open a website in Edge [closed]

I just visited the apple.com website in the Internet Explorer and noticed, Internet Explorer opens the website directly in Edge and shows this page in the IE-window. I'd like to implement this to my ...
dagrega's user avatar
  • 171
0 votes
1 answer
1k views

How to save emoji on text input as &#128584; or &#x1f648; instead of \ud83d\ude48

I have a few forms that I need to be able to save emojis, and the emojis can be anywhere on a string. I can't seem to get unicode sequences to display as emojis. Currently, the forms call a javascript ...
Allaris's user avatar

15 30 50 per page
1
2 3 4 5
93