Questions tagged [twitter-share]

22 questions
4
votes
2 answers

How to share video in Twitter using Twitter kit 3 in the android?

After fabric removal , now Twitter kit 3 is used in the android Case : I need share the text , image and video without opening the Twitter Composer I am sharing the text , image and the video using twitter kit 3 by using the method StatusesService…
Ko Vartthan
  • 434
  • 1
  • 4
  • 22
4
votes
4 answers

How to implement share to twitter with react js

I want to let users share images from my website to twitter. I used this module react-share to implement this.But it doesn't give an option to share images. My code looks likes this. import { ShareButtons, ShareCounts, generateShareIcon, } from…
Goutham
  • 352
  • 2
  • 4
  • 14
2
votes
0 answers

"home?status=" Twitter share URL not working anymore?

We've just found out that the /home?status= version of sharing URL does not work anymore, I'm pretty sure it did a while back. When did this happen? I'm unable to find any changelogs or publications about this. Old, does not work…
Ambidex
  • 755
  • 1
  • 5
  • 27
2
votes
2 answers

Making image meta tag dynamic, twitter card not showing image

I need to tweet a text with an image. If I put a static image, it is working. If I make the image dynamic, the image is not tweeting, nor is it showing up in card-validator. Here is the URL :…
amar deep
  • 111
  • 2
  • 15
1
vote
0 answers

Basic Social Media Integration, Flutter Web

I'm trying to implement social media integrations for my flutter application, deploying to both mobile and web. The mobile implementation with the share package is working just fine, but since web is a bit newer, I've decided to just use basic html…
1
vote
1 answer

Twitter share: How to show a link on video [example inside]

How to show a floating link on a video shared on Twitter. Like the one below: https://twitter.com/TheNationalNews/status/1319169113110040578 It comes when the user hovers the cursor over the video. Check this screenshot: A tweet from…
Jafar Abazeed
  • 142
  • 2
  • 11
1
vote
1 answer

How can I add a Twitter Share feature to use a string dynamically generated into a div by JavaScript?

There's a JavaScript-based compliment generator that generates new compliments at the click of a button. Users can continually generate new compliments until they get one they like. I'd like to add the option to share any generated compliment via…
LosHantos
  • 23
  • 4
1
vote
0 answers

How to share post on twitter along with post details by using angularJS/javascript

I have created a website by using AngujarJS/JavaScript technology (front-end). How can I share posts on twitter? I created meta data in index.html, need to share posts details. When I click the twitter button, that button should be hit on JavaScript…
1
vote
1 answer

Tweeting using Twitterkit fails when Twitter app is not installed in iOS 11

I am following the documentation of twitter and below is the example code they have given to check logged in user session and tweet using the TWTRComposer. // Check if current session has users logged in if ([[Twitter sharedInstance].sessionStore…
Rahul Gupta
  • 161
  • 1
  • 12
1
vote
0 answers

Android: Sign in with Twitter/ Share via Twitter native App navigates to Twitter home screen instead of login screen[inconsistent]

We have an application which supports normal login using a valid email id as well as using Twitter. We are supporting post tweets using our application. Before posting tweet I m checking for Twitter session. If there is no active session, I m…
Bhagya
  • 91
  • 6
1
vote
2 answers

Twitter share link not working

I want my tweeter share button to work like the tweets actually work showing image, title and description. I have given Twitter Cards but it's not working and I don't understand why. My G+ is working perfectly and I am having some issues with…
0
votes
0 answers

Article image doesnt show when sharing on twitter of facebook

I i am facing issue with issue with sharing articles on social media platforms. when i sharing an article it only show the title with link and no images shows up. Below is the meta tag description of sample article with dummy test and url
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
1 answer

Twitter share button opens two tabs on Safari

I'm using the following URL to share the page on Twitter: https://twitter.com/intent/tweet?text=POST_TITLE&POST_URL&via=akhbar It works fine with all browsers and mobile devices, except Safari, it opens: One tab with the previous URL, but adds the…
Jafar Abazeed
  • 142
  • 2
  • 11
0
votes
0 answers

Twitter and Whatsapp sharing not showing image and description

I'm working on twitter and whatsapp share button that actually share the web pages. The Sharing of both working fine but the description and image not showing. I validated my twitter card through twitter card validator it showing perfect but while…
dhamo dharan
  • 712
  • 1
  • 10
  • 25
0
votes
2 answers

twitter intent share japanese text not working in IE11

I have a simple share button by which twitter share url & text https://twitter.com/intent/tweet?text=ドキドキしたい15才】 さんにおすすめのマンガは 「トレース 科捜研法医研究員の追想」 あなたも診断してみる? ⇒ &hashtags=hello&url=encodeURIComponent('https://google.com') This is working in every…
Rejoanul Alam
  • 5,435
  • 3
  • 39
  • 68
1
2