Download the PHP package voceconnect/wp-twitter-cards without Composer
On this page you can find all versions of the php package voceconnect/wp-twitter-cards. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download voceconnect/wp-twitter-cards
More information about voceconnect/wp-twitter-cards
Files in voceconnect/wp-twitter-cards
Package wp-twitter-cards
Short Description Helper class to generate meta tags for twitter card support. When support is added to a post type, a meta box is added on the post edit view to configure the twitter card properties.
License GPLv2+
Informations about the package wp-twitter-cards
WP Twitter Cards
Contributors: voceplatforms, kevinlangleyjr
Tags: twitter, cards, meta, helper
Requires at least: 3.0
Tested up to: 4.0
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
Helper class to generate meta tags for twitter card support. When support is added to a post type, a meta box is added on the post edit view to configure the twitter card properties.
Requires both Voce Post Meta and Multi Post Thumbnails WordPress plugins. https://github.com/voceconnect/voce-post-meta https://github.com/voceconnect/multi-post-thumbnails
Installation
As standard plugin:
See Installing Plugins.
As theme or plugin dependency:
After dropping the plugin into the containing theme or plugin, add the following:
Usage
On the WordPress init
hook:
WP_Twitter_Cards::add_post_type( 'post-type-here' );
In the post edit view configure the Twitter Card metabox to enable the tag output.
Changelog
1.3.0
- Modify handling to prevent fatal errors when dependencies are loaded before WP
1.1
- Adding support for player card
1.0
- Initial release
All versions of wp-twitter-cards with dependencies
voceconnect/voce-post-meta Version ~1.9
wpackagist-plugin/multiple-post-thumbnails Version ~1.6