이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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