WPIntell

Source evidence

No enough functionalities

Twitter · review · 2015-02-25T22:39:00+00:00

mixedsentiment
mediumseverity
0.92relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 3 stars
Hector R. unresolved
Hi, I like the concept behind the plugin; but, the issue I found is that twitter cards are showing on every page. I looked for a way to customize the page display; but, the plugin does not have this functionality. For themes that consist of only one page the plugin would not be suitable. I would give five stars If the plugin allows me to customize which pages are going to display twitter cards. A nice way to handle it would be to divide it into homepage, pages, and blog selection. Thank you. Why are you concerned about Twitter cards appearing on every page? You can unhook the Twitter Cards markup generator from the wp_head action or return an empty array for pages you would prefer not receive Twitter markup. https://dev.twitter.com/web/wordpress/cards Hi Kennedy, I am concerned about Twitter Cards appearing on every page because the aesthetic of the website. The theme I am using is built on sections; which means a page is formed by a set of sub-pages. The solution given would work when just a few pages need to be modified; but, when you need to modify every page would just not be handy. However, any help to find a solution would be appreciated. Twitter Cards automatically generates a title and description for your pages based on the titles, descriptions, and images configured in WordPress. You don’t need to modify every page. You have an opportunity to modify each post to customize a separate Twitter Card title; otherwise the Twitter Card title is the title of your post. My concern is not about twitter description and title; but the twitter button. There are certain pages in which I would prefer not to display twitter button. How can I do that? Thank you. Add a Tweet button to the pages of interest by placing a [twitter_share] shortcode in your post content area or evaluate the shortcode in your theme using the do_shortcode WordPress function . https://dev.twitter.com/web/wordpress/tweet-button

Comments

5 shown
Niall Kennedy 2015-02-25T23:11:00+00:00

Why are you concerned about Twitter cards appearing on every page? You can unhook the Twitter Cards markup generator from the wp_head action or return an empty array for pages you would prefer not receive Twitter markup. https://dev.twitter.com/web/wordpress/cards

Hector R. 2015-02-26T01:05:00+00:00

Hi Kennedy, I am concerned about Twitter Cards appearing on every page because the aesthetic of the website. The theme I am using is built on sections; which means a page is formed by a set of sub-pages. The solution given would work when just a few pages need to be modified; but, when you need to modify every page would just not be handy. However, any help to find a solution would be appreciated.

Niall Kennedy 2015-02-27T01:13:00+00:00

Twitter Cards automatically generates a title and description for your pages based on the titles, descriptions, and images configured in WordPress. You don’t need to modify every page. You have an opportunity to modify each post to customize a separate Twitter Card title; otherwise the Twitter Card title is the title of your post.

Hector R. 2015-02-27T14:24:00+00:00

My concern is not about twitter description and title; but the twitter button. There are certain pages in which I would prefer not to display twitter button. How can I do that? Thank you.

Niall Kennedy 2015-02-27T16:50:00+00:00

Add a Tweet button to the pages of interest by placing a [twitter_share] shortcode in your post content area or evaluate the shortcode in your theme using the do_shortcode WordPress function . https://dev.twitter.com/web/wordpress/tweet-button