Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

SVG Featured Image

Beschrijving

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.

Beoordelingen

Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“SVG Featured Image” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “SVG Featured Image” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.2

  • Logo support is added.

0.1

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