Skip to content

Sharer prefetching issue  #3

Description

@akhilrajrsahithi

Hi dear,
when i click share button from my website(url is provide below), it won't show the image in preview ,
http://appsoftheyear.000webhostapp.com/viewimage.php?im=5883ea8cbbc25.jpeg&userid=1283058238404170
I tried to debug url by sharing debugger it shows the following warning

Inferred Property

The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property
The provided 'og:image' properties are not yet available because new images are processed asynchronously. To ensure shares of new URLs include an image, specify the dimensions using 'og:image:width' and 'og:image:height' tags. Learn

this the code i used to set meta tag

_
<title>appsoftheyear</title>

<?php

	parse_str($_SERVER['QUERY_STRING']);
	echo '<meta property="og:url" ';
	echo ' content="https://appsoftheyear.000webhostapp.com/viewimage.php?im='.$im.'&userid='.$userid.'" ';
	echo ' />';
	
	 
	?>
	
	<meta property="og:type"          content="website" />
	<?php
	
	parse_str($_SERVER['QUERY_STRING']);
	echo '<meta property="og:image"';
	echo ' content="https://appsoftheyear.000webhostapp.com/'.$im.'" ';
	echo ' />';
	 
	?>
	<meta property="og:image:type"    content="image/jpeg" />
	<meta property="og:image:width"  content="800" />
	<meta property="og:image:height" content="420" />
	
	
	<meta property="og:description"   content="Your description" />
	<meta property="fb:app_id" content="1820561818200403" />
	
</head>_

please help me to resolve this , I have tried my best . and i don't want to give up at the very end. please help.

thanking you
akhil raj r sahithi

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions