embeds
2 TopicsHow to embed Town Hall meetings into SharePoint?
Using the approach https://sharepoint.handsontek.net/2023/05/16/embed-microsoft-teams-live-event-sharepoint-page/, I was able to embed and view a Teams Live Event within SharePoint, but I know Live Events are being deprecated and I should move towards Town Hall meetings. When I attempt an embed using a Town Hall meeting, the embed will pickup the meeting name and display it, and it will also display a status (either "Meeting's not started yet", or "Connecting you to the live event"), but never connects or displays the live stream. The fact that it pulls back the meeting name, and can determine if the meeting's started tells me that it understands the Town Hall, but again, no live stream. Is this doable with Town Hall's at this time?2.8KViews0likes3CommentsAudio file embeds not working
I have a site and a few audio files in my OneDrive account that I want to embed in said site using the HTML `<audio>` tag. I'm following https://stackoverflow.com/a/65415373's instructions and it works fine in my personal OneDrive account, which generates embed codes in the following format: <iframe src="https://onedrive.live.com/embed?resid=XXXXXXXX&authkey=YYYYYYYYYY" width="98" height="120" frameborder="0" scrolling="no"></iframe> (note the URL domain: https://onedrive.live.com) However, in my client's OneDrive account, embeds are generated using a shortened URL domain, like this: <iframe src="https://1drv.ms/u/s!XXXXXXXXXXXXXXX?embed=1" width="98" height="120" frameborder="0" scrolling="no"></iframe> Naturally, this URL format breaks embedding audio and I don't know how to circumvent this. I tried changing "embed=1" with "download=1" but it didn't work out. How can I make these "shortened" URLs work with the audio tag? Perhaps there's a way to disable URL shortening for embeds?? Thanks in advance528Views0likes0Comments