Skip Navigation

[Resolved] 3rd party comment plugin integration

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 10 months ago.

Assisted by: Christian Cox.

Author
Posts
#599505

Tell us what you are trying to do?

I install 3rd party comment plugin ThriveThemes Comments

Is there any documentation that you are following?

Yes, basic documentation from ThriveThemes

So, actually I don't see ThriveThemes comment system integrated and I just wondering how you process your comment cell. Does it use WordPress builtin comment system or Comment Cell is special internal feature by Toolset.
Anyway - is it possible to use 3rd party comment plugins with Toolset and how to do it?

#599627

Toolset Layouts basically re-uses the native WordPress comments template.

To create your own cell, you could use the Toolset Layouts API and create a Cell that uses the Thrive Comments template: https://toolset.com/documentation/programmer-reference/layouts-cells-api/

This is subject to custom code, though.

What you can also do, is insert the Thrive Comments with methods provided by that Plugin. They probably have some ShortCodes or functions that return the Comments template.

That could be used anywhere in a Content Template or similar, if it is a ShortCode.

Or, eventually you could craft your own ShortCode returning the template, if there is nothing provided by the Thrive Plugin.