-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathqr-code-generator.html
234 lines (222 loc) · 10.5 KB
/
qr-code-generator.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
---
title: QR Code Generator | Developer Tools
layout: post
---
<html>
<head>
<!-- Meta tags common for website -->
{% include common-meta %}
<title>{{ page.title }}</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="description"
content="This is easy to use open source tool to generate meta tags for HTML pages. This can help you add SEO boost in search engine rankings." />
<meta name="keywords" content="online,tool,meta,tags,seo,blog,web,opensource" />
<meta property="og:description"
content="Create free QR codes for any text online. Our easy-to-use tool instantly generates scannable QR codes. No signup or software download required. Try it now!">
<meta property="og:type" content="website">
<meta property="og:url" content="YOUR_PAGE_URL">
<meta property="og:image" content="URL_TO_YOUR_SOCIAL_SHARE_IMAGE">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Free Online QR Code Generator for Text | Instantly Create QR Codes">
<meta name="twitter:description"
content="Create free QR codes for any text online. Our easy-to-use tool instantly generates scannable QR codes. No signup or software download required. Try it now!">
<meta name="twitter:image" content="URL_TO_YOUR_SOCIAL_SHARE_IMAGE">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Free Online QR Code Generator for Text",
"description": "Create free QR codes for any text online. Our easy-to-use tool instantly generates scannable QR codes. No signup or software download required.",
"url": "https://tools.fromdev.com/qr-code-generator.html",
"applicationCategory": "UtilitiesApplication",
"operatingSystem": "browser",
"featureList": [
"Generate QR codes from text",
"Free and online",
"No signup required",
"Instant QR code generation"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- CSS for the site theme -->
{% include theme-css %}
<!-- Annoying IE fixes -->
{% include ie-fixes %}
</head>
<body class="hold-transition skin-green sidebar-mini">
<!-- Site wrapper -->
<div class="wrapper">
<!-- header tag from theme -->
{% include theme-header %}
<!-- Sidebar for the whole website -->
{% include theme-sidebar %}
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Main content -->
<section class="content">
<div class="row">
<!-- left column -->
<div class="col-md-6">
<div class="box box-success">
<div class="box-header with-border">
<h1 class="box-title">Generate QR Code</h1>
</div>
<!-- /.box-header -->
<!-- form start -->
<div class="box-body">
<form role="form">
<div class="form-group">
<label for="title">Text for QR Code</label>
<textarea class="form-control" rows="10" id="inputText"
placeholder="Enter your text here" autofocus></textarea>
</div>
</form>
</div>
<!-- /.box-body -->
<div class="box-footer">
<div class="row">
<div class="col-xs-3">
<button type="button" class="btn btn-success" id="generate">Generate QR
Code</button>
</div>
</div>
</div>
<!-- /.box-footer -->
</div>
</div>
<div class="col-md-6">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Download Your QR Code From Here</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="form-group">
<div id="result">
<canvas width="256" height="256"></canvas>
</div>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer">
<div class="row">
<div class="col-xs-1">
<button type="button" class="btn btn-info" id="download">Download QR
Code</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">About QR Code Generator Tool</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<img class="img-responsive" src="images/qr-code.png"
alt="Online Open Source QR Code Generator Tool"
title="Online Open Source QR Code Generator Tool">
<p>This is a free online tool to generate QR code for any text. You can copy/paste your desired
text/string in above text field and hit Generate QR Code button.</p>
</div>
<!-- /.box-body -->
</div>
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">What is a QR Code?</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<p>QR code stands for quick response code. It is a visual code that can be read by machines
using camera. It is commonly used in mobile phones to read the URL from a printed media like
message board or visiting card.</p>
</div>
<!-- /.box-body -->
</div>
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Want To Know What Is The QR Code of a Character or String?</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<p>That is easy. Just type the character or a full string in the text box above and hit Generate
QR Code button. You should be able to see the QR Code Image on right side.</p>
</div>
<!-- /.box-body -->
</div>
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">How To Download QR Code Image?</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<p>The QR code generated on this page can be downloaded using Download QR code button. You can
also download it (on most browsers except safari) by doing right click on image and choosing
save image menu option.</p>
</div>
<!-- /.box-body -->
</div>
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Can I Print this QR Code?</h3>
</div>
<!-- /.box-header -->
<div class="box-body">
<p>Yes, the generated QR code is absolutely free to use for personal or business purposes. You
can print it on a paper, visiting card, t-shirt or anywhere you like.</p>
</div>
<!-- /.box-body -->
</div>
</section>
{% include addthis %}
</div>
<!-- /.content-wrapper -->
{% include theme-footer %}
</div>
<!-- ./wrapper -->
{% include theme-bottom-js %}
</body>
<script src="plugins/selectOnFocus/jquery.selectOnFocus.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="javascripts/reimg.js"></script>
<script>
var resultDiv = $("#result");
var clearResultDiv = function (d) {
d.empty();
d.text("QR code will be displayed here!");
};
$(document).ready(function () {
$("#generate").click(function () {
resultDiv.empty();
resultDiv.qrcode({
text: $("#inputText").val()
});
});
$("#download").click(function () {
resultDiv.empty();
var txt = $("#inputText").val();
resultDiv.qrcode({
text: txt
});
ReImg.fromCanvas($("#result canvas")[0]).downloadPng("qrcode.png")
});
$('#inputText').on('input', function (e) {
clearResultDiv(resultDiv);
});
// clearResultDiv(resultDiv);
$("#inputText").selectOnFocus();
$('#generators-category').addClass('active');
$('.markdown-body').attr('style', 'max-width:100%;');
});
</script>
</html>