-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpost.html
311 lines (156 loc) · 6.63 KB
/
post.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" id="meta-description" content="">
<meta name="author" id="meta-author" content="">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<meta name="twitter:card" content="summary_large_image">
<!-- Prefetch DNS untuk Cloudinary -->
<!-- link rel="dns-prefetch" href="https://via.placeholder.com" -->
<link rel="dns-prefetch" href="https://res.cloudinary.com">
<title id="page-title"></title>
<!-- Placeholder untuk JSON-LD yang akan ditambahkan secara dinamis -->
<script type="application/ld+json" id="json-ld-schema"></script>
<link rel="stylesheet" href="/post-html.css">
<script src="/post-html-main.js"></script>
</head>
<body>
<div class="container" style="min-height: 1300px;" itemscope itemtype="http://schema.org/Article" >
<header>
<nav class="menu">
<a href="/">Home</a> |
<a href="#search_input" onclick="focusSearchInput()">Search</a>
</nav>
<!-- Post Title -->
<h1 class="post-title" style="display: none;" itemprop="headline">
<span id="post-title"></span>
</h1>
</header>
<!-- Post Meta (akan ditampilkan setelah post-title muncul) -->
<div id="post-meta" class="post-meta" style="display: none;">
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<span id="post-author" itemprop="name"></span>
</div>
<span id="post-category"></span>
<span id="post-tags"></span>
<time itemprop="datePublished" datetime="2024-12-05T20:08:41.346Z"><span id="post-date"></span></time>
</div>
<!-- Container for post content -->
<div id="post-container" class="post-container">
<!-- img id="post-image" class="post-image" alt="" src="https://via.placeholder.com/350x500" async />
<div id="post-body" class="post-body"></div -->
<!-- Gambar yang dimuat pertama kali, akan diganti setelah gambar asli selesai dimuat -->
<!-- Featured Image -->
<figure>
<!-- img itemprop="image" id="post-image" class="post-image" alt="Alt Text Post Image" style="margin-top: 600px" src="https://via.placeholder.com/350x600" async / -->
<!-- img itemprop="image" id="post-image" class="post-image" alt="Alt Text Post Image" style="top: 60%;" src="/350x600.webp" async / -->
<img itemprop="image" id="post-image" class="post-image" alt="Alt Text Post Image" style="top: 40%;" src="/350x600xBW.webp" />
<!-- img itemprop="image" id="post-image" class="post-image" alt="Alt Text Post Image" src="" async / -->
</figure>
<!-- post-body yang akan ditampilkan setelah gambar selesai dimuat -->
<div id="post-body" class="post-body" style="display: none;" itemprop="articleBody"></div>
<!-- start of Comment Section --><br><br><div id="comment_thread"></div><!-- end of Comment Section -->
<script>
// Dapatkan referensi ke elemen gambar dan post-body
const img = document.getElementById('post-image');
const postBody = document.getElementById('post-body');
//loadCusdis();
//window.addEventListener('load', () => {
//loadCusdis(); // Panggil setelah seluruh halaman dimuat
//});
let googleCSELoaded = false;
img.onload = () => {
// Optionally adjust the image position again after loading the real image if needed
img.style.marginTop = '0'; // Ensure it remains at 60% from the top, or adjust as per your design
// Setelah gambar selesai dimuat, tampilkan post-body
const postBody = document.getElementById('post-body');
postBody.style.display = 'block';
// Muat Google CSE hanya jika belum dimuat
if (!googleCSELoaded) {
createSearchForm();
//loadCusdis();
googleCSELoaded = true;
}
};
img.onerror = () => {
const postBody = document.getElementById('post-body');
postBody.style.display = 'block';
// Muat Google CSE hanya jika belum dimuat
if (!googleCSELoaded) {
createSearchForm();
//loadCusdis();
googleCSELoaded = true;
}
};
//const commentThread = document.getElementById('comment_thread');
//if (commentThread && commentThread.parentNode) {
//commentThread.parentNode.insertBefore(form, commentThread);
// Pindahkan fokus ke input pencarian setelah form dibuat
//focusSearchInput();
//}
// Memanggil fungsi untuk mengatur tinggi iframe
//adjustCusdisIframeHeight();
// Memanggil loadCusdis setelah halaman sepenuhnya dimuat
window.addEventListener('load', loadCusdis);
</script>
</div>
<br><br>
</div>
<!-- Placeholder untuk Footer -->
<div id="footer-placeholder" class="footer-placeholder"></div>
<footer>
<nav class="footer-menu">
<a href="/">Home</a>
<a href="/privacy">Privacy</a>
<a href="/about">About</a>
<a href="/tos">ToS</a>
<a href="/login/">Login</a>
<a href="/rssfeed.xml">RSS Single Page</a>
<a href="/rss.xml">RSS Multi Pages</a>
<a href="/sitemap.html">HTML Sitemap</a>
<a href="/sitemap.xml">XML Sitemap</a>
</nav>
<br>
<p>© 2024 <a href="/">Your Blog Name</a>. All rights reserved.</p>
</footer>
<script>
document.addEventListener('DOMContentLoaded', async () => {
await fetchPostBySlug(); // Fungsi untuk mengambil data dari Netlify
updateJsonLdSchema(); // Fungsi untuk memperbarui schema JSON-LD
});
// Panggil fungsi saat halaman dimuat
document.addEventListener('DOMContentLoaded', fetchPostBySlug);
</script>
<!-- debug -->
<div id="debug-info" class="debug-hidden">
<p>
siteName :<span id="siteNameFooter"></span><br>
domain :<span id="domainFooter"></span><br>
subdomain :<span id="subdomainFooter"></span><br>
baseUrl :<a id="baseUrlFooter" href="#"></a><br>
fullUrl :<span id="fullUrlFooter"></span><br>
path :<span id="pathFooter"></span><br>
supportEmail :<a id="supportEmailFooter" href="#"></a><br>
current-year :<span id="current-yearFooter"></span><br>
site-name :<span id="site-nameFooter"></span><br>
</p>
</div>
</div>
<script src="/constanta.js" defer></script>
<script>
//Debugging akan muncul hanya jika Anda menambahkan ?debug=true ke URL, misalnya:
//https://example.com/about.html?debug=true.
if (window.location.search.includes('debug=true')) {
document.getElementById('debug-info').classList.remove('debug-hidden');
}
</script>
</body>
</html>