# friendica-comment # Script shows comments from your friendica server in your (static website) blog. Possible replacement for disqus. ![screenshot](screenshot.png) # Requirements # ## CORS ## [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 ## Friendica ## RSS of your blog must be in your contacts and configured as 'remote_self' (articles are shown in your public friendica timeline). ## Blog ## In blog html: friendica_domain must be set ```html ``` Name of the blog entry is in ```html

article

``` Placeholder for comments: ```html
```