Twitter cards customization
Hi,
I'd like to know how twitter cards (meta tags) are generated in the single page of katla. I understand it is done through that line of code for facebook (blt-functions.php): add_action('wp_head', 'fb_opengraph', 5);
But cannot understand how it is done for twitter.
Thanks.