question

MirAli-9879 avatar image
0 Votes"
MirAli-9879 asked JessicaCoombes-5458 commented

How to integrate Microsoft Teams on WordPress Website

Hi,
I would like to integrate Microsoft Teams on my School Website so that Teachers and Students can login and access Teams from my Website.
Let me know soon

azure-ad-b2c
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

mavawie avatar image
1 Vote"
mavawie answered JessicaCoombes-5458 commented

I think @LeonLaude already mention the link to get from the WordPress website to Teams.

The other way around - adding a WordPress website as an app or tab to Microsoft Teams to give authenticated users access to private post and pages - can be achieved - for example - with the help of the WPO365 plugin (see https://www.wpo365.com/wordpress-for-microsoft-teams/ for details).

  • Disclaimer: I am the developer of that plugin.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I second this solution. We have been using WPO365 for several years and it is the most robust solution for connecting Wordpress and our Microsoft users.

0 Votes 0 ·

can you contact me. I am using WPWVENTMANAGER and need to add MS Teams as an option instead of zoom

0 Votes 0 ·

Did you figure this out? I am currently having the same struggles and I am pulling my hair out.

0 Votes 0 ·
shashishailaj avatar image
0 Votes"
shashishailaj answered ApkDice-7588 commented

Hello @MirAli-9879 ,

You can use Microsoft Graph to call Teams API and use the logic within your website . But you will have to program it and it will not be same as using the complete teams application. Your allowed operations will be limited to activities allowed in the API. There is no straight forward way of doing this. Many operations are still in beta phase and may not work exactly as you may want. If you are using Azure Active directory or your school have Azure AD / Office 365 then you would have to create a application registration on your azure AD instance and point it to your web application. the students and teacher I assume all have Azure AD / Office365 / Microsoft accounts.

I am not sure which language you are using and since you have a website , I will assume you may be using Javascript . There are samples in the Office developer Repository related to Microsoft Teams apps using MS teams Js library . I would suggest you to check out the Office developer repositories for finding samples specific to your requirement.

It will take time for your to integrate exact similar functionality as teams and provide that on your website . But there are many examples where creating a small bot app for college communications has been successfully done. I would suggest you to read through it and as Leon has suggested in his answer that it would be easier and less time taking to just use Microsoft Teams directly . I could not find exact sample as per your requirement but I think the existing ones can provide you some idea on how to use them.

I hope the information provided helps you . If the pointers in any of the posts are useful for you , please do accept one of the posts as answer which will help other members of the community with similar queries. In case you still have any questions , feel free to ask and we will be happy to help you .

Thank you.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Sounds good...This method is really working and it has saved my time. Now I've implemented it on apkdice. This man beautifully described the whole process in an easy way. Although before it, I was trying again and again, but all in vain,




thanks and much appreciation from my side for your huge efforts.

0 Votes 0 ·
LeonLaude avatar image
0 Votes"
LeonLaude answered

Hi,

An easy way is to simply get the link (URL) to your Team and use that on your school website, you can name it whatever sounds good for you.
Microsoft Teams — Get link to team


Best regards,
Leon


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.