-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment #39
Comments
@cmedya // comment
case (tag.indexOf('comment') != -1 && tag.indexOf('link') != -1):
Diaspora.loading()
$('.comment').removeClass('link').html('')
var id = $('.comment').data('id'),
get_comments = function() {
var el = document.createElement('div');
el.setAttribute('data-thread-key', id)
DUOSHUO.EmbedThread(el)
$('.comment').html(el)
Diaspora.loaded()
};
if (window.DUOSHUO) {
get_comments()
} else {
$.getScript('//static.duoshuo.com/embed.js', function() {
get_comments()
})
}
break; |
where did I go wrong |
@cmedya sorry that so late, i will publish new version with |
@cmedya <script>var disqus_shortname = 'your_disqus_name_here'</script> |
Thanks @LoeiFy .
|
@cmedya sorry, i am not going on this theme multi-language development. hope your understanding |
change comment and share.
http://tohumtopraksu.com
<div` class="comment link" data-id="<?php the_ID(); `?>">Comment</div>
under
disqus comment code and share
disqus appears after the page is refreshed
The text was updated successfully, but these errors were encountered: