I am trying to find a way to start a viber chat when a user clicks on a link like Start a viber chat with us but I had no luck so far finding the correct URI to do this. I know for example that I can use skype://username?call or skype://username?chat to initiate a call or chat with Skype. How can I do the same thing with Viber?
Thanks in advance!
Now, there is a solution to it.
You can use the viber://chat?number=1234567894 pattern.
Related
I am searching for a best way to show WeChat profile in app after user click on link on some website.
I found some solution here but it's not working for me.
For example I tried these URIs:
link
Or in href attribute:
weixin://contacts/profile/{wechatId}
It's not working for me. After I click on this, WeChat app is opened and immediately closed. Or it show me not found error on Tips tab..
Is there some way to do it?
I think WeChat has not public profile webpage like facebook for now, you can only access other people's profile in the WeChat app by scanning a QR code or search by WeChat id/phone number. The code snippets that you mentioned above has been discarded by WeChat Official(But you may still can see it in some old official documentations).
If you still want to achieve this function, I recommend you just post your QR code in your webpage.
However, some people using the weixin:// as a bug to link WeChat to others apps. You still can generate a tickets like weixin://dl/business/?ticket=***. The *** contains your wechatid and is encrypted by some specific algorithms, which is not opened by WeChat official. And also, buying some third-part server tickets like this to get the jump link works for now but not stable.
I'm an email designer and I've recently seen something that I think is rather impressive but I have no idea how this company have done it.
Basically, they have links on their email that adds products directly into the user's basket (on their website). I've never seen this kind of functionality before. I'm guessing they've got some clever re-directing going on but I really don't know.
A link to the email is here: http://tinyurl.com/ose5m22
Do you know how they've done it?
Cheers! Paul
It's not an "email" feature. The button is just a link to a website and the link got parameters to initialize a basket.
Is there anyway so you can make a link, that when you click it, you instantly send a message to a user in skype? Like I've seen:
Call me
and:
Start chat with me
is there anyway to make a link that sends a chat message, not only starting a chat conversation?
From here: https://msdn.microsoft.com/en-us/library/office/dn745878, it says the following: "Sending instant messages to an individual or establishing a group multi-chat.", but how?
You can open a Group chat in following way:
skype:user1;user2;user3?chat&topic=Topic
but you can only let the API write a Message as Software.
I think it was just a Typo, because a link can't do this...
Use the Skype Web Link
Open Skype
Click Profile Image
Click on "Share Profile"
Send to anyone
Create your own start Call or Chat button
You can create your personalized button with the Official Skype button generator (action, color and size):
https://www.skype.com/en/developer/create-contactme-buttons/
Please forgive me beacause I'm a noob.
I've been able to get the fb-login-button to appear at the top of my site using facebook social plugins found here:
developers.facebook.com/docs/reference/plugins/login/
Currently when you log into my site shows the following:
http://s11.postimage.org/4i1255843/fb_Login_Mysite.jpg
However I want to setup my site to be more like the RT site and just display the persons first name and and also can display some other info around the site like this:
http://s12.postimage.org/6cm7ylyn1/Rotton_Tom.jpg
My question is:
I want to be able to show or hide specific facebook information from the person that is logged in like their name, how many friends they have that use the site and then place that information around the site or on other pages as I choose. Does anyone know how to do this or where some documentation would be on it?
Also when users login/register using facebook I'd like to store their information they give me somewhere like their email address, name, etc.. Does anyone know how I can store this information on a database or other place? Does it get stored in my facebook application?
For your first name and all the information you want to display, first you need to create MySQL database and create a table within it. You can use phpMyAdmin to create it automatically.
Then, you need to connect your database with your PHP site, where your register and login code is used.
You said you are a noob, so I didn't go into detail, becaouse you have great video tutorials right here. Just watch these videos and you will know everything you need to know about creating login & register page.
To create a summary, you need to learn PHP to get ceratin elements and manipulate them (show them on your site etc.).
Hope I helped!
Okay so I was wondering how the Gabtastik chat client (site-specific-browser-esque) manages to present only the chat part of Facebook, as seen here:
I'm making an app where I want to also include this functionality, but i really don't know how it is done, so i need a good kick in the right direction or some code or something.
It just loads http://www.facebook.com/presence/popout.php. I found that out by running strings on the Gabtastik executable, like this:
strings /Volumes/Gabtastik/Gabtastik.app/Contents/MacOS/Gabtastik
Unfortunately, that doesn’t exist anymore. When you launch Gabtastik now, you see this:
Facebook has XMPP access to chat that you can use… unfortunately, integrating it into an app takes much more work than showing a web page.