I have created a new product card which works fine in the twitter app. But when I tried to acess through mobile browser in android it not working. data1, data 2 values are not displaying. instead text “data1”, “data2” are displayed.
I tried to use deep linking Concepts.Here i added below tags along with product card meta tags
<meta property="al:android:package" content="com.twitter.android">
<meta property="al:android:url" content="twitter://">
<meta property="al:android:app_name" content="twitter">
Is this the right way of using Deep linking ?
what is the url for twitter app?
Product card content looks like below:
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@TMPWW">
<meta name="twitter:creator" content="">
<meta name="twitter:domain" content="www.jobsattmp.com">
<meta name="twitter:title" content="Client Development jobs in New York at TMP Worldwide">
<meta name="twitter:description" content="Looking for Client Development jobs in New York? TMP Worldwide currently has several Client Development openings and other internet marketing jobs available in New York today.">
<meta name="twitter:image" content="http://seostatic.tmp.com/job-images/Culture/2/1336_The_Powers_of_a_Digital_Strategist.jpg">
<meta name="twitter:label1" content="CATEGORY">
<meta name="twitter:data1" content="client development">
<meta name="twitter:label2" content="Location">
<meta name="twitter:data2" content="new york">
<meta property="al:android:package" content="com.twitter.android">
<meta property="al:android:url" content="twitter://">
<meta property="al:android:app_name" content="twitter">
Please help me in this.
Thanks.