[Plugin: Twitter Cards] How to set up Twitter-Cards Plug-in to my Twitter?
-
Specify user twitter account/site ID?
Where and how do I set the settings for my twitter account/site ID?
Description says twitter_properties_filter which I assume is this?
$t = apply_filters( 'twitter_cards_properties', $this->toArray() ); if ( ! is_array( $t ) || empty( $t ) ) return ''; $s = ''; foreach ( $t as $name => $value ) { $s .= self::build_meta_element( $name, $value, $xml ); } return $s; }
But where goes the twitter ID / User name?
Also, where can I switch the meta properties for the entire card from summary to photo or video?
Thanks
Z.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Plugin: Twitter Cards] How to set up Twitter-Cards Plug-in to my Twitter?’ is closed to new replies.