Skip to content
#

opengraph

Here are 195 public repositories matching this topic...

wordpress-seo
OpenGraph
ItsSkynet
ItsSkynet commented May 12, 2022

Describe the bug
verify_image_url Function is assuming twitter post images with ":orig", ":large" ":medium" or ":small" as invalid images and thus is sending empty image value on the fetch return array.

Generated example:

Array
(
    [0] => Array
        (
            [robots] => NOODP
            [msapplication-TileImage] => //abs.twimg.com/favicons/win8-tile-144.png
        
enhancement help wanted good first issue
knowledge-canvas
RobRoyce
RobRoyce commented Jun 2, 2022

Is your feature request related to a problem? Please describe.

No.


Describe the solution you'd like

Knowledge Canvas should automatically extract all dc: tags, in the same way it extracts og: tags.


Additional context

The app already extracts Open Graph meta tags using the prefix og:. Dublin Core tags (dc:) are related to Open Graph tags and are wide

enhancement good first issue

Improve this page

Add a description, image, and links to the opengraph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opengraph topic, visit your repo's landing page and select "manage topics."

Learn more