Skip to content

Commit

Permalink
[mirotalkbro] - add og
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 19, 2025
1 parent badc1cb commit 4230dfa
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.1.07
* @version 1.1.08
*/

require('dotenv').config();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkbro",
"version": "1.1.07",
"version": "1.1.08",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions public/views/broadcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<link rel="apple-touch-icon" href="../assets/images/favicon.png" />
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico" />

<meta property="og:type" content="app-webrtc-broadcasting" />
<meta property="og:site_name" content="MiroTalk BRO Broadcast" />
<meta property="og:title" content="Click the link to make a call." />
<meta property="og:description" content="MiroTalk WebRTC Live Broadcast" />
<meta property="og:image" content="https://bro.mirotalk.com/assets/images/ui.png" />
<meta property="og:url" content="https://bro.mirotalk.com" />

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="../css/common.css" />
Expand Down
7 changes: 7 additions & 0 deletions public/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<link rel="apple-touch-icon" href="../assets/images/favicon.png" />
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico" />

<meta property="og:type" content="app-webrtc-broadcasting" />
<meta property="og:site_name" content="MiroTalk BRO" />
<meta property="og:title" content="Click the link to make a call." />
<meta property="og:description" content="MiroTalk WebRTC Live Broadcast" />
<meta property="og:image" content="https://bro.mirotalk.com/assets/images/ui.png" />
<meta property="og:url" content="https://bro.mirotalk.com" />

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="../css/common.css" />
Expand Down
7 changes: 7 additions & 0 deletions public/views/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<link rel="apple-touch-icon" href="../assets/images/favicon.png" />
<link rel="icon" type="image/x-icon" href="../assets/images/favicon.ico" />

<meta property="og:type" content="app-webrtc-broadcasting" />
<meta property="og:site_name" content="MiroTalk BRO Viewer" />
<meta property="og:title" content="Click the link to make a call." />
<meta property="og:description" content="MiroTalk WebRTC Live Broadcast" />
<meta property="og:image" content="https://bro.mirotalk.com/assets/images/ui.png" />
<meta property="og:url" content="https://bro.mirotalk.com" />

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="../css/common.css" />
Expand Down

0 comments on commit 4230dfa

Please sign in to comment.