트위터 에서 해쉬태그를 어디가 붙이면 되는지 알려주세요.... 정보
트위터 에서 해쉬태그를 어디가 붙이면 되는지 알려주세요....본문
트위터 코드입니다. 해쉬태크를 사용하려면 이 소스 중 어디에 코드를 넣어야 하는지
알려주세요...
<script src="http://widgets.twimg.com/j/2/widget.js" charset="utf-8"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 13,
interval: 6000,
width: 174,
height: 150,
theme: {
shell: {
background: '#5ac4cc',
color: '#ffffff'
},
tweets: {
background: '#f6f6f6',
color: '#050505',
links: '#74bee9'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('트위터 아이디').start();
</script>
알려주세요...
<script src="http://widgets.twimg.com/j/2/widget.js" charset="utf-8"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 13,
interval: 6000,
width: 174,
height: 150,
theme: {
shell: {
background: '#5ac4cc',
color: '#ffffff'
},
tweets: {
background: '#f6f6f6',
color: '#050505',
links: '#74bee9'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('트위터 아이디').start();
</script>
댓글 전체