Add call with Teams button in React Web App with TypeScript (Multiple Numbers/Buttons) - reactjs

I'm struggling by integrate a button which can open a Teams call to a specific person.
Would it be possible to add a phone number to my React TypeScript Web App, how would it be done?
Is it possible to get automatically a small contact card or something like that?
Probably you can give me an easy solution like clicking on a phone number and it asks to open Teams, something like that?
This one DID NOT helped me a lot: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
Thanks for your help wish you all the best.

I solved my issue by using following code:
{ (Name of the person) }
This creates a clickable link and shows a popup with the question to open Teams in Edge/Chrome etc. as shown below:
Last thing to do is to click on open and you will get a popup in Teams:
Wish you all a great day!

Related

How i show React tables/API?

Hi Guys i was trying to do and API From this video link https://www.youtube.com/watch?v=gpfP60KjmZU&t=2s , but it doesnt work for me i did exactly the same thing as this guy but in a new version i changed some things of course because the Switch is different in this version but when i run my API the tables dont show like in 47:25 in the video is just the blank page with the menus but is not appearing any tables if anyone can help me im new to react and im trying to make this register table work if anyone can help me i appreciatethis is what my page looks like this is how i need to look like,if anyone wants the print of the code im gonna put the tabs and ask me which one you want a and i send ask me the tab i click and i send the print i answer quickly

DNN "Welcome to your new website" Pop Up

"Welcome to your new website" popup in DNN 7.2 and above shows some dynamic content. Its visible only to host users and doesn't reappears if "don't show this again" checkbox is checked once.
I need to develop something on similar lines where a popup should appear every-time a user of specific role(and some business logic) logs in. I think about creating a custom module and add it to all pages which could this for me but it seems welcome to your new site popup already tackles this.
Now I need to know if its somehow feasible to alter or extend this popup as per my need. I googled for some time and went through quick search in DNN code but haven't found anything convincing on this. Please suggest if what I think with this popup is feasible or I am searching in wrong path and creating custom module is my only way.
Thanks,
Ravi
I would think the best way to handle this would be with a custom skin object, and a custom module to manage the announcements.

Adding custom overlay data to Google street view

This link uses an indoor version of google street view.
If you move around, it displays information on various plants.
Has anyone had any experience in doing this? If you how is it done? I've been asked to do the same kind of thing.
i have done similar project. i may able to help you with your project, its kind of complicated, so i will just show a a demo
http://statefishandgame.com/v6209/
user name: audel6209
pass: audel6209
then click on "view all virtual tours" . then click 'edit' on one of the virtual tours.

How to create new Custom Login Popup in Dotnetnuke 7?

Hi,
My Questions are :
I just want to create Login Popup in DNN 7 according to my requirements and CSS.
Please suggest way for it .
also Which is better way ...to Customize existing Login & Forgot Password Pages or to Create New Pages for these.
Is there any Free utility or service to make DNN development Easy
(Searched for Nucleus but could not find helpful info)
Please Suggest and provide useful Links also ..Thanks !
So Stackoverflow is great for 1 question at a time, I will start with #1 and ask you to break it up into other questions for the rest.
Does it need to be a popup? If not, try just creating a custom Login page and put the Account Login module on that, then Skin it as you wish.
If it needs to be a custom popup, you can look at the popupskin.ascx file in your SKIN, you can customize the way the popups look by changing your Popup Skin. My free DNN skin has an example of that file https://multifunction.codeplex.com/SourceControl/latest#popupskin.ascx

SoundCloud widget custom edit

I'm using the following code to create a custom SoundCloud player:
https://github.com/soundcloud/soundcloud-custom-player
What I have done is:
http://epopengate.org/wp-content/themes/epopengate/test/examples/sc-player-standard.html
What I would like to do is have the track listing appear when the user clicks on the info button...I would like to save space and I don't really need to display what's being shown in that window anyway. What would I need to change in order to do that? I assume something in the JS file, but I'm not sure what to move around to make it work.
I know there is a widget that works similar here: https://soundcloud.com/pages/widgets - but it's flash based so Apple devices would not be able to use it and by creating a track listing that appears when the Info button is clicked, increases mobile compatibility by allowing the user to click because you can't hover with mobile devices.
Thanks,
Josh
You can use HTML5 widget, which is the default option for embeds from SoundCloud now – https://blog.soundcloud.com/2011/11/03/html5/
These will work fine on iOS and Android.

Resources