Screenshot
This commit is contained in:
parent
eb4c991c33
commit
2d821c6014
3 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
Script shows comments from your friendica server in your (static website) blog. Possible replacement for disqus.
|
||||
|
||||
![screenshot](screenshot.png)
|
||||
|
||||
|
||||
# Requirements #
|
||||
|
||||
## CORS ##
|
||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -4,12 +4,12 @@
|
|||
<link rel="stylesheet" href="./style.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript"><!--
|
||||
var friendica_domain = "http://ixsm07yclq3gsdgw.myfritz.net"
|
||||
var friendica_domain = "http://your.friendica.tld"
|
||||
//--></script>
|
||||
|
||||
</head>
|
||||
<article>
|
||||
<h1>Verkehrsbericht gültig ab Montag, 25. Mai 2015</h1>
|
||||
<h1>Article Header</h1>
|
||||
<p>test text</p>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in a new issue