แก้ไข picasaweb link ให้ไม่ต้อง redirect ไป Google+

เมื่อท่านต้องการ share รูปภาพ ที่เก็บไว้ใน  picasaweb โดยนำ picasaweb link ของ album ที่ท่านต้องการ share ไปใช้  ท่านจะพบว่า google จะทำการ redirect ไปยัง Google+ ให้โดยอัตโนมัติ

หากท่านต้องการคงการแสดงผลของ link ในรูปแบบ picasaweb อยู่ สามารถทำได้โดยการเพิ่ม  parameter "noredirect=1" ต่อท้าย url ของ link ซึ่งทำได้ 2 รูปแบบ ดังนี้

1. ถ้า picasaweb link ยังไม่มีเครื่องหมาย ? อยู่ภายใน link ให้ใส่ parameter ต่อท้ายเป็น "?noredirect=1"
  Example:-
  from:=> https://picasaweb.google.com/123456
  to:=> https://picasaweb.google.com/123456?noredirect=1

2. ถ้า picasaweb link มีเครื่องหมาย ? อยู่ภายใน link ให้ใส่ parameter ต่อท้ายเป็น "&noredirect=1"
  Example:-
  from:=> https://picasaweb.google.com/123456/aBcDeF?authuser=0&authkey=AbCdEfGh&feat=directlink
  to:=> https://picasaweb.google.com/123456/aBcDeF?authuser=0&authkey=AbCdEfGh&feat=directlink&noredirect=1

--