首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将Axure导出的html上传到wordpress

将Axure导出的html上传到wordpress
EN

Stack Overflow用户
提问于 2016-03-20 16:34:57
回答 1查看 537关注 0票数 0

我想上传我的Axure导出的html (一些javascript,css和html文件-所有静态内容)到我的wordpress网站。现在,我知道我可以简单地连接ftp并将文件夹上传到托管驱动器。但我不确定这是否是首选的方法,要解决哪些安全问题(htaccess文件??),以及如何链接到我在Axure中在帧中创建的模型(因此它可以动态调整大小)。

我是不是在尝试一些不可能的,糟糕的练习,.我需要触摸php吗?因为我的网络知识深入到js/css..。新手也是。

帮助?

谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-03-24 21:24:57

我没有看到任何安全问题,也不需要接触htaccess文件。

我在Wordpress中共享和嵌入的一个线框示例是:http://paulsizemore.com/4234-2/

本质上,您需要在Wordpress内容编辑器中添加对脚本文件的引用。您需要将web地址添加到标签的href属性中。

Wordpress内容编辑器视图

代码语言:javascript
复制
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="http://r4qr5p.axshare.com/resources/css/jquery-ui-themes.css" type="text/css" rel="stylesheet">
<link href="http://r4qr5p.axshare.com/resources/css/axure_rp_page.css" type="text/css" rel="stylesheet">
<link href="http://r4qr5p.axshare.com/LogIn_files/axurerp_pagespecificstyles.css" type="text/css" rel="stylesheet">
<!--[if IE 6]>
    <link href="http://r4qr5p.axshare.com/LogIn_files/axurerp_pagespecificstyles_ie6.css" type="text/css" rel="stylesheet">
<![endif]-->
<script type="text/javascript">
  AXSHARE_HOST_URL = 'http://share.axure.com';
  AXSHARE_HOST_SECURE_URL = 'https://share.axure.com';
</script>
<script src="http://r4qr5p.axshare.com/data/sitemap.js"></script>
<script src="http://r4qr5p.axshare.com/resources/scripts/jquery-1.7.1.min.js"></script>
<script src="http://r4qr5p.axshare.com/resources/scripts/axutils.js"></script>
<script src="http://r4qr5p.axshare.com/resources/scripts/jquery-ui-1.8.10.custom.min.js"></script>
<script src="http://r4qr5p.axshare.com/resources/scripts/axurerp_beforepagescript.js"></script>
<script src="http://r4qr5p.axshare.com/resources/scripts/messagecenter.js"></script>
<script src='http://r4qr5p.axshare.com/LogIn_files/data.js'></script>

<!-- This is the iframe of the Axure Share URL --> 
<iframe src="http://r4qr5p.axshare.com/" width="800"></iframe>

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/36116430

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档