Tag Archives: social-network

กูเกิ้น +1 และ กูเกิ้นพลัส และ บล็อก

กระแส google plus มาแรง… เลยเอา google +1 มาแปะใน blog เสียหน่อยแบบนี้ ที่เรากด +1 ไปทั้งหลาย มันไปออก google plus ด้วยนะ! อยู่ในหน้า profile แบบนี้.

เพิ่มปุ่ม Share ใน Blog

เพิ่มปุ่มแชร์ใน Blog แล้วจ้า  ถ้าเห็นว่ามีประโยชน์ แชร์ให้เพื่อนอ่านด้วยนะจ๊ะ แต่ถ้าอยากให้กำลังใจคนทำ กด Like หรือ  Recommend หรือ Comment มาหากันได้เลยจ้า (ไปที่ http://fb.me/together.in.th ก็ได้นะจ๊ะ)

[code] อัพโหลดภาพเข้า twitpic โดยใช้ api

[code] อัพโหลดภาพเข้า twitpic โดยใช้ api จะใช้ CURL ซึ่ง จาก function จะ input username ,password , filepath function postTwitpic($username='',$password='',$filepath='') { $postfields = array(); $postfields['username'] = $username; $postfields['password'] = $password; $postfields['media'] = "@$filepath"; $twitter_url = 'http://twitpic.com/api/upload'; $curl = curl_init(); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 2); … Continue reading