Skip to content

Commit 05f2f33

Browse files
authored
Update README.md
1 parent 7fa4766 commit 05f2f33

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

README.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,7 @@ Your action is now published! 🧑‍💻:
124124
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
125125

126126
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
127-
import { Disqus } from 'gatsby-plugin-disqus';
128-
129-
const Template = () => (
130-
/* Page contents */
131-
132-
<Disqus
133-
config={
134-
/* Replace PAGE_URL with your post's canonical URL variable */
135-
url: 'PAGE_URL',
136-
/* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
137-
identifier: 'PAGE_IDENTIFIER',
138-
/* Replace PAGE_TITLE with the title of the page */
139-
title: 'PAGE_TITLE',
140-
}
141-
/>
142-
);
127+
143128
## Websites of our businesses used
144129

145130
- [https://www.starcomputer.com.tr](https://starcomputer.com.tr)
@@ -271,3 +256,26 @@ See the [actions tab](https://github.com/actions/javascript-action/actions) for
271256
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
272257

273258
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
259+
<div id="disqus_thread"></div>
260+
<script>
261+
/**
262+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
263+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
264+
/*
265+
var disqus_config = function () {
266+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
267+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
268+
};
269+
*/
270+
(function() { // DON'T EDIT BELOW THIS LINE
271+
var d = document, s = d.createElement('script');
272+
s.src = 'https://starteknoloji-space.disqus.com/embed.js';
273+
s.setAttribute('data-timestamp', +new Date());
274+
(d.head || d.body).appendChild(s);
275+
})();
276+
</script>
277+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
278+
279+
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
280+
281+

0 commit comments

Comments
 (0)