Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

iG:Twitter Cards

Опис

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.

Скріншоти

  • Settings page of the plugin where global options can be set for plugin
  • Metabox on the post/page add/edit screen which allows fine control over each post and page

Встановлення

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

Часті питання

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.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“iG:Twitter Cards” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “iG:Twitter Cards” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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