Rabbitinblack
  • WordPress
  • วิธีใช้ WordPress
  • CSS HTML
  • jQuery
  • รวมของน่าสนใจ
  • สัพเพเหระ
  • ฝากคำถาม

[WordPress] เพิ่มปุ่ม Pin it ของ Pinterest

Posted on February 2, 2012 by admin in Wordpress 1 Comment
Home» Wordpress » [WordPress] เพิ่มปุ่ม Pin it ของ Pinterest

ตอนนี้เว็บ Social Network อีกอันที่ผมว่าน่าสนใจก็คือ Pinterest

[Wordpress] เพิ่มปุ่ม Pin it ของ Pinterest [1]

Pinterest มันคืออะไร น้อง Bluemoon ได้เขียนอธิบายไว้อันนี้ครับ Pinterest

ส่วนผมจะมาอธิบายวิธีการใส่ปุ่ม Pin it ของมันให้ได้ไปใช้กันครับ โดยปุ่ม Pin it นั้นทางเว็บมีให้เรานำไปใช้งานได้อยู่แล้วที่ Pin it Button แต่เราจะนำมาประยุกต์ใช้งานกับเว็บ WordPress ของเรา

โดยเราเปิด footer.php เพื่อใส่ Code นี้ลงไปครับ

<script type="text/javascript">
(function() {
    window.PinIt = window.PinIt || { loaded:false };
    if (window.PinIt.loaded) return;
    window.PinIt.loaded = true;
    function async_load(){
        var s = document.createElement("script");
        s.type = "text/javascript";
        s.async = true;
        s.src = "http://assets.pinterest.com/js/pinit.js";
        var x = document.getElementsByTagName("script")[0];
        x.parentNode.insertBefore(s, x);
    }
    if (window.attachEvent)
        window.attachEvent("onload", async_load);
    else
        window.addEventListener("load", async_load, false);
})();
</script>

และตำแหน่งไหนที่เราจะแปะปุ่ม Pin it ลงไป ก็ให้ใช้ Code นี้ครับ

<?php $pinterestimage = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); ?>
<a href="http://pinterest.com/pin/create/button/?url=<?php echo urlencode(get_permalink($post->ID)); ?>&media=<?php echo $pinterestimage[0]; ?>&description=<?php the_title(); ?>" class="pin-it-button" count-layout="vertical">Pin It</a>

เราก็จะได้ปุ่ม Pin it มาใช้งานแล้วครับ

Share this:

  • Facebook
  • Twitter
  • Google +1
pin it, pinterest, wordpress
  • Pingback: [Plugin Wordpress] Pinterest Pinboard Widget | Rabbitinblack

Contact Me

  • rabbitinlove@gmail.com
  • Contact Us
    • Facebook
    • Twitter
    • Google

Friend

  • iMenn
  • muenue.com
  • พัชร patchara
  • แบงค์กุ

Recent Posts

  • WordPress 3.5 ออกมาให้ Download ไปใช้งานได้แล้ว
  • LINE แถลงความสำเร็จในประเทศไทย ครองใจคนไทยทะลุ 10 ล้านคน
  • ในที่สุด มันก็กลับมางาน #wpdevnight ครั้งที่ 3
  • วิดีโอสอนใช้งาน Sublime Text 2
  • Parallax Scrolling Scripts

Archives

  • December 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • July 2011
  • June 2011

Partner Feed

  • อินเทลเปิดตัว Beacon Mountain ชุดเครื่องมือสำหรับแอนดรอยด์ (Blognone)
  • แอปเปิลถอดแอพ Bang with Friends ออกจาก App Store (Blognone)
  • ซัมซุงพับแผน "บอดี้อลูมิเนียม" ของ Galaxy Note III กลับไปใช้พลาสติกแบบ Galaxy S4 แทน (Blognone)
  • [Google I/O 13] ขนมาเป็นคันรถกับสิ่งใหม่ๆ บน Google+ (Faceblog.in.th)
  • [Google I/O 13] บ๊ายบาย GTalk สวัสดี Google Hangouts (Faceblog.in.th)
  • Facebook ทดสอบย้ายตำแหน่งช่องคอมเมนต์ในบางเพจและผู้คนที่เปิดให้ติดตามได้ (Faceblog.in.th)
  • ช่องโหว่ใหม่สำหรับคนที่ใช้ CPU x64 ของ intel (Blogkore)

Latest Tweets

  • เพิ่งเคยดู โถ คุณชาย แม่งอยากได้นางเอกจนตัวสั่นเลยนี่หว่า ความคิดก็ … เป็นพระเอกจริงเหรอวะเนี่ย นึกว่าตัวโกง
    May 18, 2013 - 10:29 pm
  • พักผ่อนหย่อนใจ เติมพลังกลับไปทำงาน http://t.co/60xgKJjk7A
    May 18, 2013 - 6:31 pm
  • Just posted a photo http://t.co/5ehw7RZHsz
    May 18, 2013 - 4:01 pm
  • เปลี่ยนที่ทำงานบ้าง http://t.co/kSGw0wwwxu
    May 18, 2013 - 3:51 pm
  • พัทยาอีกสองชม. เจอกัน >_<
    May 18, 2013 - 10:48 am

Tags

absolute cheat sheet checkbox content css css3 element facebook float function google html html5 html5 boilerplate image infographic inherit javascript jQuery overflow page pinterest plugin plugins plugin wordpress position post qTranslate query radio relative shortcode slide tag theme theme wordpress thumbnail twitter video web design wordpress wordpress theme wp_query youtube วิธีใช้ Wordpress

(c) 2012 Rabbitinblack - Web Design by Jason Bobich