Twitter Buttons not shown - twitter

I'm developing a chatbot on Twitter standardv1.1 direct messages, the three call-to-action (CTA) buttons to send URLs to appear on the web but when I open my Twitter account from my mobile is not appear, please I need help, thanks
how the url button to show in mobile .

Is this on Android? There is currently (October 2022) an issue where the buttons do not show in the most recent versions, but a fix is being worked on.

Related

Can a progressive web app be registered as a share option on iOS?

I plan to develop an app (not sure if I will go with PWA yet) which includes the following "wishlist" scenario:
The user is browsing a website he likes using safari, chrome or any browser
He clicks the share button in that browser, in order to send the webpage url to another app
He selects my PWA
This url is saved in the user's wishlist
Is step 3 possible?
Note: someone asked the exact same question here about Android: Can a progressive web app be registered as a share option in Android?
My question is just the same, except mine is about iOS. I couldn't find any answers to it.
What you're describing is covered by Web Share Target Level 2.
Currently, it can be used with Chrome on some desktop platforms and on Android for installed PWAs.
It's not available on iOS, unfortunately.

Firebase dynamic links does not work on iOS gmail

I have setup a firebase dynamic link like explained here https://www.youtube.com/watch?v=sFPo296OQqk
When I tap on my dynamic link via Notes app, it opens my app as expected.
But when I tap on the dynamic link via gmail app on iOS - it just open the Chrome Browser on iOS and redirects me to the fallback web URL. It does not open the app.
Any help is appreciated.
I believe the iOS Gmail app allows you to select whether links will open in Chrome or Safari. When Chrome is selected, Universal Links (which is what Firebase dynamic links piggyback on) do not work. You'll need to somehow open a web page with the link and then present a button for users to click that will open your app. At Branch.io, we use our deepviews feature for this.
For more info, see this list of apps that support Universal Links.
You should follow the below link.This will definitely fulfill your query.
Firebase dynamic link doesnt work in safari swift

Facebook Messenger Platform Sends Bot welcome message on desktop only

I have my bot working well but the welcome message option "Get Started" only appears on desktop, there is no option appearing in the iOS messenger version and no welcome message is sent. Anyone got the welcome message working in Messenger on iOS.
Update: it seems to be intermittent. It's appeared once on my iOS device inside the messenger app but I can't repeat it.
As per the documentation of Facebook messenger platform here, the welcome screen appears only once for a user when he/she starts the conversation. It will not appear for the same user ever again on mobile.
From the docs:
The Welcome Screen only appears for new conversations. On mobile, deleting conversations will not cause the Welcome Screen to appear again. On desktop web, if you delete the conversation, you can make the Welcome Screen appear again.
So, if you want to see the welcome screen again I'd suggest to add another user as a tester in your Facebook application (https://developers.facebook.com/apps/YOUR_APP_ID/roles/) and start a new conversation but don't click on the "Get Started" button unless you're done editing this screen because it won't appear for this user again.
Edit: 2016-07-26
Facebook has removed the documentation pages previously mentioned in this post. Now, there's a new page on Get Started button here, which says:
The Get Started button is only rendered the first time the user interacts with a Page on Messenger.
Yeah, you're both right and there's a bit of nuance here which is a little confusing.
For mobile, deleting a conversation won't cause the Welcome Screen to appear. On desktop, deleting a conversation will cause the Welcome Screen to appear. I'll modify the docs so that this is more clear.

How to disable the Facebook App Name from appearing when sharing on Facebook

As the title suggests how to disable the name from appearing when sharing on Facebook. Is it default?
For example, I want to remove the part "via HelloFBSample":
This is because when you click that text, it appears like this:
How to avoid this? Need some guidance on this...
There's no way to disable it.
BTW, the link is only failing because it's a sample app, and there's no website or Facebook page set up for the app. If you built an app and configured it with either a web address or Facebook page, it would redirect to that instead.
If you use the built-in sharing functionality of iOS, SLComposeViewController, this should show that the post was made with Facebook for iOS and avoid your problem.

Cordova/Phonegap Social Sharing

I'm looking for an easy solution for sharing inside of a cordova/phonegap application. I'm looking to add facebook, twitter and email sharing. Much like this app has: http://itunes.apple.com/us/app/mars-hill-church/id322993145?mt=8. If you click through the sermons you can actually share an individual sermon.
I've tried using this: http://developers.facebook.com/docs/reference/dialogs/feed/. I was going to launch the share post inside of an iframe but unfortunately facebook doesn't allow you to load within iframe.
Preferably I want the share portion to stay inside the app as much as possible without launching safari. However, I would settle for a facebook button (Customized look), that I could click on and it launched me out of the app into safari to share a story.
Cordova 1.8
IOS 5
JQuery
Jquery Mobile
Have you tried the official plugin for Facebook Connect in Apache Cordova/PhoneGap? The code is hosted at
https://github.com/davejohnson/phonegap-plugin-facebook-connect
and there's a press release at
http://phonegap.com/2011/08/30/get-the-new-phonegap-facebook-platform-plugin/.
This sounds like what you're after, but I haven't tried it myself yet.

Resources