在 kentico 页面上添加类似 facebook 的插件
正常的aspnet方式将无法正常工作,因为公共网站页面使用页面路由并且将链接到真实的页面名称。
有没有办法可以将 facebook 之类的插件添加到 kentico 页面?
The normal aspnet way will not work properly as the public web site pages uses page routing and the real page name will be linked to.
Is there a way that i can add the facebook like plugin to a kentico page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 Kentico API 获取 CurrentNodeAlias 路径。我还使用标准 aspnet 属性获取域
注意:您需要在元素中添加 fb 的命名空间,如下所示:
注意:您必须使用类似 FB 的按钮。这是出于安全考虑而设计的。
You need to grab the CurrentNodeAlias path using the Kentico API. I also grab the domain using standard aspnet properties
Note: you will need to add in the namespace for fb in the element something like:
Note: you have to use the FB like button. This is by design as a security concern.