简体   繁体   中英

How to add content tags in all articles (Joomla)

I have found a great plugin that sets Facebook comments on an article where you write down {fcomment}.

The problem with this is that you have to manually put this in each article, what is time consuming work.

Is there a method to put specific content in header / footer (in this case {fcomment) that display Facebook comments) of each article?

Thanks

Use ReReplacer and then match some part of the article html and add your custom tag, like:

Match: <span class="article_separator">&nbsp;</span>

Change to: {fcomment}<span class="article_separator">&nbsp;</span>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM