twitter-card

Twitter-Card Meta Tag Issue

99封情书 提交于 2021-02-10 06:16:30
问题 URL in question: https://www.halleonard.com/viewpressreleasedetail.action?releaseid=10261 When you view the source in a browser and in Developer Tools, you can see all of the meta tags for Open Graph and Twitter. I have checked the Facebook Debugger and, aside from a few canonical issues, I'm fairly happy with the results. I also plugged the above URL into a third-party Open Graph Debugger: http://debug.iframely.com/ and all of the tags for Open Graph, Twitter and even other all come back

Does Twitter's URL crawler execute JavaScript?

北战南征 提交于 2021-02-08 16:39:13
问题 When Twitter scrapes URLs to render Twitter cards (configured via meta tags), will Twitter first execute your JavaScript or do they require that these tags are sent directly from the server? Reason I ask is it's 2016 so I'm developing a single page application. No matter what URL you request, I'll return /index.html which fetches my JS and dynamically loads whichever page you requested (including meta tags) on the client. I know Google will run your JS, but does Twitter? 回答1: After using

Does Twitter's URL crawler execute JavaScript?

你离开我真会死。 提交于 2021-02-08 16:39:09
问题 When Twitter scrapes URLs to render Twitter cards (configured via meta tags), will Twitter first execute your JavaScript or do they require that these tags are sent directly from the server? Reason I ask is it's 2016 so I'm developing a single page application. No matter what URL you request, I'll return /index.html which fetches my JS and dynamically loads whichever page you requested (including meta tags) on the client. I know Google will run your JS, but does Twitter? 回答1: After using

Twitter Card Validator error when in development

孤人 提交于 2020-01-15 07:44:09
问题 I'm having an issue validating my Twitter Card in development. I have configured my router's public IP to point to my internal LAN IP/port http://119.21.79.135:3000 Given the meta tags are in place; <meta name="twitter:card" content="photo" /> <meta name="twitter:site" content="@flickr" /> <meta name="twitter:title" content="Mountain sunset" /> <meta name="twitter:description" content="Explore Reza-Sina's photos on Flickr. Reza-Sina has uploaded 113 photos to Flickr." /> <meta name="twitter

Semantic markup for images in e-commerce

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 17:26:53
问题 I have seen that various retailers prefer the og:image from OGP, twitter:image from Twitter Cards over the image property from Schema.org ( Product ), and that preference shows up in various ways like having high resolution images for og:image property and very low resolution or no value for the Schema.org image property. If I need images should I give preference to the og:image and twitter:image over the Schema.org image ? If so is it just the current trend to prefer og:image and twitter

How to pass dynamic image path in Twitter Card?

吃可爱长大的小学妹 提交于 2019-12-13 15:14:22
问题 I am using <?php $image='http://abc.in/def.jpg'; ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="twitter:card" content="summary"> <meta name="og:image" content="<?php echo $image?>"> <meta name="og:description" content="<?php echo $description; ?>"> <meta name="og:title" content="<?php echo $title; ?>"> <meta name="twitter:url" content="http://keyss.in"> <meta name="twitter:app:id:iphone" content=""> <meta name="twitter:app:id:ipad" content=""> <meta name="twitter:app:id

images not showing on twitter - ERROR: Fetching the page failed because the request timed out

久未见 提交于 2019-12-08 08:14:26
问题 This is the url of my website https://www.healthdrop.in and I am getting ERROR: Fetching the page failed because the request timed out. When try it on https://cards-dev.twitter.com/validator I try each and every fix mention on different websites, but didn't get success. Check this for all metas I get in touch with twittercommunity and they say my apache config are not right and and the problem is The “other errors” is most commonly an SSL misconfiguration. In the case of your server I’m

images not showing on twitter - ERROR: Fetching the page failed because the request timed out

只愿长相守 提交于 2019-12-08 04:34:44
This is the url of my website https://www.healthdrop.in and I am getting ERROR: Fetching the page failed because the request timed out. When try it on https://cards-dev.twitter.com/validator I try each and every fix mention on different websites, but didn't get success. Check this for all metas I get in touch with twittercommunity and they say my apache config are not right and and the problem is The “other errors” is most commonly an SSL misconfiguration. In the case of your server I’m seeing SSL3 alert read:warning:unrecognized name which indicates you have an error similar to this one which