Skip to main content

All Questions

Tagged with
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
0 votes
1 answer
1k views

How to save emoji on text input as 🙈 or 🙈 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
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
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
0 votes
0 answers
28 views

WooCommerce user email and product meta data issue [duplicate]

with latest woocommerce updates my old code stoped working. Any ideas how to fix it? I need to add download links (from meta fields) to some products, that have that field not empty. ?&...
Dark Wizard's user avatar
0 votes
1 answer
49 views

How do I redirect to new domain but permalink link still follow the old domain and using a META Tag? [duplicate]

I need your help to solve my problem. I have domain https://example.com/ I need to redirect it using META tag (No htaccess) to https://newdomain.com But all new permalink in new domain need to follow ...
Aji Muzaqi's user avatar
3 votes
1 answer
4k views

Get product category and tag terms as meta keyword in WooCommerce

I have been using below code for using Tags & categories as META Keywords for my wordpress posts. function wcs_add_meta_keywords() { global $post; if ( is_single() ) { $cats = ...
kandav's user avatar
  • 85
1 vote
0 answers
110 views

Meta Images Being Dynamically Pulled from MySQL Issue

I'm trying to pull an image (stored in a BLOB) from my MySQL database and set it to the meta image tag for OG and Twitter. echo '<meta property="og:type" content="article" />'; echo '<meta ...
Sully's user avatar
  • 21
0 votes
0 answers
338 views

checking if meta tag exists or not before declaring variable with php

i have all the curl and everything retrieving the og properties the problem i have is everything i try to make sure the tag actually exists or not isnt working. I get the image tag like so if($...
Freeman Mix's user avatar
0 votes
1 answer
2k views

WP_Query based on meta data boolean

In my wordpress site I have created a meta box for any page which is using post.php This meta box includes a boolean checkbox where I want to decide whether or not it's going to be included with a ...
TheCavman's user avatar
0 votes
1 answer
571 views

How to display emojis in meta description

I send my sitemap generated by Yoast SEO to Google but somehow, the SEO was sent wrong. Here is an example of what I send: http://prntscr.com/rqmn9l Here is what came out in Google: http://prntscr....
user3713606's user avatar
0 votes
1 answer
264 views

Metadata for PHP files

I'm currently working in a project for my client. I'm creating a website and used header.php and footer.php for separate header and footer and included them on all the files. But the issue is that ...
Gaurav Rawat's user avatar
1 vote
0 answers
112 views

How to Canonicalise paginated 1st page to original page

I have added the canonical tag in my every page like in my app.blade.php <link rel='conanical' href="@yeild('conanical-tags')"> in my other pages @section('conanical-tags') {{ url()->...
xenex-media's user avatar
0 votes
2 answers
83 views

How can I solve an problem with two select statements in one query

I want to retrieve og tags with sql in php language but I only get to see 1 result, that is the first one he reads, the other I don't get to see in page source. this is the code with php. $query = "...
nietsnut's user avatar
0 votes
1 answer
601 views

Is there a Wordpress function for og:type, og:local, etc.?

I am setting up a custom WordPress site and I want to use my own SEO optimization. I am looking for a WordPress function to fill in for my meta tags so that I don't have to create a different header....
wpursell's user avatar

15 30 50 per page
1
2 3 4 5
19