Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metadata.php « templates - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56673fe84547071bbd9ccd880c9a0f5362786c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?php wp_title('-', true, 'right'); ?></title>
<meta name="author" content="Nextcloud">
<meta itemprop="description" content="Nextcloud is the most deployed on-premises file share and collaboration platform. Access &amp; collaborate across your devices. Your data remains under your control.">
<meta name="description" content="Nextcloud is the most deployed on-premises file share and collaboration platform. Access &amp; collaborate across your devices. Your data remains under your control.">

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nextclouders">
<meta name="twitter:url" content="<?php global $wp; echo htmlspecialchars(home_url( $wp->request )) ?>">
<meta name="twitter:title" content="<?php wp_title('-', true, 'right'); ?>">
<meta name="twitter:description" content="Nextcloud is the most deployed on-premises file share and collaboration platform. Access &amp; collaborate across your devices. Your data remains under your control.">

<!-- Twitter summary card with large image must be at least 280x150px -->

<!-- Open Graph data -->
<meta property="og:title" content="<?php wp_title('-', true, 'right'); ?>" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<?php global $wp; echo htmlspecialchars(home_url($wp->request)) ?>" />
<meta property="og:description" content="Nextcloud is the most deployed on-premises file share and collaboration platform. Access &amp; collaborate across your devices. Your data remains under your control." />
<meta property="og:site_name" content="Nextcloud" />
<meta property="fb:admins" content="1032807203462807" />

<!-- set images for generic, twitter and Open Graph -->

<?php if (has_post_thumbnail( $post->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
<meta itemprop="image" content="<?php echo $image[0]; ?>">
<meta name="twitter:image" content="<?php echo $image[0]; ?>">
<meta name="twitter:image:src" content="<?php echo $image[0]; ?>">
<meta property="og:image" content="<?php echo $image[0]; ?>">
<?php else: ?>
<meta itemprop="image" content="https://nextcloud.com/media/hub-video.png">
<meta name="twitter:image" content="https://nextcloud.com/media/hub-video.png">
<meta name="twitter:image:src" content="https://nextcloud.com/media/hub-video.png">
<meta property="og:image" content="https://nextcloud.com/media/hub-video.png">
<?php endif; ?>

<meta name="theme-color" content="#0082c9">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/assets/img/common/favicon.png" />
<link rel="apple-touch-icon-precomposed" href="<?php echo get_template_directory_uri(); ?>/assets/img/common/favicon-touch.png" />