I want to make some text bold in Facebook Messenger, I know adding text will make text bold. I have been using this before.
Look like Facebook has done some updates recently when I add (asterisk)text(asterisk), it repeated the first two letters of the text.
when I send a message using hero card, text with bold is coming.
When i send as
await turnContext.SendActivityAsync("Some *text*");
I am seeing the problem.
there is no update here also. here
Did you try turnContext.SendActivityAsync("Some **text**")?
Here you can see more info. https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cconnector-html
Related
I am using reactjs.
I want to add a string in to the share popup's input field, but I had no success.
Is this option available yet?
Prefilling the text is not possible and (even more important) not allowed:
https://developers.facebook.com/docs/apps/review/prefill
I have a font based on the UNICODE Private Use Area (PUA). It makes use of the range U+E001 to U+E114. After installing the font on my Windows 7 laptop, I was able to type, save and retrieve text on Wordpad. I then set the font in Chrome and was able to send and receive emails using the font. Great!
I want to be able to send messages and posts to my timeline on facebook, so a group of us could study the script further. I could type and send text normally but only a blank message or post is received. Moreover, if I exit and relaunch facebook, the previous message disappears. In its place I see the message :Attachment Unavailable. This attachment may have been removed or the person who shared
Am I breaching any security protocol? Doesn't facebook recognise PUA fonts?
Can anyone help please?
Whenever I try to tweet a message containing a custom URL to Twitter using oAuth, the message is posted as plain text including all HTML tags
For example I want show the message as:
this is mysample tweet.
and this is my link: my web address
Twitter doesn't support rich text, it is plain text only. You especially can't set the link text for a URL. The only possibility which could come close is to use the cards feature for supported clients.
The Thunderbird Addon Display Contact Photo shows a nice picture of users (or optionally their gravatar/identicon/wavatar/monsterid) next to the mail header and in the recepient list. Is it possible to have that icon also displayed in the Recepient column (or even better, the Correspondent one from Show InOut) or a separate column in the default mail list?
That is, I'd like to have the image from the left of the contacts in this screenshot
(source: mozilla.net)
also in the email overview so I can see very quickly whom each email is from.
Thunderbayes++ shows an icon in the email overview, if a mail is spam, ham or unsure. Maybe the code of this extension can help you to implement this.
When I browse the inbox on iPhones and iPads, I see a short preview of the text below the subject line. Gmail also does the same thing (though I don't know if this works the same way).
Is it some way I can influence what text that should be used for the preview, instead of simply using the first sentence(s) in the mail?
Background: I am updating a newsletter that sends out news stories automatically. Usually, the subject line is identical to the header text, so the preview text is redundant. I want to make it show some of the text of the actual article instead.