|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago | |
friendica_comments.js | 5 years ago | |
screenshot.png | 5 years ago | |
style.css | 5 years ago | |
test.html | 5 years ago |
Script shows comments from your friendica server in your (static website) blog. Possible replacement for disqus.
[CORS] (http://enable-cors.org) (Cross Site Scripting) must be activated: in .htaccess:
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Methods: "GET"
In apache module headers must be activated:
a2enmod headers
RSS of your blog must be in your contacts and configured as 'remote_self' (articles are shown in your public friendica timeline).
In blog html:
friendica_domain must be set
<script type="text/javascript"><!--
var friendica_domain = "http://friendica_instance.com"
//--></script>
Name of the blog entry is in
<article><h1> article </h1></article>
Placeholder for comments:
<div id ="comments"></div>