티스토리를 사용하다 워드프레스로 건너왔다. 가장 큰 이유는 위지윅 편집기 사용이 너무 큰 스트레스마크다운으로 대체하려 넘어왔다. 결과는 대만족.

이전 블로그에서는 기존서비스 html 스크랩핑으로 프로토타이핑을 만든다거나 UX개선을 위한 시도들에 대한 포스팅이 많았는데 서비스 개편등으로 마크업,데이터등이 변경으로 작동을 하지 않는경우가 대부분. 가볍게 이사할수 있었던 또다른 이유이기도 하다;

워드프레스가 좋은 이유

워드프레스 마크다운 플로그인

비슷비슷한 종류의 플러그인이 많아서 고르기 쉽지 않았다

페이스북,트위터 공유 버튼 달기

<div class="single-social">
    <div class="facebook">
    <iframe src="http://www.facebook.com/plugins/like.php?href=<?php urlencode(the_permalink()) ?>&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light"
    scrolling="no" frameborder="0" allowTransparency="true"
    style="border:none; overflow:hidden; width:100px; height: 30px; align: left; margin: 0px 0px 0px 0px"></iframe>
    </div>
    <div class="twitter">
    <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>" data-text="<?php the_title(); ?>" data-count="horizontal"  data-via="niceaji" ></a>
    <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    </div>
</div>


blog comments powered by Disqus

Published

12 February 2012

Tags