Title: androidgalaxy's Replies | WordPress.org

---

# androidgalaxy

  [  ](https://wordpress.org/support/users/androidgalaxy/)

 *   [Profile](https://wordpress.org/support/users/androidgalaxy/)
 *   [Topics Started](https://wordpress.org/support/users/androidgalaxy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/androidgalaxy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/androidgalaxy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/androidgalaxy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/androidgalaxy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/androidgalaxy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Change Twitter Card type](https://wordpress.org/support/topic/change-twitter-card-type/)
 *  [androidgalaxy](https://wordpress.org/support/users/androidgalaxy/)
 * (@androidgalaxy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-twitter-card-type/#post-3927659)
 * You can easily change card type. above is suggested method but there is another
   method.
 * Goto Plugins->Installed Plugin->WordPress SEO-> and Click on Edit option under
   WordPress SEO. Look for class-twitter.php under Plugin Files.
 * Hit Control+F on Chrome and enter summary on Box. It will highlight all words
   with summary keyword. Change Summary with summary_large_image or any other card
   type as given in code below. Hit save and apply for selected card. This method
   is not recommended but it is good for programmers…and coders.
 *     ```
       public function type() {
       		$type = apply_filters( 'wpseo_twitter_card_type', 'summary_large_image' );
       		if( !in_array( $type, array(  'summary_large_image', 'summary', 'photo', 'gallery', 'app', 'player', 'product' ) ) )
       			$type = 'summary_large_image';
       ```
   

Viewing 1 replies (of 1 total)