Is it possible to get the location of an image that is on a webpage?
I want to use it for og:image.
example:
<meta property="og:image" content="<?php 'get the image location' ?>" />
It is for a Open Graph Facebook share.
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
It's a long answer and since you haven't provide code for what you tried doing, here's a high level description of what you should do: (Note: OP is trying to get an image source from an HTML document, if any) You need to download the page with PHP, find an For example, if you want to get the first user shared image on 9gag, you would look for the You'll want to wrap all that in a function such as Downsides to doing this:
I can add more to the list. It's fun to practice doing it, but not very practical. |
|||||
|
|