• there are two type of twitter card: summary_large_image and summary

    <meta name=”twitter:card” content=”summary_large_image” />
    if you need change to large image, you need add below code to twitter.php manually, not in the admin panel:

    
    function twitter_card_type( $card_type, $query_type, $object_id )
    {
      return 'summary_large_image';
    }
    add_filter('twitter_card_type', 'twitter_card_type', 10, 3);

    more information from: https://github.com/twitter/wordpress/wiki/Cards

    I am going to vote 1 star, not good plugin, really wast time.

    • This topic was modified 3 years, 6 months ago by zuola.
  • The topic ‘not good plugin from twitter’ is closed to new replies.