该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

SVG Featured Image

描述

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.

评价

阅读所有2条评价

贡献者及开发者

“SVG Featured Image” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“SVG Featured Image”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.2

  • Logo support is added.

0.1

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