Is it possible to change the type of card to Summary Card with Large Image in your plugin?
thanks,
Liz
Hi,
I’ve installed the pluggins, validated it , but I’v got a child theme and I do’nt know where to add this configuration lines (with my own Twitter account informations of course) :
add_filter( 'twitter_cards_properties', 'twitter_custom' );
function twitter_custom( $twitter_card ) {
if ( is_array( $twitter_card ) ) {
$twitter_card[‘creator’] = ‘@niall’;
$twitter_card[‘creator:id’] = ‘1085’;
}
return $twitter_card;
}
Please please please help me ^^
(N00b inside dsl)
Okay… so this twitter card thing is new to me. Seems useful.
Does this plugin create all the necessary meta data per post to make this work? Why do I still need to mess around with functions.php etc?
]]>Hi there,
Really cool turn-key plugin. Thanks!
I have a post type for testimonials where the testimonial may or may not begin with quotation marks. This causes problems with invalid meta tags:
<meta name="twitter:description" content=""We couldn't be happier. No request or idea we had was too difficult or …" />
Any chance this could be fixed in the next release?
Thanks,
J.
How can I add the author’s twitter account next to the authors name on post pages where it says who the article is written by?
I would like to display their twitter @username next to the authors name?
Regards
]]>Hi There,
So I followed all the steps and I was not approved so I had to submit a request and they said “a few weeks for turnaround”. Is that some type of joke. Does this mean I cannot get my summary card for a few weeks. Do they not realise that this is the internet?!! Maybe I am missing something.
]]>I have just received the following message from Twitter, and I would appreciate your help.
We’re writing to let you know that your Twitter Player Card for [my website domain] is currently not following our Player Card guidelines (https://dev.twitter.com/docs/cards/types/player-card). Compliance with these guidelines is a mandatory component of Player Card use. Please refer to the complete Player Card guidelines for full details, but your service is currently non-compliant with the following points:
— We are unable to review your experience since it appears that the Player Card is not being utilized for the domain [my website domain]. Please respond with a functioning example URL if you are in fact using this Card type.
Please confirm that you will make the required changes to bring your service into compliance by October 28th. When these changes are deployed, please notify us as well. If, however, your application is not made compliant by this deadline, we will take steps to enforce our policies. Please let us know if you have any further questions and we look forward to your cooperation.
You can respond to this message by replying from the address this email was sent to. If you respond from a different forwarding address or email alias (i.e. [email protected]) your email will not be seen by our support staff. If you have a Twitter account associated with this email address, you can also update and review this ticket online by clicking the ticket link above. If you’re unable to log-in and respond to this ticket directly, you can file a new ticket by going to https://support.twitter.com/forms/platform and selecting “I have an API policy question not covered by these points.”
]]>How I can add images?
I mean, the meta tag “twitter:image”
Thanks ??
]]>Any thoughts on making this plugin work with Product cards? I specifically am using woo-commerce would be interested in seeing this.
]]>Hi,
could you change
<meta name="" ...>
to
<meta property="" ..>
This will work in twitter and be valid html5. ??
Thanks,
Sylvia
]]>Hi i can’t get this working, i install the plugin and then i activate it, but nothing changes. When i tweet from my blog, it all looks the same as before i installed this plugin.
Help me please!!!
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.
]]>Thanks for putting this project together!
I’d like this plugin to work on !is_single() pages and I’d like to set some defaults for the data. In order to do this, I’ve modified the plugin to include some filters. I’ve posted a diff here: https://gist.github.com/3044321
I’d be delighted if you’d include this in your next release!
Thanks!
]]>