Skip to main content

All Questions

Tagged with
-1 votes
2 answers
532 views

Dynamic Nonce : Error using dynamic nonce in .htaccess Content-Security-Policy (CSP) and PHP

I know this has been asked countless times, but I cant seem to find a solution to my problem. The Problem : I am unable to use Content-Security-Policy nonce and its generating an error. The Error via ...
Shasha's user avatar
  • 433
1 vote
0 answers
329 views

Using a Custom post type, add a meta tag for Rank Math SEO WordPress plugin

I'm using Rank Math SEO WordPress plugin for my blog website . I'm using a custom post type in my Wordpress theme and custom post tag field , for regular posts Rank Math adding a meta tag to wp_head ...
Javid's user avatar
  • 439
0 votes
0 answers
28 views

Internet browser is showing cached image after applying meta 'cache-control' and 'pragma' too

My internet browser: Google Chrome is still showing old cached image when changing the image size and applying filters too. I wrote the following code: <meta http-equiv="Cache-Control" ...
user avatar
0 votes
0 answers
24 views

Fetch Blog data type into meta tag content as image [duplicate]

I store article data in in article table and "image" column have blob data type I have my php code: $sql = "SELECT * FROM `articles` $result = mysqli_query($conn, $sql); if (...
Dambar Sah's user avatar
1 vote
0 answers
29 views

Hiding mobile browser searchbar by using mobile app meta tags?

Okay so I know that things like scrollTo doesnt work anymore. But I found an idea to use meta tags to make any browser believe that your website is a mobile app and because of that hiding the ...
Christian Grundmann's user avatar
0 votes
0 answers
52 views

React Dynamic meta tags

I am using Reactjs and codeigniter APIs but the problem is in react side. Here is the reactjs meta tags code which rendered when a new page load and get API response. The content of meta tags is ...
Saad Chaudhary's user avatar
0 votes
2 answers
2k views

Changing Meta Title in Wordpress

I am trying to change the meta title in Wordpress (overriding the WP page title). I have managed to change the title up in the tab in the browser, but it will not change in a link preview. I am only ...
trees123's user avatar
-2 votes
1 answer
85 views

How can I clean a URL with PHP for canonical?

Looking into Search Console I fond some duplicated urls Duplicates url are the same of original URL + g;m.parentNode.insertBefore(a,m) For example: https://mywebsite.com/my-page/ https://mywebsite.com/...
al404IT's user avatar
  • 1,400
0 votes
0 answers
335 views

How to get posts with ID less than some number WordPress

I want to get posts in WordPress with meta query where I check ID of user and some meta $meta_query = array( 'relation' => 'AND', array( 'relation' => 'AND', array( ...
Andrey Vasilev's user avatar
0 votes
0 answers
189 views

Use BLOB image from MySQL db for meta og:image to show preview image to facebook

I can get a BLOB image from my MySQL database but I want to show it as a preview image when I post to facebook. I don't want to save the image to my computer because I will end up with too many images....
Dion's user avatar
  • 125
0 votes
0 answers
114 views

Parse Meta Tags PHP [duplicate]

I have this code on my html page: <header class="adPage__header"> <h1 itemprop="name">BMW 3 Series</h1> </header> <ul class="...
Александр Островский's user avatar
0 votes
0 answers
342 views

Meta tag code is breaking and showing in wordpress site's header

I'm using the following code to autogenerate my posts metatags: function gretathemes_meta_description() { global $post; if ( is_singular() ) { $des_post = strip_tags( $post->...
user832's user avatar
  • 11
0 votes
0 answers
561 views

How to set og:image for a link that will be redirected to registration page url in laravel?

I have a link(www.example.com?token=sdsddsjfkbsdj) and want to share this link on social sites. When somebody clicks this link, my app redirects user to registration page. While sharing this link on ...
Sagar Gautam's user avatar
  • 9,269
2 votes
2 answers
1k views

Dynamically insert og:meta tags from backend

I'd like to add social media sharing to my React SPA without SSR. So when you share a link with specific parameters to Facebook / Twitter etc. you get a custom image/description/heading... I've found ...
Ilija Ivic's user avatar
0 votes
1 answer
61 views

Get Title from specific link

I am trying to get the title from an anilink URL. This particular code works for MyAnimeList webiste however on the AniList website this keeps returning 'AniList' which is the website, I believe the ...
Orotonster's user avatar

15 30 50 per page
1
2 3 4 5
22