在别的网站调用zblog最新文章的方法
现在有一些小企业网站都做有一个企业博客,大多都是Zblog做的,而网站和博客是两个独立的网站程序,但是如何在企业的网站调用出另一个站的zblog的最新文章呢?
这里给出一段代码可以实现在zblog以外调出zblog的最新文章:
<script language="JavaScript" src="<#ZC_BLOG_HOST#>function/c_html_js.asp?include=previous" type="text/javascript"></script>
其中,<#ZC_BLOG_HOST#>是你的zblog博客网址(改写成网址),include=previous 是调用最新文章,同理,你可以调用INCLUDE下的任意文件,如:文章归档:archives 文章分类:catalog 最近评论:comments 等等。
例如:
<script language="JavaScript" src="https://www.qiquanji.com/mip/zb_system/function/c_html_js.asp?include=previous" type="text/javascript"></script>
本站声明:网站内容来源于网络,如有侵权,请联系我们https://www.qiquanji.com,我们将及时处理。
微信扫码关注
更新实时通知