是否有可能在TYPO3中创建tt_news列表/最新视图链接到链接末尾带有#disqus_thread
的文章,即:
<a href="http://example.com/article/article_title.html#disqus_thread">Number of commments</a>
?
有人试图在tt_news扩展名中查看评论数吗?
感谢您的帮助!
此致 阿德里安
答案 0 :(得分:0)
检查tt_news'
手册中的扩展tt_news 部分,很可能只能使用itemMarkerArrayFunc
fpr创建自定义标记,typo3conf/ext/tt_news/res/
文件夹中有一些示例。
使用它你可以处理一些新标记:###LINK_TO_DISQUS###
注意,我不知道Disqus'API,无论如何很可能id不需要太多努力。