zoukankan      html  css  js  c++  java
  • znecart 用户体验插件

    1:add this 插件

    2:RSS插件

    相应代码。
    为Zen Cart网站增添Add This功能,可以把网页提交给各搜索引擎,其代码如下:
    <script type=”text/javascript”>var addthis_pub = “Wang15109133″;</script>
    <a href=” http://www.addthis.com/bookmark.php” onMouseOver=”return addthis_open(this, ”,
    ‘[URL]‘, ‘[TITLE]‘)” onMouseOut=”addthis_close()” onClick=”return addthis_sendto()”
    rel=”nofollow”><img src=” http://s7.addthis.com/addthis16.gif” width=”16″ height=”16″
    border=”0″ alt=”" /></a><script type=”text/javascript”
    src=” http://s7.addthis.com/js/152/addthis_widget.js”></script>
    放到模板下common里的tpl_footer.php最末端。
    另附RSS代码:
    <a href=” http://www.YOURDOMAIN.com/index.php?main_page=rss_feed&amp;feed=new_products” title=”RSS New Products Feed” target=”_blank”><img src=”includes/templates/classic/images/rss.gif” alt=”RSS New Products Feed” title=” RSS New Products Feed ” width=”16″ height=”16″ /></a>
    RSS代码可以与Add This代码放一起。

  • 相关阅读:
    Access使用记录
    html js 表单提交前检测数据
    asp.net mvc5 action多个参数
    asp.net mvc Areas 母版页动态获取数据进行渲染
    asp.net mvc 自定义全局过滤器 验证用户是否登录
    .net 报错汇总——持续更新
    数据库基础
    Python协程
    Python 线程
    Python 队列
  • 原文地址:https://www.cnblogs.com/lookyou/p/2257096.html
Copyright © 2011-2022 走看看