Plugin info

Total downloads: 3,166
Active installs: 10
Total reviews: 2
Average rating: 3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/24/2013 (4420 days ago)
Added to WordPress: 4/8/2013 (12 years old)
Minimum WordPress version: 3.4
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4420 days ago • 2 reviews

22/100

Is iG:Twitter Cards abandoned?

Possibly abandoned (last update 4420 days ago).

Compatibility

Requires WordPress: 3.4
Tested up to: 3.7.41
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

iG:Twitter Cards enables Twitter Cards on your WordPress website to present your website in an extra useful and stylish way when anyone shares your website URLs on Twitter, be it Twitter website or Twitter mobile app.

At present only summary and player cards are supported. Support for other cards will be added in future. You can validate your website’s Twitter Cards using official Twitter Cards Validator.

This plugin allows complete customization of Twitter Cards meta tags before output via filters. If you have custom post types and you wish to have Twitter Cards enabled for them too then this plugin allows you to do that using filters to add/remove post types on which Twitter Cards are enabled.

This plugin has been written with WordPress.com VIP compliance in mind, so you can use it as is even if you host your website with WordPress.com VIP.

Requirements: This plugin requires PHP 5.3 or better and is supported on WordPress 3.4 or better. It might work on a lower version of PHP or WordPress but no support would be provided for those platforms.

Pull requests on Github are welcome.

Github: https://github.com/coolamit/ig-twitter-cards

WordPress.org plugin repo: https://plugins.svn.wordpress.org/ig-twitter-cards/

Plugin Usage

Using this plugin is fairly easy. Set the options by going to Settings > iG:Twitter Cards in your wp-admin. If you select to customize cards when creating/editing a post or page then a metabox would be available when you create/edit a post or page. There you can tweak the card by selecting card type, adding/changing Twitter username of author, etc.

Installation

Installing The Plugin

Extract all files from the zip file and then upload it to /wp-content/plugins/. Make sure to keep the file/folder structure intact.

Go to WordPress admin section, click on “Plugins” in the menu bar and then click “Activate” link under “iG:Twitter Cards”.

See Also: “Installing Plugins” article on the WP Codex

Frequently Asked Questions

I selected Player card for a post/page and entered the player URL but video does not play. What is wrong?

Twitter needs your player URL to be served over SSL, so your URL must start with https:// and not http://.

I see some code that I can improve. Do you accept pull requests?

By all means, feel free to submit a pull request.

I want XYZ feature. Can you implement it?

Please feel free to suggest a new feature. Its inclusion might be speedier if you can provide the code to make it work.

Review feed

No reviews available

Screenshots

  1. Settings page of the plugin where global options can be set for plugin

    Settings page of the plugin where global options can be set for plugin

  2. Metabox on the post/page add/edit screen which allows fine control over each post and page

    Metabox on the post/page add/edit screen which allows fine control over each post and page

Changelog

v1.3

  • removed video aspect ratio calculation in card options UI on post screen
  • added aspect ratio calculation helper text for video height in card options UI on post screen

v1.2

  • added data escaping to admin UI elements

v1.1

  • Updated labels for admin UI elements
  • Added ig_twitter_cards_post_mb_ui & ig_twitter_cards_post_mb_data hooks to extend card options UI on post screen in wp-admin
  • Added aspect ratio calculation for video in card options UI on post screen in wp-admin

v1.0

  • Initial release with support for Summary and Player cards