word-games-theme 2.1.6 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/X-letter-test.js +2 -2
  71. data/assets/js/default.js +2 -2
  72. data/assets/js/repeat-letters.js +2 -2
  73. data/assets/js/scrabble-words.js +885 -0
  74. data/assets/js/theme.js +2 -1
  75. data/assets/js/wordScrabble-test.js +2 -2
  76. data/assets/js/wordgames-home.js +82 -0
  77. data/assets/js/wordgames-result.js +885 -0
  78. data/assets/js/wordgames-xletter.js +740 -0
  79. metadata +65 -2
@@ -0,0 +1,203 @@
1
+ <section class="related-posts-section">
2
+ <div class="container">
3
+ <div class="relatedPosts">
4
+
5
+ {%- if site.ezoicAds -%}
6
+ <div class="row">
7
+ <div class="col-lg-4 p-0 col-md-6 my-3">
8
+ {%- if site.posts.size>0 -%}
9
+ <h2 class="related_post_heading">You might also like</h2>
10
+ {%- endif -%}
11
+ </div>
12
+ </div>
13
+ {%- else -%}
14
+ <div class="row">
15
+ <div class="p-0 col-md-6 my-3">
16
+ {%- if site.posts.size>0 -%}
17
+ <h2 class="related_post_heading">You might also like</h2>
18
+ {%- endif -%}
19
+ </div>
20
+ </div>
21
+
22
+ {%- endif -%}
23
+
24
+ {% assign maxRelated = 6 %}
25
+ {% assign minCommonTags = 1 %}
26
+ {% assign maxRelatedCounter = 0 %}
27
+ {% assign file = page.fileName %}
28
+ {% assign lang = "en" %}
29
+ {% assign folder = page.folderName %}
30
+ {%- if site.data[folder][lang][file].categories -%}
31
+ {% assign categories= site.data[folder][lang][file].categories %}
32
+ {%- else -%}
33
+ {% assign categories= page.categories %}
34
+ {%- endif -%}
35
+ {%- if site.data[folder][lang][file].tags -%}
36
+ {% assign tags= site.data[folder][lang][file].tags %}
37
+ {%- else -%}
38
+ {% assign tags= page.tags %}
39
+ {%- endif -%}
40
+
41
+ <div class="row">
42
+ {%- if site.ezoicAds -%}
43
+ <div class="col-md-9 mx-auto">
44
+ <div class="row">
45
+ {%- endif -%}
46
+
47
+ {% for post in site.posts %}
48
+ {% assign sameTagCount = 0 %}
49
+ {% assign commonTags = '' %}
50
+
51
+ {%- if categories -%}
52
+ {% for category in post.categories %}
53
+ {% if post.url != page.url %}
54
+ {% if categories contains category %}
55
+ {% assign sameTagCount = sameTagCount | plus: 1 %}
56
+ {% endif %}
57
+ {% endif %}
58
+ {% endfor %}
59
+ {%- endif -%}
60
+
61
+ {%- if tags -%}
62
+ {% for tag in post.tags %}
63
+ {% if post.url != page.url %}
64
+ {% if tags contains tag %}
65
+ {% assign sameTagCount = sameTagCount | plus: 1 %}
66
+ {% endif %}
67
+ {%- endif -%}
68
+ {% endfor %}
69
+ {%- endif -%}
70
+
71
+
72
+ {% if sameTagCount >= minCommonTags %}
73
+ {%- include authors/authors.html-%}
74
+ <div class="col-lg-4 col-md-6 mb-5 card-group">
75
+ <div class="related-post-card card h-100">
76
+ <!-- <a href="{{ post.url }}">
77
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="100%"
78
+ width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
79
+ endif -%}>
80
+ </a> -->
81
+ <div class="card-body">
82
+ <a href="{{ post.url }}" class="anchor_link">
83
+ <h4 class="card-title mb-4">{{ post.title }}
84
+ </h4>
85
+ <p class="post-desc"> {{post.description}}</p>
86
+ </a>
87
+ </div>
88
+ <div class="card-footer bg-white">
89
+ <div class="wrapfooter">
90
+ {% if post.author %}
91
+ <span class="meta-footer-thumb">
92
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
93
+ src="{{ image }}" alt="{{ authorName }}" {%- if site.crossorigin -%}
94
+ crossorigin {%- endif -%}>
95
+ </span>
96
+ {% endif %}
97
+
98
+ <span class="author-meta">
99
+ <span class="post-name">
100
+ <a target="_blank" href="/blog">{{authorName}}</a>
101
+ </span><br>
102
+ <span class="post-date">{{post.date | date_to_string }}</span>
103
+ </span>
104
+
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
110
+ {% if maxRelatedCounter >= maxRelated %}
111
+ {% break %}
112
+ {% endif %}
113
+ {%- else -%}
114
+ {%- endif -%}
115
+ {% endfor %}
116
+ {%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
117
+
118
+
119
+
120
+
121
+ {%- if remamingPosts > 0 -%}
122
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
123
+ {% for post in posts %}
124
+ {%- if remamingPosts > 0 -%}
125
+ {%- assign tagData = true -%}
126
+ {%- assign catData = true -%}
127
+ {%- if tags -%}
128
+ {% for tag in post.tags %}
129
+ {% if post.url != page.url %}
130
+ {% if tags contains tag %}
131
+ {%- assign tagData = false -%}
132
+ {%- break -%}
133
+ {% endif %}
134
+ {%- endif -%}
135
+ {% endfor %}
136
+ {%- endif -%}
137
+ {%- if categories -%}
138
+ {%- if tagData == false -%}
139
+ {%- continue -%}
140
+ {%- else -%}
141
+ {% for category in post.categories %}
142
+ {% if post.url != page.url %}
143
+ {% if categories contains category %}
144
+ {%- assign catData = false -%}
145
+ {%- break -%}
146
+ {% endif %}
147
+ {% endif %}
148
+ {% endfor %}
149
+ {%- endif -%}
150
+ {%- if catData == false -%}
151
+ {%- continue -%}
152
+ {%- endif -%}
153
+ {%- assign remamingPosts = remamingPosts | minus: 1 -%}
154
+ {%- include authors/authors.html-%}
155
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
156
+ <div class="related-post-card card h-100">
157
+ <!-- <a href="{{ post.url }}">
158
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%"
159
+ loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
160
+ endif -%}>
161
+ </a> -->
162
+ <div class="card-body">
163
+ <a href="{{ post.url }}" class="anchor_link">
164
+ <h4 class="card-title mb-4">{{ post.title }}
165
+ </h4>
166
+ <p class="post-desc"> {{post.description}}</p>
167
+ </a>
168
+ </div>
169
+ <div class="card-footer bg-white">
170
+ <div class="wrapfooter">
171
+ {% if post.author %}
172
+ <span class="meta-footer-thumb">
173
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
174
+ src="{{image}}" alt="{{ authorName }}" {%- if site.crossorigin -%}
175
+ crossorigin {%- endif -%}>
176
+ </span>
177
+ {% endif %}
178
+ <span class="author-meta">
179
+ <span class="post-name">
180
+ <a target="_blank" href="/blog">{{authorName}}</a>
181
+ </span><br>
182
+ <span class="post-date">{{post.date | date_to_string }}</span>
183
+ </span>
184
+
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ {%- endif -%}
190
+ {%- endif -%}
191
+
192
+ {% endfor %}
193
+ {%- endif -%}
194
+ {%- if site.ezoicAds -%}
195
+
196
+ </div>
197
+ {%- endif -%}
198
+
199
+ </div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ </section>
@@ -0,0 +1,95 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ {% assign header = site.data.header[lang].data %}
6
+
7
+ {%- assign CustomColor = site.data.theme.colors -%}
8
+
9
+ <nav class="result_navbar_section navbar-expand-lg navbar-dark" style="background-color: #fff;">
10
+ <a class="nav_menu_bar" href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
11
+ <img src="/assets/images/wordfinder-result-logo.svg" alt="{{site.name}}" width="90%" height="90%">
12
+ </a>
13
+ <span class="mobile_bars">
14
+ <div class="header_bars"></div>
15
+ <div class="header_bars"></div>
16
+ <div class="header_bars"></div>
17
+ </span>
18
+ <div id="open_list_bar">
19
+ {%- if header.megaMenu -%}
20
+ <div style="padding:2rem 0">
21
+ <a class="cat_bar_logo_link" href="/" title="{{dataToShow.tooltip}}">
22
+ <img class="cat_bar_img" width="30px" height="30px" src="{{ site.favicon | relative_url }}"
23
+ alt="{{site.name}}">
24
+ <span class="cat_title">{{site.siteName}}</span>
25
+ </a>
26
+ <div class="close_bar_btn">
27
+ <span aria-hidden="true">×</span>
28
+ </div>
29
+ </div>
30
+ {%- for item in header.megaMenu.dropdown -%}
31
+ <div class="list-items-container">
32
+ <ul>
33
+ <li class="list_cat_heading">{{item.categoryName}}</li>
34
+ {%- for item in item.links -%}
35
+ <li class="list_cat_links">
36
+ <a class="list_cat_name dropdown-item" href="{{item.url}}">
37
+ {{item.name}}
38
+ </a>
39
+ </li>
40
+ {%- endfor -%}
41
+ </ul>
42
+ </div>
43
+ {%- endfor -%}
44
+ {%- endif -%}
45
+ </div>
46
+
47
+ <section class="result_sticky_nav">
48
+ <div class="pageHeading text-center">
49
+ <h1 class="result_heading m-0 pb-0">
50
+ {{dataToShow.h1}}</h1>
51
+ </div>
52
+
53
+ <div class="serachSection">
54
+ <div class="position-relative serachBox mt-4">
55
+ <form action="" id='form'>
56
+ <div class="container" id="containerWd">
57
+ <input type="text" placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox"
58
+ value='' name="search" maxlength="15" value required autocomplete="off">
59
+ <div class="letter-close-button-commonPage">
60
+ <svg width="35px" height="35px" viewBox="0 0 24 24" fill="none"
61
+ xmlns="http://www.w3.org/2000/svg">
62
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
63
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
64
+ <g id="SVGRepo_iconCarrier">
65
+ <path
66
+ d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z"
67
+ fill="#292D32"></path>
68
+ </g>
69
+ </svg>
70
+ </div>
71
+ <input type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
72
+ <div class="dictonaryDropdown">
73
+ <select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
74
+ aria-label="Default select example">
75
+ <option value="Dictionary">Dictionary</option>
76
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
77
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
78
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
79
+ </select>
80
+ </div>
81
+ </div>
82
+ <div class="container" id="result-page-data">
83
+ {%- include wordgames/advanced-filter/advanced-filter.html -%}
84
+ </div>
85
+ </form>
86
+ </div>
87
+ </div>
88
+ </section>
89
+
90
+ </nav>
91
+
92
+ <div class="container" id="result-page-data">
93
+ {% include wordgames/words-data/words-data.html %}
94
+
95
+ </div>
@@ -0,0 +1,66 @@
1
+ {%- if site.rollbarToken -%}
2
+ <script>
3
+ var _rollbarConfig = {
4
+ accessToken: "{{site.rollbarToken}}",
5
+ captureUncaught: true,
6
+ captureUnhandledRejections: true,
7
+ payload: {
8
+ environment: "production"
9
+ }
10
+ };
11
+ !function (r) { var e = {}; function o(n) { if (e[n]) return e[n].exports; var t = e[n] = { i: n, l: !1, exports: {} }; return r[n].call(t.exports, t, t.exports, o), t.l = !0, t.exports } o.m = r, o.c = e, o.d = function (r, e, n) { o.o(r, e) || Object.defineProperty(r, e, { enumerable: !0, get: n }) }, o.r = function (r) { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(r, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(r, "__esModule", { value: !0 }) }, o.t = function (r, e) { if (1 & e && (r = o(r)), 8 & e) return r; if (4 & e && "object" == typeof r && r && r.__esModule) return r; var n = Object.create(null); if (o.r(n), Object.defineProperty(n, "default", { enumerable: !0, value: r }), 2 & e && "string" != typeof r) for (var t in r) o.d(n, t, function (e) { return r[e] }.bind(null, t)); return n }, o.n = function (r) { var e = r && r.__esModule ? function () { return r.default } : function () { return r }; return o.d(e, "a", e), e }, o.o = function (r, e) { return Object.prototype.hasOwnProperty.call(r, e) }, o.p = "", o(o.s = 0) }([function (r, e, o) { "use strict"; var n = o(1), t = o(5); _rollbarConfig = _rollbarConfig || {}, _rollbarConfig.rollbarJsUrl = _rollbarConfig.rollbarJsUrl || "https://cdn.rollbar.com/rollbarjs/refs/tags/v2.25.2/rollbar.min.js", _rollbarConfig.async = void 0 === _rollbarConfig.async || _rollbarConfig.async; var a = n.setupShim(window, _rollbarConfig), l = t(_rollbarConfig); window.rollbar = n.Rollbar, a.loadFull(window, document, !_rollbarConfig.async, _rollbarConfig, l) }, function (r, e, o) { "use strict"; var n = o(2), t = o(3); function a(r) { return function () { try { return r.apply(this, arguments) } catch (r) { try { console.error("[Rollbar]: Internal error", r) } catch (r) { } } } } var l = 0; function i(r, e) { this.options = r, this._rollbarOldOnError = null; var o = l++; this.shimId = function () { return o }, "undefined" != typeof window && window._rollbarShims && (window._rollbarShims[o] = { handler: e, messages: [] }) } var s = o(4), d = function (r, e) { return new i(r, e) }, c = function (r) { return new s(d, r) }; function u(r) { return a((function () { var e = this, o = Array.prototype.slice.call(arguments, 0), n = { shim: e, method: r, args: o, ts: new Date }; window._rollbarShims[this.shimId()].messages.push(n) })) } i.prototype.loadFull = function (r, e, o, n, t) { var l = !1, i = e.createElement("script"), s = e.getElementsByTagName("script")[0], d = s.parentNode; i.crossOrigin = "", i.src = n.rollbarJsUrl, o || (i.async = !0), i.onload = i.onreadystatechange = a((function () { if (!(l || this.readyState && "loaded" !== this.readyState && "complete" !== this.readyState)) { i.onload = i.onreadystatechange = null; try { d.removeChild(i) } catch (r) { } l = !0, function () { var e; if (void 0 === r._rollbarDidLoad) { e = new Error("rollbar.js did not load"); for (var o, n, a, l, i = 0; o = r._rollbarShims[i++];)for (o = o.messages || []; n = o.shift();)for (a = n.args || [], i = 0; i < a.length; ++i)if ("function" == typeof (l = a[i])) { l(e); break } } "function" == typeof t && t(e) }() } })), d.insertBefore(i, s) }, i.prototype.wrap = function (r, e, o) { try { var n; if (n = "function" == typeof e ? e : function () { return e || {} }, "function" != typeof r) return r; if (r._isWrap) return r; if (!r._rollbar_wrapped && (r._rollbar_wrapped = function () { o && "function" == typeof o && o.apply(this, arguments); try { return r.apply(this, arguments) } catch (o) { var e = o; throw e && ("string" == typeof e && (e = new String(e)), e._rollbarContext = n() || {}, e._rollbarContext._wrappedSource = r.toString(), window._rollbarWrappedError = e), e } }, r._rollbar_wrapped._isWrap = !0, r.hasOwnProperty)) for (var t in r) r.hasOwnProperty(t) && (r._rollbar_wrapped[t] = r[t]); return r._rollbar_wrapped } catch (e) { return r } }; for (var p = "log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,captureEvent,captureDomContentLoaded,captureLoad".split(","), f = 0; f < p.length; ++f)i.prototype[p[f]] = u(p[f]); r.exports = { setupShim: function (r, e) { if (r) { var o = e.globalAlias || "Rollbar"; if ("object" == typeof r[o]) return r[o]; r._rollbarShims = {}, r._rollbarWrappedError = null; var l = new c(e); return a((function () { e.captureUncaught && (l._rollbarOldOnError = r.onerror, n.captureUncaughtExceptions(r, l, !0), e.wrapGlobalEventHandlers && t(r, l, !0)), e.captureUnhandledRejections && n.captureUnhandledRejections(r, l, !0); var a = e.autoInstrument; return !1 !== e.enabled && (void 0 === a || !0 === a || function (r) { return !("object" != typeof r || void 0 !== r.page && !r.page) }(a)) && r.addEventListener && (r.addEventListener("load", l.captureLoad.bind(l)), r.addEventListener("DOMContentLoaded", l.captureDomContentLoaded.bind(l))), r[o] = l, l }))() } }, Rollbar: c } }, function (r, e, o) { "use strict"; function n(r, e, o, n) { r._rollbarWrappedError && (n[4] || (n[4] = r._rollbarWrappedError), n[5] || (n[5] = r._rollbarWrappedError._rollbarContext), r._rollbarWrappedError = null); var t = e.handleUncaughtException.apply(e, n); o && o.apply(r, n), "anonymous" === t && (e.anonymousErrorsPending += 1) } r.exports = { captureUncaughtExceptions: function (r, e, o) { if (r) { var t; if ("function" == typeof e._rollbarOldOnError) t = e._rollbarOldOnError; else if (r.onerror) { for (t = r.onerror; t._rollbarOldOnError;)t = t._rollbarOldOnError; e._rollbarOldOnError = t } e.handleAnonymousErrors(); var a = function () { var o = Array.prototype.slice.call(arguments, 0); n(r, e, t, o) }; o && (a._rollbarOldOnError = t), r.onerror = a } }, captureUnhandledRejections: function (r, e, o) { if (r) { "function" == typeof r._rollbarURH && r._rollbarURH.belongsToShim && r.removeEventListener("unhandledrejection", r._rollbarURH); var n = function (r) { var o, n, t; try { o = r.reason } catch (r) { o = void 0 } try { n = r.promise } catch (r) { n = "[unhandledrejection] error getting `promise` from event" } try { t = r.detail, !o && t && (o = t.reason, n = t.promise) } catch (r) { } o || (o = "[unhandledrejection] error getting `reason` from event"), e && e.handleUnhandledRejection && e.handleUnhandledRejection(o, n) }; n.belongsToShim = o, r._rollbarURH = n, r.addEventListener("unhandledrejection", n) } } } }, function (r, e, o) { "use strict"; function n(r, e, o) { if (e.hasOwnProperty && e.hasOwnProperty("addEventListener")) { for (var n = e.addEventListener; n._rollbarOldAdd && n.belongsToShim;)n = n._rollbarOldAdd; var t = function (e, o, t) { n.call(this, e, r.wrap(o), t) }; t._rollbarOldAdd = n, t.belongsToShim = o, e.addEventListener = t; for (var a = e.removeEventListener; a._rollbarOldRemove && a.belongsToShim;)a = a._rollbarOldRemove; var l = function (r, e, o) { a.call(this, r, e && e._rollbar_wrapped || e, o) }; l._rollbarOldRemove = a, l.belongsToShim = o, e.removeEventListener = l } } r.exports = function (r, e, o) { if (r) { var t, a, l = "EventTarget,Window,Node,ApplicationCache,AudioTrackList,ChannelMergerNode,CryptoOperation,EventSource,FileReader,HTMLUnknownElement,IDBDatabase,IDBRequest,IDBTransaction,KeyOperation,MediaController,MessagePort,ModalWindow,Notification,SVGElementInstance,Screen,TextTrack,TextTrackCue,TextTrackList,WebSocket,WebSocketWorker,Worker,XMLHttpRequest,XMLHttpRequestEventTarget,XMLHttpRequestUpload".split(","); for (t = 0; t < l.length; ++t)r[a = l[t]] && r[a].prototype && n(e, r[a].prototype, o) } } }, function (r, e, o) { "use strict"; function n(r, e) { this.impl = r(e, this), this.options = e, function (r) { for (var e = function (r) { return function () { var e = Array.prototype.slice.call(arguments, 0); if (this.impl[r]) return this.impl[r].apply(this.impl, e) } }, o = "log,debug,info,warn,warning,error,critical,global,configure,handleUncaughtException,handleAnonymousErrors,handleUnhandledRejection,_createItem,wrap,loadFull,shimId,captureEvent,captureDomContentLoaded,captureLoad".split(","), n = 0; n < o.length; n++)r[o[n]] = e(o[n]) }(n.prototype) } n.prototype._swapAndProcessMessages = function (r, e) { var o, n, t; for (this.impl = r(this.options); o = e.shift();)n = o.method, t = o.args, this[n] && "function" == typeof this[n] && ("captureDomContentLoaded" === n || "captureLoad" === n ? this[n].apply(this, [t[0], o.ts]) : this[n].apply(this, t)); return this }, r.exports = n }, function (r, e, o) { "use strict"; r.exports = function (r) { return function (e) { if (!e && !window._rollbarInitialized) { for (var o, n, t = (r = r || {}).globalAlias || "Rollbar", a = window.rollbar, l = function (r) { return new a(r) }, i = 0; o = window._rollbarShims[i++];)n || (n = o.handler), o.handler._swapAndProcessMessages(l, o.messages); window[t] = n, window._rollbarInitialized = !0 } } } }]);
12
+ </script>
13
+ {%- endif -%}
14
+
15
+ {% assign scriptData = site.data.[page.folderName][lang][file] %}
16
+
17
+ <script defer src="/assets/js/theme.js"></script>
18
+
19
+ {%- if site.removeJquery != true -%}
20
+ <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
21
+ {%- endif -%}
22
+
23
+ {%- if site.removeBootstrapJs != true -%}
24
+ <script defer="defer" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
25
+ integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
26
+ {%- endif -%}
27
+
28
+ {%- if page.layout == "post" -%}
29
+ <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js" crossorigin="anonymous"></script>
30
+ <script>WebFont.load({ google: { families: ['Open Sans:400&display=swap'] } })</script>
31
+ {%- endif -%}
32
+
33
+ {{site.data.customcdns.customcdns.jsfiles}}
34
+ {%- if scriptData.jsfilepaths -%}
35
+ {%- for path in scriptData.jsfilepaths -%}
36
+
37
+ {%- assign asset_dir = path -%}
38
+ {%- if site.versioning and asset_dir != "" -%}
39
+
40
+ {%- if asset_dir contains "https" and asset_dir contains "https://" -%}
41
+ <script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
42
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
43
+ {%- else -%}
44
+ <script defer src="{% ministamp { source_path: '{{ asset_dir }}', destination_path: '{{ asset_dir }}' } %}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
45
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
46
+ {%- endif -%}
47
+
48
+ {%- else -%}
49
+ {%- assign asset_dir = path -%}
50
+ <script defer src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
51
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}"></script>
52
+ {%- endif -%}
53
+
54
+ {%- endfor -%}
55
+ {%- endif -%}
56
+ {%- if scriptData.jscdns -%}
57
+ {%- for item in scriptData.jscdns -%}
58
+ {{item}}
59
+ {%- endfor -%}
60
+ {%- endif -%}
61
+ {%- if site.show_allow_ad_blocker_pop -%}
62
+ <script delay="/assets/js/adBlocker.js"></script>
63
+ {%- endif -%}
64
+
65
+
66
+ {%- include google-analytics.html -%}
@@ -0,0 +1,49 @@
1
+ <div class="container-fluid" id="containerWd">
2
+ <div class="serachSection">
3
+ <div class="position-relative serachBox">
4
+ <form action="{% if page.url == '/' %}/result{% else %}{{page.url}}/result{% endif %}" id='form'
5
+ method="GET">
6
+ <div class="txt-box-container" style="position: relative;">
7
+ <input type="text"
8
+ placeholder="{% if page.size > 15 %}Enter up to {{page.size}} letters?{% else %}Enter up to 15 letters?{% endif %}"
9
+ class="txtBox" value='' name="search"
10
+ maxlength="{% if page.size > 15 %}{{page.size}}{% else %}15?{% endif %}" required
11
+ autocomplete="off">
12
+ <span class="d-none focus-border">
13
+ <i></i>
14
+ </span>
15
+ <div class="letter-close-button">
16
+ <svg width="40px" height="40px" viewBox="0 0 24 24" fill="none"
17
+ xmlns="http://www.w3.org/2000/svg">
18
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
19
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
20
+ <g id="SVGRepo_iconCarrier">
21
+ <path
22
+ d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z"
23
+ fill="#292D32"></path>
24
+ </g>
25
+ </svg>
26
+ </div>
27
+ </div>
28
+ <input style="background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn"
29
+ id="serach" value="">
30
+ <div class="dictonaryDropdown">
31
+ <select class="form-select select_dropDown2" name="dictionary" aria-label="Default select example">
32
+ <option value="Dictionary">Dictionary</option>
33
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
34
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
35
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
36
+ </select>
37
+ </div>
38
+ {%- include /wordgames/advanced-filter/advanced-filter.html -%}
39
+
40
+ {%- if page.wordle == 'solver' -%}
41
+ <div class="d-flex w-100 justify-content-center m-0 mt-5 text-center" style="font-size:16px">
42
+ <a onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Try Wordle Solver'});"
43
+ class="trywordle" href="/wordle-solver">Try Wordle Solver</a>
44
+ </div>
45
+ {%- endif -%}
46
+ </form>
47
+ </div>
48
+ </div>
49
+ </div>
@@ -0,0 +1,58 @@
1
+ {%- if seo_title -%}
2
+ {%- assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once -%}
3
+ {%- endif -%}
4
+
5
+ {% if page.canonical_url %}
6
+ {%- assign canonical_url = page.canonical_url %}
7
+ {% else %}
8
+ {%- assign canonical_url = page.url | replace: "index.html", "" | absolute_url %}
9
+ {% endif %}
10
+
11
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
12
+ {%- if seo_description -%}
13
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
14
+ {%- endif -%}
15
+
16
+ {%- assign author = page.author | default: page.authors[0] | default: site.author -%}
17
+ {%- assign author = site.data.authors[author] | default: author -%}
18
+
19
+ {%- if author.twitter -%}
20
+ {%- assign author_twitter = author.twitter | replace: "@", "" -%}
21
+ {%- endif -%}
22
+
23
+ {%- if page.date -%}
24
+ {%- assign og_type = "article" -%}
25
+ {%- else -%}
26
+ {%- assign og_type = "website" -%}
27
+ {%- endif -%}
28
+
29
+ {% if author.name %}
30
+ <meta name="author" content="{{ author.name | default: author }}">
31
+ {% endif %}
32
+
33
+ {% unless page.layout == 'post' %}
34
+ <meta name="description" content="{{ dataToShow.meta | default: page.description | default:
35
+ site.description }}">
36
+ <meta name="og:description" content="{{ dataToShow.meta | default: page.description | default:
37
+ site.description }}">
38
+ <meta property="og:title" content="{{ dataToShow.title | default:page.title | default: site.title }}">
39
+ {% endunless%}
40
+
41
+ {% if page.layout == 'post'%}
42
+ <meta name="description" content="{{ seo_description }}">
43
+ <meta name="og:description" content="{{ seo_description }}">
44
+ <meta property="og:title"
45
+ content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">
46
+ {% endif %}
47
+
48
+ <meta property="og:type" content="{{ og_type }}">
49
+ <meta property="og:locale" content="{{ site.locale | replace: " -", "_" | default: "en_US" }}">
50
+ <meta property="og:site_name" content="{{ site.name }}">
51
+ <meta property="og:url" content="{{ canonical_url }}">
52
+ <meta data-rh="true" property="og:url" content="{{ canonical_url }}">
53
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}">
54
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
55
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
56
+ <meta data-rh="true" name="twitter:title" content="{{ dataToShow.title }}">
57
+ <meta data-rh="true" name="twitter:description" content="{{ dataToShow.meta }}">
58
+ <meta data-rh="true" name="twitter:image:src" content="{{ canonical_url }}">
@@ -0,0 +1,58 @@
1
+ <div class="row pad">
2
+ <div class="col-md-12">
3
+ {%- if page.letter -%}
4
+ <a id="home_page_search_result"
5
+ onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Home Page Search Result'});"></a>
6
+ {%- endif -%}
7
+ <div class="filters d-flex justify-content-between align-items-center">
8
+ <div class="wordCount"></div>
9
+ <div class="filterSortedIcons">
10
+ <div class="filter-icon" onclick="myFunction()">
11
+ <i class="bi bi-filter"></i>
12
+ </div>
13
+ <div class="sortup-icon">
14
+ <i class="bi bi-sort-up"></i>
15
+ </div>
16
+ </div>
17
+ <div class="d-none tab_link_wrapper" style="position: relative;">
18
+ <div id="tab-scroll" class="tab-scroll flex-row">
19
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" " style="display: none;">
20
+ <div id="tab-container" class="search-container tab_container flex-row">
21
+ <input type="button" id="Tab_6" onclick="Filtering(6)" value="6 Letter" class="tab_link cursorPointer active-tab">
22
+
23
+ <input type="button" id="Tab_5" onclick="Filtering(5)" value="5 Letter" class="tab_link cursorPointer">
24
+
25
+ <input type="button" id="Tab_4" onclick="Filtering(4)" value="4 Letter" class="tab_link cursorPointer">
26
+
27
+ <input type="button" id="Tab_3" onclick="Filtering(3)" value="3 Letter" class="tab_link cursorPointer">
28
+
29
+ <input type="button" id="Tab_2" onclick="Filtering(2)" value="2 Letter" class="tab_link cursorPointer">
30
+ </div>
31
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" " style="display: none;">
32
+ </div>
33
+ </div>
34
+ <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
35
+ <div class="letter-length">
36
+ <select class="form-select length-select">
37
+ <option selected="true" hidden>Letter Length</option>
38
+ </select>
39
+ </div>
40
+ <div id="sort-select">
41
+ <select class="form-select sort-select" id="select_dropDown">
42
+ <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
43
+ <option id="alpha" value="alpha">A-Z</option>
44
+ <option id="alpha" value="alpha">Z-A</option>
45
+ <option id="alpha" value="alpha">Points</option>
46
+ </select>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ {%- if page.noAdsRefresh -%}
51
+ <div class="main-loader"></div>
52
+ <div class="main" data-value="null"></div>
53
+ {%- else -%}
54
+ <div class="main"></div>
55
+ {%- endif -%}
56
+ <div class="errorMsg"></div>
57
+ </div>
58
+ </div>