Skip to main content
  Sunday, July 09 2017
  1 Replies
  1.8K Visits
  Subscribe
I'm working on a VoIP plugin for Joomla! and I want to make sure I add the proper coding so that it is compatible with SEO Glossary.In particular with the Tooltips feature. What do I need to add to make sure of compatibility with your product? I noticed that you have several 3rd party plugins that have already made their products compatible with yours and seeing your product in action I can definitely recommend it to my clients when developing their sites.
A
6 years ago
to make product compatible you just you have enable content.prepare plugin.
the document to this is
https://docs.joomla.org/Triggering_content_plugins_in_your_extension
for example if you want to show description seo glossary you just need to write
$text = JHtml::_('content.prepare', $text);
it will gonna works.
  • Page :
  • 1
There are no replies made for this post yet.