How to get Amazon's add to cart confirmation page to display the mobile version - mobile-website

I have been following the docs for Amazons product advertising API and have created this URL to add a particular item to a cart:
https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B07DD9TQSG&&Quantity.1=1
There are no issues with this on desktop, however whenever I open this link on mobile, it displays the desktop version of the page.
Is there any way around this?

Related

Flutter links then firebase write

I'm creating a shopping list app using flutter and Firebase database where users can share their own shopping list.
I'd that users can share a link where other users just tapping that link can open my app and see the shopping list shared.
So when a user tap the link automatically my app opens up and write a key value in firebase database.
How can I achieve my purpose?
I don't even know what to search in google? :s
Thank you
What you're describing is (within Firebase) achieved by the product called Firebase Dynamic Links. With these you can generate a link to any screen in your app, so that when the user clicks the link they are taken to that screen (even if they have to install the app first).
So I recommend reading the documentation on creating dynamic links and receiving dynamic links in Flutter.

How to know the source of a link and load web app accordingly

I'm making an online ordering web app in Flutter, there's a link to the app on the restaurant website. The app needs to know which restaurant website the customer came from so that it can load the correct menu.
How would you do this? Webhook?
I see two methods:
Referrer, Webbrowsers send a referrer-header. Maybe unstable for privacy browsers. More information
Link-Parameter, give each resturant a unique link (with your-app.com?source=mcdonalds). More information

What happens when you click on a URL link and the link opens the app instead in flutter?

I have a link to a website but I want when the user clicks on the link, they are taken to the app instead of the browser.
You can achieve this using device_apps Flutter_device_apps (not supported for IOS).
firebase_dynamic_links package can help you in this regards.
With Dynamic Links, your users get the best available experience for the platform they open your link on. If a user opens a Dynamic Link on iOS or Android, they can be taken directly to the linked content in your native app. If a user opens the same Dynamic Link in a desktop browser, they can be taken to the equivalent content on your website.

Is there a way to open a dynamic link in a browser?

I have an ionic app where i can send invitations (share app link), I used firebase dynamic links. When I share it, the person who receive the message can open the link in a device (tested for android) and he is redirected to the play store ( app not found because i am still testing it), but if the link is opened on a pc, then browser opens with page not found.
I am new to all the stuff.
As the first point, the link that should be shared is your website domain name example.com/anypagename that couldn't be direct accessed.
Whwn user click this link from any place it will redirect him to this website page, And in this page for website you will add a function to detect device, and if device is android, it send a response of google play link and same for ios and if desktop will redirect to main website page.
http://mobiledetect.net
Use this library to achieve what i said above...
I had a lot of success for scenario similar to you by using Branch.io service. It is mostly free with advanced features being priced.
Do have a look at their offering. If not i can help out too.

cannot add existing page to Facebook App

We run a website with a blog and we're using a wordpress plug-in that pushes the blog posts to facebook via an app. It is working fine for regular users but we want it to push the posts to the organisation's community page.
The annoying thing is, I deleted an existing community page and created a new page via the "Create New Facebook Page" button in the "App Page:" setting of the "App Details" area for my app.
The new page was created exactly as requested, and it still won't allow me to link it to the app.
How can I get this working?
The Wordpress plug-in is called "Add Link To Facebook" in case anyone is wondering.
Please ensure you are using the pro version and confirm this. It seems this functionality is only provided in pro.
Wordpress requires a separate action to authorize pages. So using an app for example you'll first authorize your account to be accessed and then another popup will appear asking you to select one of many pages in your account. Is anything like this happening?