@jeffmcneill – support question
-
Hey Jeff,
I had asked a mod to lock the announcement topic and most probably your posts have been deleted. However, I got the requests in my inbox and I’m re-posting them here.
I’m sorry for any inconvenience.
Hello,
It appears to work great on regular pages, Woo Commerce products, and the custom page for the list of postings. However, I am encountering two problems:
1. Even though I am setting the override Title on each page/post, it is not being used in twitter:title meta tag. Instead the H1 (“title”) of the page/post is being used.
2. My home page is not generating any twitter:title meta tags.
I do have custom posts and home pages, and have selected those options and edited those pages directly.
Using the Card Validator: https://cards-dev.twitter.com/validator
– http://southeast.io <- does not work (no twitter tags)
– http://southeast.io/specials/ <– (twitter:title meta tag drawing from H1, not the custom Title field)
– http://southeast.io/newsletter/ <– (twitter:title meta tag drawing from H1, not the custom Title field)I changed the file:
amt_twitter_cards.php, line 99From
if ( amt_is_default_front_page() ) {
To
if ( amt_is_default_front_page() || amt_is_static_front_page() ) {
And I got the card to generate, but it is pulling Title and Description from the site itself (blog info), and not getting the override info.
Note that I am still very interested in getting the Title tag (both meta title and twitter:title) to draw from the override field provided by the plugin.
Any Suggestions?
The topic ‘@jeffmcneill – support question’ is closed to new replies.