2016-07-21 11 views
0

を投稿してください。ディスカスデータURL私はこのspanタグの<code>data-disqus-url</code>に<strong>ブロガー</strong>ポスト<strong>URL</strong>プラス<strong>#disqus_thread</strong>を追加しようとしています

<span class="disqus-comment-count" data-disqus-url='???'/> 

私はこの何も...

<span class="disqus-comment-count" data-disqus-url='data:post.url + &quot;#disqus_thread&quot;'/> 

任意のアイデアのようなものを試してみましたか?

答えて

1

これはBloggerの表現であると指定しなかったためです。

<span class="disqus-comment-count" expr:data-disqus-url="data:post.url + &quot;#disqus_thread&quot;"/> 
関連する問題