If you find yourself googling this, it’s a problem I had while testing sharing on mobile device. It’s works fine on Android but it didn’t share my tweet on iPhone, it just opened twitter home and did nothing. Here is why. Continue reading “Mobile Twitter sharing not working on iOS”
Tag: Third-party
Javascript geolocation in 2 lines for your webpage / prototypes
This a great pieceĀ of javascript to get geolocation infos in your web page. It’s perfect for small websites and prototypes.
Continue reading “Javascript geolocation in 2 lines for your webpage / prototypes”
Start working with Phaser 2, how and where to learn
I used Phaser during a web project I did for Ford. I discovered it long time ago doing some web monitoring and I finally played seriously with it recently. Continue reading “Start working with Phaser 2, how and where to learn”
Keep using blogroll (Links menu) in new Worpress versions 3.5.x
If for some reason you still need to use it, it is still possible, just add the following line to your functions.php file. Continue reading “Keep using blogroll (Links menu) in new Worpress versions 3.5.x”
Get youtube video thumbnail
http://img.youtube.com/[VIDEO_ID]/[SIZE_PARAM].jpg
http://i.ytimg.com/[VIDEO_ID]/[SIZE_PARAM].jpg
Small thumbnail (120×90)
http://i.ytimg.com/vi/[VIDEO_ID]/1.jpg
http://i.ytimg.com/vi/[VIDEO_ID]/2.jpg
http://i.ytimg.com/vi/[VIDEO_ID]/3.jpg
Defaut size thumbnail (480×360) –
http://i.ytimg.com/vi/[VIDEO_ID]/0.jpg
Defaut
http://i.ytimg.com/vi/[VIDEO_ID]/default.jpg
Medium resolution
http://i.ytimg.com/vi/[VIDEO_ID]/mqdefault.jpg
Hight Resolution
http://img.youtube.com/vi/[VIDEO_ID]/hqdefault.jpg
Max resolution
http://i.ytimg.com/vi/[VIDEO_ID]/maxresdefault.jpg
Alternatively, you can use the YouTube API to get thumbnail images.
For more info about the subject
http://www.reelseo.com/youtube-thumbnail-image/
http://triotips.com/how-to/get-youtube-videos-imagethumbnail-url-768.html