我写在我的名下以及 ezinearticles.com 的笔名。他们为您的站点提供作者的小部件,并发送代码(作者的编号不同)。不幸的是,他们的政策不允许两个名字的俱乐部,因此我必须使用两个单独的小部件。
我试过了:
- 将两个代码放在一个文本框小部件(侧边栏)中,然后
- 将代码放入不同的文本框小部件(侧边栏)
- 将一个代码放在文本框(侧边栏)中,将另一个代码放在页脚部分
但结果是:只有顶部文本框的小部件代码有效。
知道需要做什么吗?
<!-- Place this tag where you want the widget to render -->
<div id="ezinearticles-widget"></div>
<!-- Place this script before the closing </body> tag -->
<script type="text/javascript" src="http://ezinearticles.com/js/widget.v2.js"></script>
<script type="text/javascript">
EzineArticlesWidget({
"id": "ezinearticles-widget",
"author": XXXXXX,
"bio": 1,
"category": null,
"articles": 3,
"width": 250,
"height": 150,
"theme": {
"shell": {
"background": "#2F83C4",
"text": "#ffffff"
},
"article": {
"background": "#ffffff",
"text": "#333333"
},
"links": "#215F8F"
}
});
</script>