1.0.0 โ€ข Published 2 years ago

@frontity/wp-comments v1.0.0

Weekly downloads
59
License
Apache-2.0
Repository
github
Last release
2 years ago

@frontity/wp-comments

Version npm License: Apache--2.0

Comments package that adds integration for WordPress native comments.

Beta version

Please, bear in mind that this package is currently in beta version. It is not fully documented yet and its implementation may change with the final release.

Install

npm i @frontity/wp-comments

Usage

In order to use this package, you will need to add a single line of configuration to your Wordpress installation:

add_filter( 'rest_allow_anonymous_comments', '__return_true' );

You can add that directly in your theme.php file or use a Code Snippets plugin.

This package doesn't have any configuration, it should just be added in the frontity.settings.js to the packages array.

frontity.settings.js

export default {
  packages: ["@frontity/wp-comments"],
};

More info about how to use this package can be found in the Feature Discussion.

Feature Discussions

Feature Discussions about Frontity are public. You can join the discussions, vote for those you're interested in or create new ones.

Changelog

Have a look at the latest updates of this package in the CHANGELOG


ยป Frontity Channels ๐ŸŒŽ

Community Forum Topics Twitter: frontity Frontity Github Stars

We have different channels at your disposal where you can find information about the project, discuss about it and get involved:

  • ๐Ÿ“– Docs: this is the place to learn how to build amazing sites with Frontity.
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Community: use our forum to ask any questions, feedback and meet great people. This is your place too to share what are you building with Frontity!
  • ๐Ÿž GitHub: we use GitHub for bugs and pull requests. Questions are answered in the community forum!
  • ๐Ÿ—ฃ Social media: a more informal place to interact with Frontity users, reach out to us on Twitter.
  • ๐Ÿ’Œ Newsletter: do you want to receive the latest framework updates and news? Subscribe here

ยป Get involved ๐Ÿค—

GitHub issues by-label

Got questions or feedback about Frontity? We'd love to hear from you. Use our community forum yo ! โค๏ธ

Frontity also welcomes contributions. There are many ways to support the project! If you don't know where to start, this guide might help: How to contribute?

If you're eager to start contributing to the code, maybe you'd like to open a pull request to address one of our good first issues