javascript - Twitter Summary Card - sharing dynamic content on the same page -


i want share website using twitter summary card. i'm looking @ references here

i need add meta tags such following page have them added card:

<meta name="twitter:title" content="small island developing states photo submission" /> <meta name="twitter:description" content="view album on flickr." /> <meta name="twitter:image" content="https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg" /> 

the problem me in have single page dynamic content. want able change title , description within meta tags each share posted. possible send way twitter api?

the share comment simple:

https://twitter.com/intent/tweet/?text=check%20out%20this%20!&url=xxx" 

is possible pass meta tag information through actual share?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -