Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

SVG Featured Image

Popis

This plugin helps WordPress sites to use SVG images as the featured image which can be shared on Facebook or Twitter with the SVG preview image in the post.

This plugin creates a <meta> tags for Facebook and Twitter sharing purpose, which enables the SVG images to be set as a preview images for post shared on these social networks.

    <meta name="twitter:image" content="http://example.com/wp-content/uploads/svg-png/sample.png">
    <meta property="og:image" content="http://example.com/wp-content/uploads/svg-png/sample.png">

This plugin uses PHP ImageMagick to create thumbnails for your social shares, so please make sure this extension is available.

We recommend Safe SVG plugin to enable SVG/XML mime type on your WordPress site.

Recenze

Přečtěte si všechny 2 recenze

Autoři

SVG Featured Image je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

0.2

  • Logo support is added.

0.1

  • Converts the SVG to PNG for all post & pages.