I used summary card with app card appended to it.
However, no matter in web or in ios, the card says “view on web” and only open the page in browser.
I have added the correct working deep link to my app to it.
Can anyone help with this urgent issue? Thanks a lot!
Code:
%meta{content: “summary”, name: “twitter:card”}
%meta{content: “@MySite”, name: “twitter:site”}
%meta{content: @tw_meta[:title], name: “twitter:title”}
%meta{content: @tw_meta[:description], name: “twitter:description”}
%meta{content: @tw_meta[:image], name: “twitter:image”}
%meta{content: “MySite”, name: “twitter:app:name:iphone”}
%meta{content: “466079030”, name: “twitter:app:id:iphone”}
%meta{content: @tw_meta[:url], name: “twitter:app:url:iphone”}
%meta{content: “MySite”, name: “twitter:app:name:ipad”}
%meta{content: “466079030”, name: “twitter:app:id:ipad”}
%meta{content: @tw_meta[:url], name: “twitter:app:url:ipad”}
%meta{content: “MySite”, name: “twitter:app:name:googleplay”}
%meta{content: “com.mysite.userhtexpress”, name: “twitter:app:id:googleplay”}
%meta{content: @tw_meta[:url], name: “twitter:app:url:googleplay”}