Flutter share link to other apps with a separate description - flutter

I am using the flutter share_plus library to share dynamic links for a refer a friend feature.
In the pop-up dialogue box, I want to be able to add a description that is separate from the link being shared, to explain what is happening to the user. Is there a way to do this with share_plus or is there another library I can use that has this functionality?
In the photo, where it currently says Share, I was wondering if there is any way to edit that.
Edit: I am aware that this exists for sharing files, but I am interested in sharing links.

You can use the share: ^2.0.4 package and use the text property to show the text while sharing
Share.shareFiles("image.jpg", text: 'Hello your text goes here');

Related

Share a custom text that contains a link

I'm following a tutorial on how to share images, files, texts using share plus package.
I was wondering if it is possible to share a link or url for example a link to download a file that when a user clicks on it, it will automatically download.
The link to automatically download the file is done. But if I want to send it to messenger, email, or other platforms, I don't want to share the link itself. Instead I want to use a custom name.

How can I add upload Image feature to Facebook Comments Plugin?

I successfully implemented facebook comments plugin in my website.But it only allows users to post only text data.
I searched a lot but unable to find resources for these question:
How to add upload Image feature to this plugin?
Is there a way to make the uses post he comment just by pressing enter rather than clicking Post button(Remove Post button and make enter keyboard key as default submit button)
Incase the ans is No for any above questions:
Please suggest any plugin's that helps me to achieve those features. The users should be able to post comments and upload images with out signup to that plugin providers
How to add upload Image feature to this plugin?
Not possible.
Facebook has not implemented image upload for the Comments plugin, and you can not “add” anything to it yourself.
Is there a way to make the uses post he comment just by pressing enter rather than clicking Post button(Remove Post button and make enter keyboard key as default submit button)
No.
There is not configuration option for this, and since the plugin runs inside an iframe from a different domain, you don’t have any access to it via JavaScript either.
As of Sept 2010 FB has an "add image" icon on the FB plugin, but it does not work all the time. Last night it worked fine on 20 or so pages, and today on 5 more. Then just now, on a recently modified page, it no longer works. Text only.

How to define what will be inserted in share message?

I have an app with blog records per each user. I have add share button to my app, to give ability to post interesting blog records to users time line or to send to other user. But in default it takes image and text for share as it wants and not always correctly. So I find out that it can be dirven by meta tags (using for example "image" property to set image for share dialog). That's work ok on main page (where I'd like to make ability share with whole application), but on pages of blog records I cann`t customize it. meta tag should be in , but all info (short text and image of blog post) I get later in body, so I can insert it. How can I manage with this? Or may be there is another way to share content with?
What blog engine are you using? If it is a wordpress - try this plugin http://wordpress.org/extend/plugins/facebook-share-new/ from offician facebook docs http://developers.facebook.com/docs/. Otherwise I'd suggest to find a facebook plugin for your blog engine using google and install it.

output/rendered text can not be seen in source code

As all Facebook social plugins have this feature;
Your Facebook name can be seen on the web page but when you look up in the source code you can not see Facebook name.
So I need to know why and how?
This feature may be used in order to avoid plagiarism / text content parsers.
Example:
https://developers.facebook.com/docs/reference/plugins/comments/
Name of Facebook users do not exist in source code.
Please kindly enlighten me in details thanks...
Sure the names do exist, they're in the iFrame content. You can see the data coming to your browser on the network traffic tab of the developer tools.

Links to access phone features from browser

I know that I have seen something like this in somewhere...But no remember where.
Does somebody know what are the features of a smartphone(iphone, android, blackberry) that I can access from a Web Browser?
In some place I had see a list of links that can access different features of the phones(too many).
I mean, I know some things like:
Link Text
Link Text
Link Text
but, is it there something like:
Link Text ???? OR
Link Text ????
Thank for your answers!!
For iOS, it all works via a system called URL Schemes. Checkout this website which even builds the right link for you in HTML.