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.

meta
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
2 votes
1 answer
9k views

Trouble with content security policy

So i have been trying to use a google programmable search engine script, but i am having trouble with the meta tag. The meta tag that i have included in my is as follows: <meta http-equiv="...
johan's user avatar
  • 31
0 votes
1 answer
191 views

Insert a post meta in the product with variable

I state that I am not an expert! My function modifies the visibility of the product based on the presence of the price. It works well with simple products, but not with products that have variables. ...
Miki Sax's user avatar
3 votes
1 answer
2k views

http-equiv redirect to another html page

I am trying to redirect a user on my html page to another html page automatically after three seconds, and I am trying with this code: <meta http-equiv="refresh" content="3; home....
Fredrik Cumlin's user avatar
0 votes
1 answer
24 views

Is it possible to add resourcekey to a asp:DynamicControl?

I can't figure out how to add a meta:resourcekey tag to an asp:DynamicControl control. Can someone help me? Here's a working example for a basic label: <asp:Label ID="Label1" runat=&...
Phil Richer's user avatar
0 votes
1 answer
116 views

Django: How to get proper numerical ordering for a slug field?

The slug field definition and the ordering of the model is depicted below. from models.py: class Ayah(models.Model): suraya = models.SlugField(max_length=8,unique=True) class Meta: ...
0tyranny0poverty's user avatar
2 votes
1 answer
2k views

WordPress, HTML \\ How to insert <meta> tag in the <head> area of a specific page

I want to add a meta tag for my site description inside the head area of a specific page, before the body tag opens. The site is built with WordPress & Elementor. I don't want to add it globally ...
Yair Shachar's user avatar
0 votes
1 answer
446 views

I want to add a new value in the post meta without deleting the old value

I have post meta "metaname" with value "thatsme" and I want to add a new value "thatsyou" in the post meta "metaname" without deleting the old value "...
user2496713's user avatar
0 votes
1 answer
505 views

rails 4.2.6 upgrade-insecure-requests CSP meta how to put in the head?

I have a Rails 4.2.6 application running. In some of my pages, I use iframe to put Google Map Embedded api to show maps of some locations. My whole website is https secured using letsencrypt. However ...
joshhu's user avatar
  • 23
0 votes
2 answers
2k views

How can I add NTFS metadata to any file?

Is there a possibility to add information like "Version = 1.2.3.4" to - let's say - a TXT file? Could this be achieved with NTFS metadata? If so, can I set such information by a program? ...
Bernd82's user avatar
  • 33
1 vote
1 answer
5k views

Get the list of registered gRPC service name and methods in python

grpc-core for java has the option of getting a list of service descriptors from the grpc server object. From it we can gather the service name and method names. for (ServerServiceDefinition ...
onesiumus's user avatar
  • 309
0 votes
0 answers
125 views

Facebook ip address for access my database because of OG meta tags

I tried facebook debugger with articles on my website. I use argument "n" as ID of news. But with this argument, debugger returns error with code 404. Other sites works fine. I am getting ...
Tomáš Kretek's user avatar
1 vote
1 answer
1k views

Is it possible to modify index.html before serving it using ServeStaticModule in NestJs?

I am using ServeStaticModule to send back a index.html file. I want to add custom meta tags for facebook preview. I tried doing it on the client side but that doesn't work as Facebook takes the old ...
Visakh Vijayan's user avatar
0 votes
1 answer
868 views

Referencing hashed files in Vue's public/index.html mount

I'm trying to add OGP meta tags to my relatively simple Vue.js application. I'm 'hosting' it on GitHub pages, thus it can't be server side rendered, the index.html page served is always static. I want ...
Xevion's user avatar
  • 664
2 votes
1 answer
632 views

Why I am getting different 95% confidence interval for some studies in meta-analysis in "meta" package in r?

I am trying to do a meta-analysis using hazard ratio, lower and upper 95% confidence interval but for example CARDIa study, obtained upper and lower 95%CI ([2.1560; 9.9858]) were different than the ...
Mohamed Rahouma's user avatar
6 votes
1 answer
13k views

React JS How to disable zoom

Im building a web app and I want to disable the zoom with 2 fingers. I have tried this meta name="viewport" content=" width=device-width, initial-scale=1, maximum-scale=1, user-...
Solyza's user avatar
  • 75

15 30 50 per page
1
2 3 4 5
47