How to make clickable hyperlink in bio in telegram - hyperlink

How to make hyperlink in bio in telegram. For example I want to have some clickable link in bio on my GitHub and I tried a lot but had no result...
Is it possible by the way?
Any help appeciated

Well, I found two ways:
(not recommended) to buy Telegram Premium
create a channel or group and post a link of it (in the group can be any information, like CV, link on your github...) in bio:

Related

Use mention in dialog Slack

I have developed a slack bot which purpose is to give details about the company's projects.
I tried to use slack dialog to ask for different information such as the name, a description and the people involved in the project.
To do the last part (people involved), I wanted to use mention (#), so that the person who adds the project doesn't have to know the exact name / email of each participants. I'm pretty sure it's not possible but before trying another solution, I wanted to ask since I didn't find anything on internet.
Can we or can we not use mentions in slack dialog ? And if we can, how ?
No, the Slack Dialog currently does not have support for multiple mentions. The text elements will has support for url, email, number and telephone number. But not for mentions.
However, mentions work nicely with slash commands. You can add a list of users after your slash command with a mention and their will be automatically detected and matched to list of Slack user.
So maybe its possible for you to start with a slash command including mentions and use the Dialog to request additional information.

how to change a link on different countries on rails

Is it possible to change the address of a link on different countries?
I am creating a website for a non-profit, and the donations are made through another website(classy).
I have two pages in Classy, one for United States, and one for Canada and the user needs to choose one link to click.
I would like to make the link change automatically if the user is either in US or Canada. Is it possible?
When can I find more information about it?
You should use some functionality which is able to recognize country from IP address, for example geoip gem and then make condition which link should be displayed

Is is possible to share elements or parts of a page on social media sites?

I'm hoping this is a pretty simple question to answer. I have a page with 6 recipes on it. I'm being asked to include share buttons for each recipe and they want the shares on FB or Twitter to be formatted to use a specific image and text for each recipe. This is something we would normally handle via Open Graph metatags and the like, but that only works at the page-level.
You must use a separate URL/page for each Like/Share. But you can redirect to the main page, or just use a GET parameter. For example, each Like/Share Button can use the following URL: http://www.yourdomain.com/yourrecipepage.php?recipeid=x
The "x" being dynamic, of course. Now you can check the recipeid parameter and use different OG tags. the rest of the page will be the same. I hope you understand what i mean :)

Get Company References by using LinkedIn for iOS App

In my native iOS App, If user will Sign in with LinkedIn then I want to get references of that specific user.
For example, If user wants to apply in XYZ company then i want to get user's all references that are already working in XYZ company. Can it be possible by using provided LinkedIn APIs or with any other way?
Suggestions are much appreciated. Thanks in advance
I just come up with one solution that i want to share with all of you.
Call Connections API call with the required fields that you needed.
For example, you need following fields:
id
first-name
last-name
headline
picture-url
Now URL will be look like following:
https://api.linkedin.com/v1/people/~/connections:(id,first-name,last-name,headline,picture-url)?oauth2_access_token=YOUR_ACCESS_TOKEN
Response will be look like following:
<person>
<id>rXoyP_RKnr</id>
<first-name>First Name</first-name>
<last-name>Last Name</last-name>
<headline>Designation at Company</headline>
<picture-url>http://m.c.lnkd.licdn.com/mpr/mprx/0_MC0ebCSKkfIunfunUiMRb3opkDY2qfjnc6Icb3whUHEjIwo9zkfkdT0aE_O-BHpsZTjneQM-h6tR</picture-url>
</person>

How to tag a friend - similar to facebook (Both imageview and normal text on the same textfield/textview)

I am working on a social networking app.
On my Textfield/Textview, I am searching my friend using "#".
Eg:#s will list out all my friends starting in s. When I choose any of these friends, I want them to be tagged (similar to facebook).
Thus in my Textfield/Textview, my friend's name will be shown on a UIImageview (similar to StackOverflow tags which is entered during asking a question).
I require both normal text as well as tagged friends on the same textfield.
Now how can I show this on my Textfield/Textview?
Please check this third party control here. It does not include image as you mentioned, but you will get some idea.
As another option, you can create UIScrollView and put whatever controls you want, that is what i will do if i need very customized text entries with images and designs.

Resources